Here is a short snippet:
/usr/bin/make -- OK
Running make test
/usr/bin/perl "-Iinc" "-MModule::Install::ExtraTests" "-e" "Module::Install::ExtraTests::__harness('Test::Harness', 0, 'xt/author', '', '', 0, 'blib/lib', 'blib/arch')" t/*.t
t/000_load................................NOK 1
# Failed test 'use Class::MOP;'
# at t/000_load.t line 7.
# Tried to use 'Class::MOP'.
# Error: Can't locate Package/Stash.pm in @INC (@INC contains: [...] .) at /root/.cpan/build/Class-MOP-1.03/blib/lib/Class/MOP/Package.pm line 9.
# BEGIN failed--compilation aborted at /root/.cpan/build/Class-MOP-1.03/blib/lib/Class/MOP/Package.pm line 9.
# Compilation failed in require at (eval 38) line 3.
# ...propagated at /usr/lib/perl5/5.8.6/base.pm line 85.
# BEGIN failed--compilation aborted at /root/.cpan/build/Class-MOP-1.03/blib/lib/Class/MOP/Module.pm line 14.
# Compilation failed in require at (eval 37) line 3.
# ...propagated at /usr/lib/perl5/5.8.6/base.pm line 85.
# BEGIN failed--compilation aborted at /root/.cpan/build/Class-MOP-1.03/blib/lib/Class/MOP/Class.pm line 25.
# Compilation failed in require at /root/.cpan/build/Class-MOP-1.03/blib/lib/Class/MOP.pm line 19.
# BEGIN failed--compilation aborted at /root/.cpan/build/Class-MOP-1.03/blib/lib/Class/MOP.pm line 19.
# Compilation failed in require at (eval 4) line 2.
# BEGIN failed--compilation aborted at (eval 4) line 2.
t/000_load................................ok 18/0Bareword "Class::MOP::get_all_metaclasses" not allowed while "strict subs" in use at t/000_load.t line 67.
Bareword "Class::MOP::get_all_metaclass_instances" not allowed while "strict subs" in use at t/000_load.t line 74.
Execution of t/000_load.t aborted due to compilation errors.
# Tests were run but no plan was declared and done_testing() was not seen.
t/000_load................................dubious
Test returned status 255 (wstat 65280, 0xff00)
t/001_basic...............................Can't locate Package/Stash.pm in @INC (@INC contains:
On Jul 8, 2010, at 11:25 AM, Jesse Luehrs via RT wrote:
Show quoted text> <URL:
https://rt.cpan.org/Ticket/Display.html?id=59201 >
>
> On Thu, Jul 08, 2010 at 11:21:39AM -0400, Warren Melnick via RT wrote:
>> When attempting to install Class::MOP, the tests require Package::Stash to be present but it is not listed as a prerequisite.
>
> From Makefile.PL:
>
> requires 'Package::Stash';
>
> How exactly is it breaking for you?
>
--
Warren Melnick
Systems Programmer
Shutterstock
60 Broad Street, 30th Floor
NY, NY 10004