[svk-commit] r2684 - branches/mirror-boostrap
nobody at bestpractical.com
nobody at bestpractical.com
Tue Jan 15 13:00:55 EST 2008
Author: jesse
Date: Tue Jan 15 13:00:54 2008
New Revision: 2684
Modified:
branches/mirror-boostrap/Makefile.PL
Log:
* Improved dependency checking for bootstrap
Modified: branches/mirror-boostrap/Makefile.PL
==============================================================================
--- branches/mirror-boostrap/Makefile.PL (original)
+++ branches/mirror-boostrap/Makefile.PL Tue Jan 15 13:00:54 2008
@@ -90,8 +90,9 @@
'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' => '',
) if ($^O eq 'MSWin32');
@@ -99,6 +100,12 @@
'Test::More' => '0.42',
);
features(
+ 'Bootstrap support' => [
+ -default => 1,
+ 'PerlIO::via::Bzip2' => '0',
+ 'PerlIO::gzip' => '0',
+ 'Term::ProgressBar' => '0',
+ ],
'Localized messages' => [
-default => 1,
'Locale::Maketext::Lexicon' => '0.62',
More information about the svk-commit
mailing list