From: Vincent Pit Date: Sun, 22 Mar 2009 17:58:27 +0000 (+0100) Subject: Test variables in other stashes X-Git-Tag: v0.33~7 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git;a=commitdiff_plain;h=fe8f4fc9674a076fbecad81e66754af8f12ab269 Test variables in other stashes --- 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; } };