koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Accounts2.pm,1.9.2.3,1.9.2.4 Acquisitions.pm,1.5


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/C4 Accounts2.pm,1.9.2.3,1.9.2.4 Acquisitions.pm,1.5.2.11,1.5.2.12 Biblio.pm,1.1.2.1,1.1.2.2
Date: Mon, 24 Jun 2002 09:15:04 -0700

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

Modified Files:
      Tag: rel-1-2
        Accounts2.pm Acquisitions.pm Biblio.pm 
Log Message:
Removed "use warnings;" as it does not work with perl 5.005
If we need warnings, put '-w' in the #! line of the scripts instead.


Index: Accounts2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Accounts2.pm,v
retrieving revision 1.9.2.3
retrieving revision 1.9.2.4
diff -C2 -r1.9.2.3 -r1.9.2.4
*** Accounts2.pm        20 Jun 2002 18:57:15 -0000      1.9.2.3
--- Accounts2.pm        24 Jun 2002 16:15:00 -0000      1.9.2.4
***************
*** 2,6 ****
  
  use strict;
- use warnings;
  require Exporter;
  use DBI;
--- 2,5 ----

Index: Acquisitions.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Acquisitions.pm,v
retrieving revision 1.5.2.11
retrieving revision 1.5.2.12
diff -C2 -r1.5.2.11 -r1.5.2.12
*** Acquisitions.pm     20 Jun 2002 21:05:17 -0000      1.5.2.11
--- Acquisitions.pm     24 Jun 2002 16:15:01 -0000      1.5.2.12
***************
*** 6,10 ****
  #use C4::Biblio;
  
- use warnings;
  use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
  
--- 6,9 ----

Index: Biblio.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** Biblio.pm   14 Jun 2002 21:20:27 -0000      1.1.2.1
--- Biblio.pm   24 Jun 2002 16:15:01 -0000      1.1.2.2
***************
*** 5,9 ****
  use C4::Database;
  
- use warnings;
  use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
  
--- 5,8 ----




reply via email to

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