Author: kane
Date: Wed Oct 18 07:17:01 2006
New Revision: 7955
Modified:
CPANPLUS-Dist-Build/trunk/ (props changed)
CPANPLUS-Dist-Build/trunk/Makefile.PL
Log:
[EMAIL PROTECTED]: kane | 2006-10-18 16:15:22 +0200
* up dependency to 0.28 of Module::Build, since we use
Module::Build->_mb_feature('C_support') in our tests
Modified: CPANPLUS-Dist-Build/trunk/Makefile.PL
==============================================================================
--- CPANPLUS-Dist-Build/trunk/Makefile.PL (original)
+++ CPANPLUS-Dist-Build/trunk/Makefile.PL Wed Oct 18 07:17:01 2006
@@ -13,7 +13,7 @@
'IPC::Cmd' => '0.23',
'Module::Load::Conditional' => '0.06',
'Module::Pluggable' => '2.4',
- 'Module::Build' => '0.2611',
+ 'Module::Build' => '0.28',
'File::Spec' => 0,
},
AUTHOR => 'Jos Boumans <kane[at]cpan.org>, Ken Williams <[EMAIL
PROTECTED]>',