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: 19749
Status: resolved
Priority: 0/
Queue: Class-ErrorHandler

People
Owner: Nobody in particular
Requestors: smueller [...] cpan.org
Cc:
AdminCc:

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



Subject: Ancient Module::Install prevents build on win32
Hi, the version of Module::Install included in the current version is ancient. Please consider a new release with a *current* Module::Install (0.62?). The included version is not compatible with ActivePerl 5.8.8 build 817 which is the current stable build. Contact me if you need more details. Just in case you wonder, upgrading Module::Install is a matter of installing the curren version and removing the old inc/ subdirectory from the distribution. You can just do this: cpan install Module::Install (fetch the current Scalar::List::Utils) tar -xzf Class-ErrorHandler-0.01.tar.gz cd Class-ErrorHandler-0.01 rm -rf inc perl Makefile.PL (inc is rebuilt using the current Module::Install) make manifest (correct manifest by hand if necessary) make make test make dist Thanks, Steffen
Agreed, but it's not just win32. My builder also has trouble because the installer is throwing a "deprecated" message. This is because the current use of Build.PL causes a deprecation message. Current Module::Install policies no longer support Build.PL
This issue was fixed by version 0.02.