I see absolutely no evidence of this.
~$ cpanm --look Software::License
Fetching http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Software-License-0.101620.tar.gz
... OK
Entering /Users/rjbs/.cpanm/work/1278442179.9944/Software-License-0.101620 with
/opt/local/bin/zsh
~/.cpanm/work/1278442179.9944/Software-License-0.101620$ ack -a Sub::Exp
~/.cpanm/work/1278442179.9944/Software-License-0.101620$ ack -a MRO::Compat
What evidence did you gather that suggested that either of these were required?
--
rjbs
On Tue Jul 06 15:06:45 2010, JNW wrote:
Show quoted text
> This is what happens to me:
>
and this:
# Failed test 'require Software::License::Perl_5;'
# at t/basic.t line 8.
# Tried to require 'Software::License::Perl_5'.
# Error: Can't locate Sub/Exporter.pm in @INC
On Tue Jul 06 15:09:38 2010, JNW wrote:
Show quoted text
> On Tue Jul 06 15:06:45 2010, JNW wrote:
> > This is what happens to me:
> >
> and this:
> # Failed test 'require Software::License::Perl_5;'
> # at t/basic.t line 8.
> # Tried to require 'Software::License::Perl_5'.
> # Error: Can't locate Sub/Exporter.pm in @INC
note that the stack trace you provided ends with:
/usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl .) at
/usr/lib/perl5/vendor_perl/5.10.0/Data/Section.pm line 9.
Data::Section requires those things, and you somehow installed it without installing its
prerequisites. Data-Section correctly declares its prereqs.
--
rjbs
Tue Jul 06 15:26:05 2010rjbs [...] cpan.org - Status changed from 'open' to 'rejected'