summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-11-12 08:36:32 -0600
committerJesse Luehrs <doy@tozt.net>2010-11-12 08:36:32 -0600
commit164ea0804aebc14c44d8adc54fc2c961f5caa6fa (patch)
tree03747f200297bcfac741027dcc36eec56b2e16f7
parent3496f1e82bb0e73feebec1ddbc7edbce3e83e55f (diff)
downloadpackage-stash-xs-164ea0804aebc14c44d8adc54fc2c961f5caa6fa.tar.gz
package-stash-xs-164ea0804aebc14c44d8adc54fc2c961f5caa6fa.zip
GvSV doesn't have the *{...}{SCALAR} issue, whee
-rw-r--r--t/01-basic.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/01-basic.t b/t/01-basic.t
index 4d78764..966f47c 100644
--- a/t/01-basic.t
+++ b/t/01-basic.t
@@ -326,7 +326,7 @@ ok(exception {
{
package Quuux;
- our $foo = 1;
+ our $foo;
our @foo;
our @bar;
our %baz;