X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F01-import.t;h=fe4f1c59dfbab801ac18ab43d88af66ae2d956d8;hb=f4c54ceec84d4ccfa3fefc4e13ee0932223faea5;hp=b1c2b17a0c7064d58c9c05014adc3ef5d01a061f;hpb=b1705371d0b8be388540f125bde19d10e3e14ea8;p=perl%2Fmodules%2FScope-Upper.git diff --git a/t/01-import.t b/t/01-import.t index b1c2b17..fe4f1c5 100644 --- a/t/01-import.t +++ b/t/01-import.t @@ -3,11 +3,11 @@ use strict; use warnings; -use Test::More tests => 10; +use Test::More tests => 12; require Scope::Upper; -for (qw/reap localize localize_elem localize_delete TOP HERE UP DOWN SUB EVAL/) { +for (qw/reap localize localize_elem localize_delete unwind want_at TOP HERE UP SUB EVAL CALLER/) { eval { Scope::Upper->import($_) }; is($@, '', 'import ' . $_); }