removing cvs-specific version statement
authorJoshua Ferraro <jmf@liblime.com>
Sat, 6 Oct 2007 05:42:21 +0000 (00:42 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Sat, 6 Oct 2007 06:39:26 +0000 (01:39 -0500)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Languages.pm

index 047e9a9..6bdf4f1 100644 (file)
@@ -25,8 +25,6 @@ require Exporter;
 use C4::Context;
 use vars qw($VERSION @ISA @EXPORT);
 
-$VERSION = do { my @v = '$Revision$' =~ /\d+/g; shift(@v) . "." . join( "_", map { sprintf "%03d", $_ } @v ); };
-
 =head1 NAME
 
 C4::Languages - Perl Module containing language list functions for Koha