develooper Front page | perl.perl5.porters | Postings from July 2012

[perl #113606] Bleadperl v5.17.0-349-g0da72d5 breaks BTROTT/Crypt-DH-0.06.tar.gz

From:
Father Chrysostomos via RT
Date:
July 9, 2012 13:02
Subject:
[perl #113606] Bleadperl v5.17.0-349-g0da72d5 breaks BTROTT/Crypt-DH-0.06.tar.gz
Message ID:
rt-3.6.HEAD-27325-1341864124-622.113606-15-0@perl.org
On Wed Jun 13 23:18:41 2012, andreas.koenig.7os6VVqR@franz.ak.mind.de wrote:
> > Unknown regexp modifier "/n" at inc/Module/Install/AutoInstall.pm -
> /Library/Perl/5.8.1/Module/Install/AutoInstall.pm line 23, at end of
> line
> 
> (1) the reported line 23 number is wrong, should be 24.
> 
> (2) all other reported errors are followup errors, e.g. the following
>     patch would fix the Makefile.PL:
> 
> --- inc/Module/Install/AutoInstall.pm~  2012-06-14 04:37:33.125873146
> +0200
> +++ inc/Module/Install/AutoInstall.pm   2012-06-14 04:38:20.343094659
> +0200
> @@ -23,3 +23,3 @@
>  or+eval"use $p $v;1"or+do{my$e=$ENV{PERL_EXTUTILS_AUTOINSTALL};
> -(!defined($e)||$e!~m/--(?:default|skip|testonly)/and-t STDIN or
> +(!defined($e)||($e!~m/--(?:default|skip|testonly)/)and-t STDIN or
>  eval"use ExtUtils::MakeMaker;WriteMakefile(PREREQ_PM=>{'$p',$v}
> 
> (3) the version of Module::Install in inc/ is dated. Current would be
>     1.06, in inc/ we find 0.36 which is not anymore in current
>     subversion repository of Module::Install.

MITHALDU/Crypt-DH-0.07.tar.gz includes 1.06, so I believe this has been
fixed.

-- 

Father Chrysostomos


---
via perlbug:  queue: perl5 status: new
https://rt.perl.org:443/rt3/Ticket/Display.html?id=113606



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About