koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/C4 Acquisitions.pm,1.23,1.24


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/C4 Acquisitions.pm,1.23,1.24
Date: Tue, 01 Oct 2002 06:22:04 -0700

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

Modified Files:
        Acquisitions.pm 
Log Message:
Added an incomplete POD, as well as some FIXME comments (which, as it
turns out, might not be necessary after all).


Index: Acquisitions.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Acquisitions.pm,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** Acquisitions.pm     14 Aug 2002 18:12:51 -0000      1.23
--- Acquisitions.pm     1 Oct 2002 13:22:02 -0000       1.24
***************
*** 19,22 ****
--- 19,27 ----
  # Suite 330, Boston, MA  02111-1307 USA
  
+ # ***
+ # NOTE: This module is deprecated in Koha 1.3.x, and will shortly be
+ # deleted.
+ # ***
+ 
  use strict;
  require Exporter;
[...1035 lines suppressed...]
***************
*** 1463,1464 ****
--- 1950,1966 ----
  
  END { }       # module clean-up code here (global destructor)
+ 
+ 1;
+ __END__
+ 
+ =back
+ 
+ =head1 AUTHOR
+ 
+ Koha Developement team <address@hidden>
+ 
+ =head1 SEE ALSO
+ 
+ L<perl>.
+ 
+ =cut




reply via email to

[Prev in Thread] Current Thread [Next in Thread]