summaryrefslogtreecommitdiff
path: root/t/op/my_stash.t
diff options
context:
space:
mode:
authorRobin Houston <robin@cpan.org>2001-05-06 15:47:02 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-05-07 00:52:18 +0000
commit0a0ab32cdf4d5b3b5d902626521f09aa3b46c287 (patch)
treedfe85c2390f7b4dc23b939ac8dd3c232b37dc08f /t/op/my_stash.t
parente00b594c79c2fbf4e357920d78c8a5f5af51ce10 (diff)
downloadperl-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.t1
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__)) {