develooper Front page | perl.perl5.porters | Postings from March 2007

bleadperl patch 26487 broke Class::MOP

Thread Next
From:
andreas.koenig.7os6VVqR
Date:
March 15, 2007 18:56
Subject:
bleadperl patch 26487 broke Class::MOP
Message ID:
873b46doms.fsf@k75.linux.bogus
Quiz of the week:)


----Program----
eval {require Class::MOP};
print $@ ? "N/A" : "OK";
print "\n";

----Output of .../pL9BuO7/perl-5.8.0@26486/bin/perl----
OK

----EOF ($?='0')----
----Output of .../pHxMchK/perl-5.8.0@26487/bin/perl----
N/A

----EOF ($?='0')----

	Change 26487 by nicholas@nicholas-saigo on 2005/12/26 12:31:01

	Rework constant.pm to take advantage of the space savings of proxy
	constant subroutines whenever it can.

% ./Build test --verbose --test_files t/003_methods.t                                                                                                [CPANSHELL]
t/003_methods....1..64
ok 1 - use Class::MOP;
ok 2 - use Class::MOP::Class;
ok 3 - ... our method is not yet blessed
not ok 4 - ... we added the method successfully

#   Failed test '... we added the method successfully'
#   at t/003_methods.t line 65.
# died: Not a GLOB reference at /home/k/.cpan/build/Class-MOP-0.37-SpVpcK/blib/lib/Class/MOP/Package.pm line 197.
Not a GLOB reference at /home/k/.cpan/build/Class-MOP-0.37-SpVpcK/blib/lib/Class/MOP/Package.pm line 197.
# Looks like you planned 64 tests but only ran 4.
# Looks like you failed 1 test of 4 run.
# Looks like your test died just after 4.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 4-64



-- 
andreas

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About