summaryrefslogtreecommitdiff
path: root/t/lib/Devel/switchd.pm
blob: 4a657bef910b852920b960a2d213b2377b92be13 (plain)
1
2
3
4
5
6
package Devel::switchd;
use strict; BEGIN { } # use strict; BEGIN { ... } to incite [perl #21890]
package DB;
sub DB { print join(",", caller), ";" }
1;