[svk-commit] r3002 - trunk

nobody at bestpractical.com nobody at bestpractical.com
Sun Jul 20 13:03:55 EDT 2008


Author: ruz
Date: Sun Jul 20 13:03:49 2008
New Revision: 3002

Modified:
   trunk/Makefile.PL

Log:
* `svk sync -a` these days depends on Time::Progress

Modified: trunk/Makefile.PL
==============================================================================
--- trunk/Makefile.PL	(original)
+++ trunk/Makefile.PL	Sun Jul 20 13:03:49 2008
@@ -90,6 +90,7 @@
     'Pod::Escapes'             => '0',       # in core since 5.9.3
     'Pod::Simple'              => '0',       # in core since 5.9.3
     'File::Spec'               => '3.19',    # in core since 5.9.3
+    'Time::Progress'           => '0',
 );
 
 
@@ -104,7 +105,6 @@
     -default => 1,
         'PerlIO::via::Bzip2'       => '0',
         'PerlIO::gzip'             => '0',
-        'Time::Progress'           => '0',
         'SVN::Dump'                => '0.04',
     ],
     'Localized messages' => [


More information about the svk-commit mailing list