[Koha-cvs] koha/C4 AuthoritiesMarc.pm Biblio.pm Calendar.p... [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Fri Dec 22 16:09:54 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/12/22 15:09:54

Modified files:
	C4             : AuthoritiesMarc.pm Biblio.pm Calendar.pm 
	                 Output.pm Z3950.pm 

Log message:
	removing C4::Database;

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/AuthoritiesMarc.pm?cvsroot=koha&only_with_tag=rel_3_0&r1=1.28.2.8&r2=1.28.2.9
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Biblio.pm?cvsroot=koha&only_with_tag=rel_3_0&r1=1.178.2.42&r2=1.178.2.43
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Calendar.pm?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.1&r2=1.1.2.2
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Output.pm?cvsroot=koha&only_with_tag=rel_3_0&r1=1.56.2.5&r2=1.56.2.6
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Z3950.pm?cvsroot=koha&only_with_tag=rel_3_0&r1=1.10&r2=1.10.10.1

Patches:
Index: AuthoritiesMarc.pm
===================================================================
RCS file: /sources/koha/koha/C4/AuthoritiesMarc.pm,v
retrieving revision 1.28.2.8
retrieving revision 1.28.2.9
diff -u -b -r1.28.2.8 -r1.28.2.9
--- AuthoritiesMarc.pm	20 Dec 2006 17:13:19 -0000	1.28.2.8
+++ AuthoritiesMarc.pm	22 Dec 2006 15:09:53 -0000	1.28.2.9
@@ -19,7 +19,6 @@
 use strict;
 require Exporter;
 use C4::Context;
-use C4::Database;
 use C4::Koha;
 use MARC::Record;
 use C4::Biblio;
@@ -880,8 +879,11 @@
 
 =cut
 
-# $Id: AuthoritiesMarc.pm,v 1.28.2.8 2006/12/20 17:13:19 hdl Exp $
+# $Id: AuthoritiesMarc.pm,v 1.28.2.9 2006/12/22 15:09:53 toins Exp $
 # $Log: AuthoritiesMarc.pm,v $
+# Revision 1.28.2.9  2006/12/22 15:09:53  toins
+# removing C4::Database;
+#
 # Revision 1.28.2.8  2006/12/20 17:13:19  hdl
 # modifying use of GILS into use of @attr 1=Koha-Auth-Number
 #

Index: Biblio.pm
===================================================================
RCS file: /sources/koha/koha/C4/Biblio.pm,v
retrieving revision 1.178.2.42
retrieving revision 1.178.2.43
diff -u -b -r1.178.2.42 -r1.178.2.43
--- Biblio.pm	20 Dec 2006 16:51:00 -0000	1.178.2.42
+++ Biblio.pm	22 Dec 2006 15:09:53 -0000	1.178.2.43
@@ -21,8 +21,6 @@
 
 require Exporter;
 use C4::Context;
-use C4::Database;
-
 use MARC::Record;
 use MARC::File::USMARC;
 use MARC::File::XML;
@@ -33,7 +31,7 @@
 use vars qw($VERSION @ISA @EXPORT);
 
 # set the version for version checking
-$VERSION = do { my @v = '$Revision: 1.178.2.42 $' =~ /\d+/g; shift(@v).".".join( "_", map { sprintf "%03d", $_ } @v ); };
+$VERSION = do { my @v = '$Revision: 1.178.2.43 $' =~ /\d+/g; shift(@v).".".join( "_", map { sprintf "%03d", $_ } @v ); };
 
 @ISA = qw( Exporter );
 
@@ -3584,8 +3582,11 @@
 
 =cut
 
-# $Id: Biblio.pm,v 1.178.2.42 2006/12/20 16:51:00 tipaul Exp $
+# $Id: Biblio.pm,v 1.178.2.43 2006/12/22 15:09:53 toins Exp $
 # $Log: Biblio.pm,v $
+# Revision 1.178.2.43  2006/12/22 15:09:53  toins
+# removing C4::Database;
+#
 # Revision 1.178.2.42  2006/12/20 16:51:00  tipaul
 # ZEBRA update :
 # - adding a new table : when a biblio is added/modified/ deleted, an entry is entered in this table

Index: Calendar.pm
===================================================================
RCS file: /sources/koha/koha/C4/Attic/Calendar.pm,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- Calendar.pm	30 Nov 2006 18:23:51 -0000	1.1.2.1
+++ Calendar.pm	22 Dec 2006 15:09:54 -0000	1.1.2.2
@@ -19,12 +19,11 @@
 require Exporter;
 use vars qw($VERSION @EXPORT);
 
-use C4::Database;
 #use Date::Manip;
 # use Date::Calc;
 
 # set the version for version checking
-$VERSION = 0.01;
+$VERSION = do { my @v = '$Revision: 1.1.2.2 $' =~ /\d+/g; shift(@v).".".join( "_", map { sprintf "%03d", $_ } @v ); };
 
 =head1 NAME
 

Index: Output.pm
===================================================================
RCS file: /sources/koha/koha/C4/Output.pm,v
retrieving revision 1.56.2.5
retrieving revision 1.56.2.6
diff -u -b -r1.56.2.5 -r1.56.2.6
--- Output.pm	20 Dec 2006 16:51:27 -0000	1.56.2.5
+++ Output.pm	22 Dec 2006 15:09:54 -0000	1.56.2.6
@@ -21,7 +21,7 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# $Id: Output.pm,v 1.56.2.5 2006/12/20 16:51:27 tipaul Exp $
+# $Id: Output.pm,v 1.56.2.6 2006/12/22 15:09:54 toins Exp $
 
 # NOTE: I'm pretty sure this module is deprecated in favor of
 # templates.
@@ -30,13 +30,12 @@
 require Exporter;
 
 use C4::Context;
-use C4::Database;
 use HTML::Template::Pro;
 
 use vars qw($VERSION @ISA @EXPORT);
 
 # set the version for version checking
-$VERSION = do { my @v = '$Revision: 1.56.2.5 $' =~ /\d+/g; shift(@v) . "." . join( "_", map { sprintf "%03d", $_ } @v ); };
+$VERSION = do { my @v = '$Revision: 1.56.2.6 $' =~ /\d+/g; shift(@v) . "." . join( "_", map { sprintf "%03d", $_ } @v ); };
 
 =head1 NAME
 

Index: Z3950.pm
===================================================================
RCS file: /sources/koha/koha/C4/Z3950.pm,v
retrieving revision 1.10
retrieving revision 1.10.10.1
diff -u -b -r1.10 -r1.10.10.1
--- Z3950.pm	1 Oct 2003 15:08:14 -0000	1.10
+++ Z3950.pm	22 Dec 2006 15:09:54 -0000	1.10.10.1
@@ -1,6 +1,6 @@
 package C4::Z3950;
 
-# $Id: Z3950.pm,v 1.10 2003/10/01 15:08:14 tipaul Exp $
+# $Id: Z3950.pm,v 1.10.10.1 2006/12/22 15:09:54 toins Exp $
 
 # Routines for handling Z39.50 lookups
 
@@ -32,7 +32,6 @@
 use DBI;
 
 # Koha modules used
-use C4::Database;
 use C4::Input;
 use C4::Biblio;
 
@@ -43,7 +42,7 @@
 use vars qw($VERSION @ISA @EXPORT);
 
 # set the version for version checking
-$VERSION = 0.01;
+$VERSION = do { my @v = '$Revision: 1.10.10.1 $' =~ /\d+/g; shift(@v).".".join( "_", map { sprintf "%03d", $_ } @v ); };
 
 =head1 NAME
 
@@ -306,6 +305,9 @@
 
 #--------------------------------------
 # $Log: Z3950.pm,v $
+# Revision 1.10.10.1  2006/12/22 15:09:54  toins
+# removing C4::Database;
+#
 # Revision 1.10  2003/10/01 15:08:14  tipaul
 # fix fog bug #622 : processz3950queue fails
 #





More information about the Koha-cvs mailing list