Updating ExtUtils-ParseXS to 2.20
[p5sagit/p5-mst-13.2.git] / lib / Class / Struct.t
index ffb5094..694d622 100644 (file)
@@ -66,7 +66,7 @@ isa_ok $obj->c, 'aClass';
 is $obj->c->meth(), 42;
 
 
-my $obj = MyOther->new;
+$obj = MyOther->new;
 isa_ok $obj, 'MyOther';
 
 $obj->s('foo');