NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Nice (Score:1)
However, I found one thing very annoying with this module : it's impossible to install with perl 5.8.0 and 5.004_05.
Using CPAN.pm with 5.8.0 it wants to install a slew of dependencies, ending with CPANPLUS, which requires 5.8.1. However, make all test install by hand works.
In 5.004_05, it's worse. perl Makefile.PL fails with
Modification of a read-only value attempted at inc/Module/Install/Metadata.pm -
Re:Nice (Score:2)