Re: pod/pod2usage2.t
[p5sagit/p5-mst-13.2.git] / t / lib / Devel / switchd.pm
CommitLineData
3e4c85f8 1package Devel::switchd;
54f45c29 2use strict; BEGIN { } # use strict; BEGIN { ... } to incite [perl #21890]
3package DB;
4sub DB { print join(",", caller), ";" }
51;
6