[Koha-cvs] CVS: koha/C4 Scan.pm,1.4,1.5

Andrew Arensburger arensb at users.sourceforge.net
Mon Oct 7 02:48:52 CEST 2002


Update of /cvsroot/koha/koha/C4
In directory usw-pr-cvs1:/tmp/cvs-serv13354

Modified Files:
	Scan.pm 
Log Message:
Added a POD of sorts.


Index: Scan.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Scan.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** Scan.pm	28 Sep 2002 04:58:25 -0000	1.4
--- Scan.pm	7 Oct 2002 00:48:50 -0000	1.5
***************
*** 27,30 ****
--- 27,44 ----
  $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);
***************
*** 35,38 ****
  
  END { }       # module clean-up code here (global destructor)
-   
-     
--- 49,50 ----





More information about the Koha-cvs mailing list