[libpdl-linearalgebra-perl] 14/24: require constant 1.03 - older version do not work with hashes.

Dima Kogan dima at secretsauce.net
Mon Aug 31 06:57:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

dkogan-guest pushed a commit to branch realupstream
in repository libpdl-linearalgebra-perl.

commit 4fecd070ba6a0b2aca0addb2b12a96106bb48357
Author: Alexandr Ciornii <alexchorny at gmail.com>
Date:   Sat May 23 23:40:04 2015 +0300

    require constant 1.03 - older version do not work with hashes.
---
 Makefile.PL | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.PL b/Makefile.PL
index 939a7c0..db675dd 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -18,7 +18,7 @@ WriteMakefile(
         },
         'CONFIGURE_REQUIRES' =>  { "PDL" => 0, },
         'BUILD_REQUIRES' =>  { "PDL" => 0, },
-	'PREREQ_PM' => { "PDL" => 0, },
+	'PREREQ_PM' => { "PDL" => 0, "constant" => 1.03, },
         'DIR' =>  [ qw/Trans Real Complex Special/],
         'dist' => { PREOP=> '$(MKPATH) $(DISTVNAME)/GENERATED'
                             . ' && $(PERL) "-MPDL::PP qw[PDL::LinearAlgebra::Trans   PDL::LinearAlgebra::Trans   $(DISTVNAME)/GENERATED/Trans]"   Trans/trans.pd'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpdl-linearalgebra-perl.git



More information about the Pkg-perl-cvs-commits mailing list