[Bast-commits] r3819 - trunk/Devel-Declare
matthewt at dev.catalyst.perl.org
matthewt at dev.catalyst.perl.org
Sun Oct 14 23:33:00 GMT 2007
Author: matthewt
Date: 2007-10-14 23:33:00 +0100 (Sun, 14 Oct 2007)
New Revision: 3819
Modified:
trunk/Devel-Declare/Changes
trunk/Devel-Declare/Makefile.PL
Log:
set Makefile.PL to bomb out for <5.8.1
Modified: trunk/Devel-Declare/Changes
===================================================================
--- trunk/Devel-Declare/Changes 2007-10-14 21:40:59 UTC (rev 3818)
+++ trunk/Devel-Declare/Changes 2007-10-14 22:33:00 UTC (rev 3819)
@@ -2,6 +2,7 @@
0.001001
- compilation fixes for 5.8.1+
+ - set Makefile.PL to bomb out for <5.8.1
0.001000
- Initial release to CPAN
Modified: trunk/Devel-Declare/Makefile.PL
===================================================================
--- trunk/Devel-Declare/Makefile.PL 2007-10-14 21:40:59 UTC (rev 3818)
+++ trunk/Devel-Declare/Makefile.PL 2007-10-14 22:33:00 UTC (rev 3819)
@@ -1,5 +1,7 @@
use inc::Module::Install 0.67;
+require 5.008001;
+
name 'Devel-Declare';
all_from 'lib/Devel/Declare.pm';
More information about the Bast-commits
mailing list