From: Jarkko Hietaniemi Date: Sun, 4 May 2003 08:19:14 +0000 (+0000) Subject: Doesn't make any difference for the test but is more logical. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3e4c85f8945e5b47709bbfe5276a94e65ba0bd48;p=p5sagit%2Fp5-mst-13.2.git Doesn't make any difference for the test but is more logical. p4raw-id: //depot/perl@19398 --- diff --git a/t/lib/Devel/switchd.pm b/t/lib/Devel/switchd.pm index b034364..4a657be 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), ";" }