]> Dogcows Code - chaz/p5-File-KDBX-XS/blobdiff - Makefile.PL
set a version in repo Makefile.PL
[chaz/p5-File-KDBX-XS] / Makefile.PL
index 4649ca4ae463a9e3826d1f953ac00b3a146660b9..406476e1cd3166b47d6271f116e003f6093f26b4 100644 (file)
@@ -69,6 +69,7 @@ if ($^O !~ /^(MSWin32|darwin|solaris)$/ && ($Config{ld} =~ /gcc|g\+\+/ || $Confi
 
 my %eumm_args = (
   'NAME' => 'File::KDBX::XS',##{  # List NAME explicitly here so it works even without dzil. ##}
+  'VERSION' => '999.999',
 ##{ $plugin->get_default(qw{ABSTRACT AUTHOR DISTNAME LICENSE MIN_PERL_VERSION VERSION test}) ##}
 ##{ $plugin->get_prereqs(1) ##}
     @EUMM_INC_LIB,
@@ -94,7 +95,7 @@ sub MY::postamble {
 };
 
     $extra_targets = qq{
-\$(MYEXTLIB): libtomcrypt/Makefile
+\$(MYEXTLIB): libtomcrypt/Makefile.nmake
 \tcd libtomcrypt && \$(MAKE) -f Makefile.nmake CFLAGS="$mycflags"
 } if $^O eq 'MSWin32' && $Config{make} =~ /nmake/ && $Config{cc} =~ /cl/;
 
This page took 0.020724 seconds and 4 git commands to generate.