X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-C3.git;a=blobdiff_plain;f=t%2F35_next_method_in_anon.t;h=0e58dac489d7382f54ee6f0c5f745c82d346a7a6;hp=67342b5bb0ec25dad3ba4d236d31d566f1550080;hb=ef29cd706106f8ab6e7b0c25e8dc832bb337c5ed;hpb=4dcc1329747eb410b61a876c10140d8cb3137cd2 diff --git a/t/35_next_method_in_anon.t b/t/35_next_method_in_anon.t index 67342b5..0e58dac 100644 --- a/t/35_next_method_in_anon.t +++ b/t/35_next_method_in_anon.t @@ -3,12 +3,7 @@ use strict; use warnings; -use Test::More tests => 3; - -BEGIN { - use lib 'opt', '../opt', '../blib/lib'; - use_ok('c3'); -} +use Test::More tests => 2; =pod @@ -19,7 +14,7 @@ anonymous subroutine. { package A; - use c3; + use Class::C3; sub foo { return 'A::foo'; @@ -33,7 +28,7 @@ anonymous subroutine. { package B; use base 'A'; - use c3; + use Class::C3; sub foo { my $code = sub {