X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F01-import.t;h=a0134bb818be80889db78a6c9fb5c8932daadbaf;hb=84fa046758ce37dea430850727cf998fe4cb98a1;hp=9b3eb0b1a4138ac8642f6557a8aefe76fe41a99b;hpb=bac4fc46c2d48ce5db75de6c88e0983aeeedf865;p=perl%2Fmodules%2FScope-Upper.git diff --git a/t/01-import.t b/t/01-import.t index 9b3eb0b..a0134bb 100644 --- a/t/01-import.t +++ b/t/01-import.t @@ -3,11 +3,11 @@ use strict; use warnings; -use Test::More tests => 4; +use Test::More tests => 13; require Scope::Upper; -for (qw/reap localize localize_elem TOPLEVEL/) { +for (qw/reap localize localize_elem localize_delete unwind want_at TOP HERE UP SUB EVAL SCOPE CALLER/) { eval { Scope::Upper->import($_) }; is($@, '', 'import ' . $_); }