[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/C4 Scan.pm,1.4,1.5
From: |
Andrew Arensburger |
Subject: |
[Koha-cvs] CVS: koha/C4 Scan.pm,1.4,1.5 |
Date: |
Sun, 06 Oct 2002 17:48:52 -0700 |
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 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4 Scan.pm,1.4,1.5,
Andrew Arensburger <=