diff options
author | Robin Houston <robin@cpan.org> | 2001-05-06 15:47:02 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-07 00:52:18 +0000 |
commit | 0a0ab32cdf4d5b3b5d902626521f09aa3b46c287 (patch) | |
tree | dfe85c2390f7b4dc23b939ac8dd3c232b37dc08f /t/op/my_stash.t | |
parent | e00b594c79c2fbf4e357920d78c8a5f5af51ce10 (diff) | |
download | perl-0a0ab32cdf4d5b3b5d902626521f09aa3b46c287.tar.gz |
Naughty?
Message-ID: <20010506144702.A6308@penderel>
p4raw-id: //depot/perl@10011
Diffstat (limited to 't/op/my_stash.t')
-rw-r--r-- | t/op/my_stash.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/op/my_stash.t b/t/op/my_stash.t index 4a1d5022e0..5a131830be 100644 --- a/t/op/my_stash.t +++ b/t/op/my_stash.t @@ -14,6 +14,7 @@ use constant MyClass => 'Foo::Bar::Biz::Baz'; { package Foo::Bar::Biz::Baz; + 1; } for (qw(Foo Foo:: MyClass __PACKAGE__)) { |