Author: timbo
Date: Wed Jan 24 15:03:28 2007
New Revision: 8695

Modified:
   dbi/trunk/lib/Bundle/DBI.pm   (contents, props changed)

Log:
Update Revision and try out new svn keyword magic


Modified: dbi/trunk/lib/Bundle/DBI.pm
==============================================================================
--- dbi/trunk/lib/Bundle/DBI.pm (original)
+++ dbi/trunk/lib/Bundle/DBI.pm Wed Jan 24 15:03:28 2007
@@ -2,7 +2,7 @@
 
 package Bundle::DBI;
 
-$VERSION = sprintf("%d.%02d", q$Revision: 11.3 $ =~ /(\d+)\.(\d+)/o);
+our $VERSION = sprintf("12.%06d", q$Revision$ =~ /(\d+)/o);
 
 1;
 
@@ -22,7 +22,7 @@
 
 DBI::Shell 11.91 - the DBI command line shell
 
-Storable 2.06 - for DBD::Proxy and DBI::ProxyServer
+Storable 2.06 - for DBD::Proxy, DBI::ProxyServer, DBD::Forward
 
 Net::Daemon 0.37 - for DBD::Proxy and DBI::ProxyServer
 

Reply via email to