]> Dogcows Code - chaz/p5-File-KDBX-XS/blobdiff - Makefile.PL
add NAME WriteMakefile arg for non-dzil testing
[chaz/p5-File-KDBX-XS] / Makefile.PL
index 4e627012a3e34d2dc31001ba8aaaa3cf8d154f57..05b01e69c339d3c8183d394c7ea58f378047b780 100644 (file)
@@ -1,5 +1,8 @@
 #!/usr/bin/env perl
 
+# A lot of this is cargo-culted from CryptX which has already gone through a lot of working around platform
+# incompatibilities which we're grateful to take advantage of here -- thanks cpan:MIK!
+
 use warnings;
 use strict;
 
@@ -64,7 +67,8 @@ if ($^O !~ /^(MSWin32|darwin|solaris)$/ && ($Config{ld} =~ /gcc|g\+\+/ || $Confi
 }
 
 my %eumm_args = (
-##{ $plugin->get_default(qw{ABSTRACT AUTHOR DISTNAME LICENSE MIN_PERL_VERSION NAME VERSION test}) ##}
+  'NAME' => 'File::KDBX::XS',##{  # List NAME explicitly here so it works even without dzil. ##}
+##{ $plugin->get_default(qw{ABSTRACT AUTHOR DISTNAME LICENSE MIN_PERL_VERSION VERSION test}) ##}
 ##{ $plugin->get_prereqs(1) ##}
     @EUMM_INC_LIB,
 );
This page took 0.020131 seconds and 4 git commands to generate.