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