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 <[email protected]> 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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
