]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - t/01-import.t
Introduce SCOPE()
[perl/modules/Scope-Upper.git] / t / 01-import.t
index 76452a0f5692afac73ea25396743e04356c233f2..a0134bb818be80889db78a6c9fb5c8932daadbaf 100644 (file)
@@ -7,7 +7,7 @@ use Test::More tests => 13;
 
 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 SCOPE CALLER/) {
  eval { Scope::Upper->import($_) };
  is($@, '', 'import ' . $_);
 }