[MOBY-guts] biomoby commit

Eddie Kawas kawas at dev.open-bio.org
Tue Apr 29 18:59:43 UTC 2008


kawas
Tue Apr 29 14:59:42 EDT 2008
Update of /home/repository/moby/moby-live/Perl/MOSES-MOBY/lib/MOSES/MOBY/Cache
In directory dev.open-bio.org:/tmp/cvs-serv9491/Perl/MOSES-MOBY/lib/MOSES/MOBY/Cache

Modified Files:
	Central.pm 
Log Message:
intial crack at adding a version number that changes with the cvs revision
moby-live/Perl/MOSES-MOBY/lib/MOSES/MOBY/Cache Central.pm,1.3,1.4
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOSES-MOBY/lib/MOSES/MOBY/Cache/Central.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- /home/repository/moby/moby-live/Perl/MOSES-MOBY/lib/MOSES/MOBY/Cache/Central.pm	2008/02/21 00:12:55	1.3
+++ /home/repository/moby/moby-live/Perl/MOSES-MOBY/lib/MOSES/MOBY/Cache/Central.pm	2008/04/29 18:59:42	1.4
@@ -21,7 +21,7 @@
 use XML::LibXML;
 use File::Spec;
 use strict;
-use vars qw ($DEFAULT_REGISTRY_URL);
+use vars qw ($DEFAULT_REGISTRY_URL $VERSION);
 
 # names of cache directories/files
 use constant LIST_FILE          => '__L__I__S__T__';
@@ -30,6 +30,9 @@
 use constant NAMESPACES_CACHE   => 'namespaces';
 use constant SERVICETYPES_CACHE => 'serviceTypes';
 
+# the version of this file:
+$VERSION = sprintf "%d.%03d", q$Revision$ =~ /: (\d+)\.(\d+)/;
+
 =head1 NAME
 
 MOSES::MOBY::Cache::Central - access to locally cached Moby entities




More information about the MOBY-guts mailing list