projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c78f384
)
Doesn't make any difference for the test but is more logical.
Jarkko Hietaniemi [Sun, 4 May 2003 08:19:14 +0000 (08:19 +0000)]
p4raw-id: //depot/perl@19398
t/lib/Devel/switchd.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/Devel/switchd.pm
b/t/lib/Devel/switchd.pm
index
b034364
..
4a657be
100644
(file)
--- 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), ";" }