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