X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F01-import.t;h=ef8937c62b698542e158ec150d7aeb23dd039068;hb=02798a015a7fae0ff3d924b3270def3996e4210b;hp=9b3eb0b1a4138ac8642f6557a8aefe76fe41a99b;hpb=c8549c2d49ee305498c19318c51dc6540dba8b3f;p=perl%2Fmodules%2FScope-Upper.git diff --git a/t/01-import.t b/t/01-import.t index 9b3eb0b..ef8937c 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 => 9; require Scope::Upper; -for (qw/reap localize localize_elem TOPLEVEL/) { +for (qw/reap localize localize_elem TOP CURRENT UP DOWN SUB EVAL/) { eval { Scope::Upper->import($_) }; is($@, '', 'import ' . $_); }