Added a POD of sorts.
This commit is contained in:
parent
d00f624169
commit
21f62b0c03
1 changed files with 14 additions and 2 deletions
16
C4/Scan.pm
16
C4/Scan.pm
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue