summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/cpan/parent/t/lib/FileThatOnlyExistsAsPMC.pmc
blob: d9b8b8fd9801864abc1fbe09f9020cf960fd45a2 (plain) (blame)
1
2
3
4
5
package FileThatOnlyExistsAsPMC;

sub exclaim { "I CAN FROM " . __PACKAGE__ }

1;