[MOBY-guts] biomoby commit
Eddie Kawas
kawas at dev.open-bio.org
Tue Apr 29 19:02:37 UTC 2008
kawas
Tue Apr 29 15:02:37 EDT 2008
Update of /home/repository/moby/moby-live/Perl/MOSES-MOBY/lib/MOSES/MOBY/Cache
In directory dev.open-bio.org:/tmp/cvs-serv9533/Perl/MOSES-MOBY/lib/MOSES/MOBY/Cache
Modified Files:
Central.pm
Log Message:
making the $VERSION have 2 decimal spots instead of 3.
moby-live/Perl/MOSES-MOBY/lib/MOSES/MOBY/Cache Central.pm,1.4,1.5
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOSES-MOBY/lib/MOSES/MOBY/Cache/Central.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- /home/repository/moby/moby-live/Perl/MOSES-MOBY/lib/MOSES/MOBY/Cache/Central.pm 2008/04/29 18:59:42 1.4
+++ /home/repository/moby/moby-live/Perl/MOSES-MOBY/lib/MOSES/MOBY/Cache/Central.pm 2008/04/29 19:02:37 1.5
@@ -31,7 +31,7 @@
use constant SERVICETYPES_CACHE => 'serviceTypes';
# the version of this file:
-$VERSION = sprintf "%d.%03d", q$Revision$ =~ /: (\d+)\.(\d+)/;
+$VERSION = sprintf "%d.%02d", q$Revision$ =~ /: (\d+)\.(\d+)/;
=head1 NAME
More information about the MOBY-guts
mailing list