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

Andrew Arensburger arensb at users.sourceforge.net
Tue Oct 1 15:22:04 CEST 2002


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 <info at koha.org>
+ 
+ =head1 SEE ALSO
+ 
+ L<perl>.
+ 
+ =cut





More information about the Koha-cvs mailing list