]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - t/35-stash.t
Test variables in other stashes
[perl/modules/Variable-Magic.git] / 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;
   }
  };