[Koha-cvs] CVS: koha/C4 Z3950.pm,1.1.2.1,1.1.2.2 SimpleMarc.pm,1.1.2.2,1.1.2.3

Steve Tonnesen tonnesen at users.sourceforge.net
Wed Jun 26 22:54:35 CEST 2002


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

Modified Files:
      Tag: rel-1-2
	Z3950.pm SimpleMarc.pm 
Log Message:
use warnings breaks on perl 5.005...


Index: Z3950.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Attic/Z3950.pm,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** Z3950.pm	26 Jun 2002 07:26:41 -0000	1.1.2.1
--- Z3950.pm	26 Jun 2002 20:54:31 -0000	1.1.2.2
***************
*** 25,29 ****
  require Exporter;
  
- use warnings;
  use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
  
--- 25,28 ----
***************
*** 155,158 ****
--- 154,160 ----
  #--------------------------------------
  # $Log$
+ # Revision 1.1.2.2  2002/06/26 20:54:31  tonnesen
+ # use warnings breaks on perl 5.005...
+ #
  # Revision 1.1.2.1  2002/06/26 07:26:41  amillar
  # New module for Z39.50 searching

Index: SimpleMarc.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Attic/SimpleMarc.pm,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** SimpleMarc.pm	26 Jun 2002 15:52:55 -0000	1.1.2.2
--- SimpleMarc.pm	26 Jun 2002 20:54:32 -0000	1.1.2.3
***************
*** 21,25 ****
  require Exporter;
  
- use warnings;
  use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
  
--- 21,24 ----
***************
*** 449,452 ****
--- 448,454 ----
  #---------------------------------------------
  # $Log$
+ # Revision 1.1.2.3  2002/06/26 20:54:32  tonnesen
+ # use warnings breaks on perl 5.005...
+ #
  # Revision 1.1.2.2  2002/06/26 15:52:55  amillar
  # Fix display of marc tag labels and indicators





More information about the Koha-cvs mailing list