[Koha-cvs] CVS: koha/marc File.pm,1.3,1.4

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 12:44:29 CEST 2002


Update of /cvsroot/koha/koha/marc
In directory usw-pr-cvs1:/tmp/cvs-serv24450

Modified Files:
	File.pm 
Log Message:
Removed trailing whitespace.


Index: File.pm
===================================================================
RCS file: /cvsroot/koha/koha/marc/File.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** File.pm	10 Oct 2002 04:48:57 -0000	1.3
--- File.pm	13 Oct 2002 10:44:27 -0000	1.4
***************
*** 48,52 ****
  
      my $file = MARC::File::USMARC->in( $filename );
!     
      while ( my $marc = $file->next() ) {
  	# Do something
--- 48,52 ----
  
      my $file = MARC::File::USMARC->in( $filename );
! 
      while ( my $marc = $file->next() ) {
  	# Do something
***************
*** 57,61 ****
  =head1 EXPORT
  
! None.  
  
  =head1 METHODS
--- 57,61 ----
  =head1 EXPORT
  
! None.
  
  =head1 METHODS
***************
*** 192,196 ****
  =head1 LICENSE
  
! This code may be distributed under the same terms as Perl itself. 
  
  Please note that these modules are not products of or supported by the
--- 192,196 ----
  =head1 LICENSE
  
! This code may be distributed under the same terms as Perl itself.
  
  Please note that these modules are not products of or supported by the





More information about the Koha-cvs mailing list