Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Class-ErrorHandler CPAN distribution.

Report information
The Basics
Id: 79124
Status: resolved
Priority: 0/
Queue: Class-ErrorHandler

People
Owner: Nobody in particular
Requestors: d.thomas [...] its.uq.edu.au
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: fails to build in 5.17.3
Unknown regexp modifier "/n" at inc/Module/Install/AutoInstall.pm - /Library/Perl/5.8.1/Module/Install/AutoInstall.pm line 26, at end of line Regexp modifiers "/a" and "/d" are mutually exclusive at inc/Module/Install/AutoInstall.pm - /Library/Perl/5.8.1/Module/Install/AutoInstall.pm line 26, at end of line syntax error at inc/Module/Install/AutoInstall.pm - /Library/Perl/5.8.1/Module/Install/AutoInstall.pm line 26, near "m/-- (?:default|skip|testonly)/and-t " syntax error at inc/Module/Install/AutoInstall.pm - /Library/Perl/5.8.1/Module/Install/AutoInstall.pm line 32, near "}eval" syntax error at inc/Module/Install/AutoInstall.pm - /Library/Perl/5.8.1/Module/Install/AutoInstall.pm line 35, near "}}" (Might be a runaway multi-line "" string starting on line 34) Can't use global @_ in "my" at inc/Module/Install/AutoInstall.pm - /Library/Perl/5.8.1/Module/Install/AutoInstall.pm line 41, near "and @_ " syntax error at inc/Module/Install/AutoInstall.pm - /Library/Perl/5.8.1/Module/Install/AutoInstall.pm line 56, near "}" syntax error at inc/Module/Install/AutoInstall.pm - /Library/Perl/5.8.1/Module/Install/AutoInstall.pm line 62, near "}" Compilation failed in require at inc/Module/Install.pm - /Library/Perl/5.8.1/Module/Install.pm line 267. The 'auto_install' method does not exist in the 'inc' path! Please remove the 'inc' directory and run Makefile.PL again to load it.
The change in blead is this one: http://perl5.git.perl.org/perl.git/commit/0da72d5e623b55d88fb3772b9c91e8f2d1ea7c40 I have a patch for Class-ErrorHandler: http://www.cpan.org/authors/id/A/AN/ANDK/patches/Class-ErrorHandler-0.01-ANDK-01-time-to-kill-autoinstall.diff.gz The patch fixes the problem by doing the equivalent of removing the file inc/Module/Install/AutoInstall.pm and remove the two lines matching m/auto.*install/i in the Makefile.PL.
This issue was fixed by version 0.02.