X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F01-import.t;h=de0260adc6318df792db73f55062767bd4a997f6;hb=1da764455f3f82a24aad0881beb01f5e4d3cf858;hp=2699c192401b0ce6529a8a53513665140e537e17;hpb=00eb4513e6dc65546222404eaa0e1c4910587c70;p=perl%2Fmodules%2FScope-Upper.git diff --git a/t/01-import.t b/t/01-import.t index 2699c19..de0260a 100644 --- a/t/01-import.t +++ b/t/01-import.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 2 * 14; +use Test::More tests => 2 * 15; require Scope::Upper; @@ -14,6 +14,7 @@ my %syms = ( localize_delete => '$$;$', unwind => undef, want_at => ';$', + uplevel => '&@', TOP => '', HERE => '', UP => ';$',