[Koha-cvs] koha/C4 Koha.pm

Chris Cormack chris at katipo.co.nz
Tue May 23 01:13:56 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	
Changes by:	Chris Cormack <rangi at savannah.gnu.org>	06/05/22 23:13:56

Modified files:
	C4             : Koha.pm 

Log message:
	Fixing my syntax error, whoops

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/C4/Koha.pm.diff?tr1=1.34&tr2=1.35&r1=text&r2=text

Patches:
Index: koha/C4/Koha.pm
diff -u koha/C4/Koha.pm:1.34 koha/C4/Koha.pm:1.35
--- koha/C4/Koha.pm:1.34	Mon May 22 23:10:30 2006
+++ koha/C4/Koha.pm	Mon May 22 23:13:56 2006
@@ -17,7 +17,7 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# $Id: Koha.pm,v 1.34 2006/05/22 23:10:30 rangi Exp $
+# $Id: Koha.pm,v 1.35 2006/05/22 23:13:56 rangi Exp $
 
 use strict;
 require Exporter;
@@ -25,7 +25,7 @@
 
 use vars qw($VERSION @ISA @EXPORT);
 
-$VERSION = do { my @v = '$Revision: 1.34 $' =~ /\d+/g;
+$VERSION = do { my @v = '$Revision: 1.35 $' =~ /\d+/g; shift(@v) . "." . join("_", map {sprintf "%03d", $_ } @v); };
 
 =head1 NAME
 





More information about the Koha-cvs mailing list