X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Context.git;a=blobdiff_plain;f=t%2F02-can.t;h=5af4e46100571c6a197dcaf9c969112c3a90439b;hp=ecae9f4aaf1cfa860b9f4bfd2089293bef8cd7a5;hb=e8b777e025ed69b121b659618d6d6451541cee5a;hpb=c983cb7a06c2b883e1bb968726a6c26ce3038c18 diff --git a/t/02-can.t b/t/02-can.t index ecae9f4..5af4e46 100644 --- a/t/02-can.t +++ b/t/02-can.t @@ -11,7 +11,9 @@ my @methods = qw< uid is_valid assert_valid want up sub eval - reap localize localize_elem localize_delete unwind uplevel + reap localize localize_elem localize_delete + unwind yield + uplevel >; plan tests => scalar(@methods);