]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
Test variables in other stashes
authorVincent Pit <vince@profvince.com>
Sun, 22 Mar 2009 17:58:27 +0000 (18:58 +0100)
committerVincent Pit <vince@profvince.com>
Sun, 22 Mar 2009 17:58:27 +0000 (18:58 +0100)
t/35-stash.t

index 13336f7c4cfb042f972ef42e56b60154f6ee6d9d..c20a6f027d9a3238bdee9ecaa7fe9904db6c234a 100644 (file)
@@ -48,7 +48,7 @@ diag $@ if $@;
   our $a;
   {
    package NotHlagh;
-   my $x = @Hlagh::b;
+   our $x = @Hlagh::b;
   }
  };