X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F35-stash.t;h=c20a6f027d9a3238bdee9ecaa7fe9904db6c234a;hb=fe8f4fc9674a076fbecad81e66754af8f12ab269;hp=13336f7c4cfb042f972ef42e56b60154f6ee6d9d;hpb=b9df7824d4619174e28f9b1b5856c4a228d9cc7b;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/35-stash.t b/t/35-stash.t index 13336f7..c20a6f0 100644 --- a/t/35-stash.t +++ b/t/35-stash.t @@ -48,7 +48,7 @@ diag $@ if $@; our $a; { package NotHlagh; - my $x = @Hlagh::b; + our $x = @Hlagh::b; } };