[Koha-cvs] CVS: koha/C4 Catalogue.pm,1.21,1.22

Andrew Arensburger arensb at users.sourceforge.net
Mon Sep 23 15:52:41 CEST 2002


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

Modified Files:
	Catalogue.pm 
Log Message:
Added POD.
Removed unnecessary trailing whitespace.


Index: Catalogue.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Catalogue.pm,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** Catalogue.pm	14 Aug 2002 18:12:51 -0000	1.21
--- Catalogue.pm	23 Sep 2002 13:52:38 -0000	1.22
***************
*** 1,3 ****
! package C4::Catalogue; #asummes C4/Acquisitions.pm
  
  # Continue working on updateItem!!!!!!
--- 1,3 ----
! package C4::Catalogue; #assumes C4/Acquisitions.pm
  
  # Continue working on updateItem!!!!!!
***************
*** 39,54 ****
  $VERSION = 0.01;
[...1047 lines suppressed...]
! 
      $dbh->disconnect;
  } # sub deletewebsite
  
  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