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

nobody at bestpractical.com nobody at bestpractical.com
Tue Jan 15 12:56:35 EST 2008


Author: jesse
Date: Tue Jan 15 12:56:34 2008
New Revision: 2683

Modified:
   branches/mirror-boostrap/Makefile.PL

Log:
* missing dependency for new bootstrapping feature

Modified: branches/mirror-boostrap/Makefile.PL
==============================================================================
--- branches/mirror-boostrap/Makefile.PL	(original)
+++ branches/mirror-boostrap/Makefile.PL	Tue Jan 15 12:56:34 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
+    'PerlIO::via::Bzip2'       => '0'
 );
 requires(
     'Date::Format'             => '',


More information about the svk-commit mailing list