[Koha-cvs] koha/C4 Serials.pm [rel_3_0]

Henri-Damien LAURENT laurenthdl at alinto.com
Mon Nov 27 15:17:19 CET 2006


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Henri-Damien LAURENT <hdl>	06/11/27 14:17:18

Modified files:
	C4             : Serials.pm 

Log message:
	Using Date::Manip

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Serials.pm?cvsroot=koha&only_with_tag=rel_3_0&r1=1.5.2.11&r2=1.5.2.12

Patches:
Index: Serials.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Serials.pm,v
retrieving revision 1.5.2.11
retrieving revision 1.5.2.12
diff -u -b -r1.5.2.11 -r1.5.2.12
--- Serials.pm	23 Nov 2006 15:18:29 -0000	1.5.2.11
+++ Serials.pm	27 Nov 2006 14:17:18 -0000	1.5.2.12
@@ -17,11 +17,11 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# $Id: Serials.pm,v 1.5.2.11 2006/11/23 15:18:29 hdl Exp $
+# $Id: Serials.pm,v 1.5.2.12 2006/11/27 14:17:18 hdl Exp $
 
 use strict;
 use C4::Date;
-#use Date::Manip;
+use Date::Manip;
 use C4::Suggestions;
 use C4::Koha;
 use C4::Biblio;
@@ -32,7 +32,7 @@
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
 # set the version for version checking
-$VERSION = do { my @v = '$Revision: 1.5.2.11 $' =~ /\d+/g;
+$VERSION = do { my @v = '$Revision: 1.5.2.12 $' =~ /\d+/g;
     shift(@v) . "." . join( "_", map { sprintf "%03d", $_ } @v );
 };
 





More information about the Koha-cvs mailing list