From: Jesse Luehrs Date: Fri, 12 Nov 2010 14:36:32 +0000 (-0600) Subject: GvSV doesn't have the *{...}{SCALAR} issue, whee X-Git-Tag: 0.14~58 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=164ea0804aebc14c44d8adc54fc2c961f5caa6fa;p=gitmo%2FPackage-Stash-XS.git GvSV doesn't have the *{...}{SCALAR} issue, whee --- 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;