koha-cvs
[Top][All Lists]
Advanced

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

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


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/marc File.pm,1.3,1.4
Date: Sun, 13 Oct 2002 03:44:29 -0700

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




reply via email to

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