Added a POD of sorts.

This commit is contained in:
arensb 2002-10-07 00:48:50 +00:00
parent d00f624169
commit 21f62b0c03

View file

@ -26,6 +26,20 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
# set the version for version checking
$VERSION = 0.01;
=head1 NAME
C4::Scan - Does nothing
=head1 SYNOPSIS
use C4::Scan;
=head1 DESCRIPTION
This module doesn't do anything.
=cut
@ISA = qw(Exporter);
@EXPORT = qw(&getbarcode);
@ -34,5 +48,3 @@ sub Getbarcode {
}
END { } # module clean-up code here (global destructor)