add travis config
[p5sagit/Package-Variant.git] / Makefile.PL
index 065f4ea..9dda482 100644 (file)
@@ -5,13 +5,13 @@ my %META = (
   name => 'Package-Variant',
   prereqs => {
     test => { requires => {
-      'Test::Fatal' => 0,
+      'Test::Fatal' => '0',
     }, },
     runtime => { requires => {
-      'perl' => 5.006,
-      'strictures' => 1,
-      'Carp' => 0,
-      'Import::Into' => 1,
+      'perl' => '5.006',
+      'strictures' => '2.000000',
+      'Carp' => '0',
+      'Import::Into' => '1.000000',
       'Module::Runtime' => '0.013',
     }, },
   },
@@ -35,7 +35,7 @@ my %MM_ARGS = ();
 
 ## BOILERPLATE ###############################################################
 require ExtUtils::MakeMaker;
-(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
+(do './maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
 
 # have to do this since old EUMM dev releases miss the eval $VERSION line
 my $eumm_version  = eval $ExtUtils::MakeMaker::VERSION;