Tenative switch to a generated DEMOLISHALL - see rest of message for caveats
[gitmo/Role-Tiny.git] / Makefile.PL
index 4883b75..93dcb4f 100644 (file)
@@ -1,13 +1,9 @@
 use strict;
 use warnings FATAL => 'all';
-use 5.008003;
+use 5.008001;
 use ExtUtils::MakeMaker;
 (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
 
-unless (-e 'META.yml') {
-  warn "MYMETA.yml is going to be completely wrong. Sorry.\n";
-}
-
 my %BUILD_DEPS = (
   'Test::More' => 0.96,
   'Test::Fatal' => 0.003,