Convert op/read.t to use test.pl and make it stricture compliant.
[p5sagit/p5-mst-13.2.git] / t / lib / Devel / switchd.pm
1 package Devel::switchd;
2 use strict; BEGIN { } # use strict; BEGIN { ... } to incite [perl #21890]
3 package DB;
4 sub DB { print join(",", caller), ";" }
5 1;
6