X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Context.git;a=blobdiff_plain;f=t%2F02-can.t;fp=t%2F02-can.t;h=595aaacc6e7b6f5135dd04e58cfa6d33f8b84b0d;hp=5af4e46100571c6a197dcaf9c969112c3a90439b;hb=f4699824df48f41d756111418704fca0d6d4d89e;hpb=5b9348f0f624efc3e24b83a3fb731aaf1962968b diff --git a/t/02-can.t b/t/02-can.t index 5af4e46..595aaac 100644 --- a/t/02-can.t +++ b/t/02-can.t @@ -9,13 +9,23 @@ my @methods = qw< new here cxt uid is_valid assert_valid + + package file line + sub_name sub_has_args + gimme + eval_text is_require + hints_bits warnings_bits + want up sub eval + reap localize localize_elem localize_delete unwind yield uplevel >; +push @methods, 'hints_hash' if "$]" >= 5.010; + plan tests => scalar(@methods); require Scope::Context;