projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
287a822
)
Remove duplicate my() declaration giving warnings from change #18105.
Hugo van der Sanden [Tue, 19 Nov 2002 11:35:16 +0000 (11:35 +0000)]
p4raw-link: @18105 on //depot/perl:
dd58e686a56f2e2b79be702b8652140afcbfc717
p4raw-id: //depot/perl@18158
lib/Class/Struct.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/Class/Struct.t
b/lib/Class/Struct.t
index
ffb5094
..
694d622
100644
(file)
--- a/
lib/Class/Struct.t
+++ b/
lib/Class/Struct.t
@@
-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');