Modified:
trunk/perl/Time-y2038/Build.PL
Log:
Need an updated version of Module::Build for the cbuilder() method
Modified: trunk/perl/Time-y2038/Build.PL
==============================================================================
--- trunk/perl/Time-y2038/Build.PL (original)
+++ trunk/perl/Time-y2038/Build.PL Wed Nov 12 03:49:03 2008
@@ -28,7 +28,7 @@
},
build_requires => {
- 'Module::Build' => '0.2808',
+ 'Module::Build' => '0.2809', # for ->cbuilder()
'Test::Warn' => '0.11',
'Test::Exception' => '0.27',
'Test::More' => 0.62,