[svk-commit] r2275 - in branches/2.0-releng: lib/SVK

nobody at bestpractical.com nobody at bestpractical.com
Wed Dec 27 22:30:23 EST 2006


Author: clkao
Date: Wed Dec 27 22:30:23 2006
New Revision: 2275

Modified:
   branches/2.0-releng/Makefile.PL
   branches/2.0-releng/lib/SVK/Version.pm

Log:
Use version.pm and prepare for 2.0.0

Modified: branches/2.0-releng/Makefile.PL
==============================================================================
--- branches/2.0-releng/Makefile.PL	(original)
+++ branches/2.0-releng/Makefile.PL	Wed Dec 27 22:30:23 2006
@@ -64,6 +64,7 @@
 clean_files	('t/checkout', 't/apache_svn');
 requires(
     # 'SVN::Core'                => $required_svn,
+    'version'                  => '0.68',
     'Algorithm::Annotate'      => '0',
     'Algorithm::Diff'          => '1.1901',
     'YAML::Syck'               => '0.60',

Modified: branches/2.0-releng/lib/SVK/Version.pm
==============================================================================
--- branches/2.0-releng/lib/SVK/Version.pm	(original)
+++ branches/2.0-releng/lib/SVK/Version.pm	Wed Dec 27 22:30:23 2006
@@ -50,7 +50,7 @@
 # END BPS TAGGED BLOCK }}}
 package SVK;
 
-our $VERSION = '1.99_91';
+use version; our $VERSION = qv(2.0.0);
 
 =head1 NAME
 


More information about the svk-commit mailing list