FindBin is a core module
[p5sagit/Class-C3-Componentised.git] / Makefile.PL
index 7291eee..b9eea7e 100644 (file)
@@ -1,9 +1,11 @@
-use inc::Module::Install 0.85;
+use inc::Module::Install 1.00;
+
+use 5.006002;
+perl_version '5.006002';
 
 name      'Class-C3-Componentised';
-all_from  'lib/Class/C3/Componentised.pm';
 author    'Ash Berlin <ash@cpan.org>';
-
+all_from  'lib/Class/C3/Componentised.pm';
 
 requires  'MRO::Compat';
 requires  'Class::Inspector';
@@ -20,6 +22,4 @@ requires  'Test::Exception';
 # will need adjustment if the require is removed
 requires  'Class::C3' => '0.20';
 
-build_requires 'FindBin';
-
 WriteAll;