X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F082_get_code_info.t;h=e3c74e083d5bb2d8edeb2512dd2b252bd6deab4f;hb=729fd9ba69ec6f9150504b4c24c46365fba7cdf4;hp=6eb66adbf38e25105810738b71785e32a662c12d;hpb=e896822dbc5d27f54b7336d2b46df47b8027b3c2;p=gitmo%2FClass-MOP.git diff --git a/t/082_get_code_info.t b/t/082_get_code_info.t index 6eb66ad..e3c74e0 100644 --- a/t/082_get_code_info.t +++ b/t/082_get_code_info.t @@ -6,7 +6,7 @@ use warnings; use Test::More; BEGIN { - if ( eval 'use Sub::Name qw(subname);' ) { + if ( eval 'use Sub::Name qw(subname); 1;' ) { plan tests => 5; } else {