X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-C3.git;a=blobdiff_plain;f=t%2F34_next_method_in_eval.t;h=e95a16962f33fa18b55519f97971808c10a2ca76;hp=f782cd6fbae6933c9576c55e42ea6bbeef4ff839;hb=ef29cd706106f8ab6e7b0c25e8dc832bb337c5ed;hpb=4dcc1329747eb410b61a876c10140d8cb3137cd2 diff --git a/t/34_next_method_in_eval.t b/t/34_next_method_in_eval.t index f782cd6..e95a169 100644 --- a/t/34_next_method_in_eval.t +++ b/t/34_next_method_in_eval.t @@ -3,12 +3,7 @@ use strict; use warnings; -use Test::More tests => 2; - -BEGIN { - use lib 'opt', '../opt', '..'; - use_ok('c3'); -} +use Test::More tests => 1; =pod @@ -18,7 +13,7 @@ This tests the use of an eval{} block to wrap a next::method call. { package A; - use c3; + use Class::C3; sub foo { die 'A::foo died'; @@ -29,7 +24,7 @@ This tests the use of an eval{} block to wrap a next::method call. { package B; use base 'A'; - use c3; + use Class::C3; sub foo { eval {