set Makefile.PL to bomb out for <5.8.1 at compile time
matthewt [Sun, 14 Oct 2007 22:33:47 +0000 (22:33 +0000)]
git-svn-id: http://dev.catalyst.perl.org/repos/bast/trunk/Devel-Declare@3820 bd8105ee-0ff8-0310-8827-fb3f25b6796d

Makefile.PL

index ca9a14b..ea6d149 100644 (file)
@@ -1,6 +1,6 @@
 use inc::Module::Install 0.67;
 
-require 5.008001;
+use 5.008001;
 
 name 'Devel-Declare';
 all_from 'lib/Devel/Declare.pm';