[svk-commit] r2911 - branches/mirror-boostrap

nobody at bestpractical.com nobody at bestpractical.com
Tue Jun 10 13:08:03 EDT 2008


Author: clkao
Date: Tue Jun 10 13:08:02 2008
New Revision: 2911

Modified:
   branches/mirror-boostrap/Makefile.PL

Log:
want new unreleased SVN::Dump.

Modified: branches/mirror-boostrap/Makefile.PL
==============================================================================
--- branches/mirror-boostrap/Makefile.PL	(original)
+++ branches/mirror-boostrap/Makefile.PL	Tue Jun 10 13:08:02 2008
@@ -105,6 +105,7 @@
         'PerlIO::via::Bzip2'       => '0',
         'PerlIO::gzip'             => '0',
         'Term::ProgressBar'        => '0',
+        'SVN::Dump'                => '0.04',
     ],
     'Localized messages' => [
 	-default => 1,
@@ -147,7 +148,7 @@
 auto_install();
 
 auto_provides();
-WriteAll( sign => 1 );
+WriteAll( sign => 0 );
 
 $::VERSION = $required_svn;
 die << "." unless eval {require SVN::Core; SVN::Core->VERSION >= main->VERSION };


More information about the svk-commit mailing list