summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-05-04 08:19:14 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-05-04 08:19:14 +0000
commit3e4c85f8945e5b47709bbfe5276a94e65ba0bd48 (patch)
tree76ab3a3e45de76bd6c97750bb5962da63c244069 /t
parentc78f3842db6b12d8d9eebde3be014afcb53eec8f (diff)
downloadperl-3e4c85f8945e5b47709bbfe5276a94e65ba0bd48.tar.gz
Doesn't make any difference for the test but is more logical.
p4raw-id: //depot/perl@19398
Diffstat (limited to 't')
-rw-r--r--t/lib/Devel/switchd.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/Devel/switchd.pm b/t/lib/Devel/switchd.pm
index b034364df2..4a657bef91 100644
--- a/t/lib/Devel/switchd.pm
+++ b/t/lib/Devel/switchd.pm
@@ -1,4 +1,4 @@
-package Devel::DevelTest;
+package Devel::switchd;
use strict; BEGIN { } # use strict; BEGIN { ... } to incite [perl #21890]
package DB;
sub DB { print join(",", caller), ";" }