xref: /openbsd-src/gnu/usr.bin/perl/cpan/parent/t/lib/FileThatOnlyExistsAsPMC.pmc (revision b39c515898423c8d899e35282f4b395f7cad3298)
1*b39c5158Smillertpackage FileThatOnlyExistsAsPMC;
2*b39c5158Smillert
3*b39c5158Smillertsub exclaim { "I CAN FROM " . __PACKAGE__ }
4*b39c5158Smillert
5*b39c5158Smillert1;
6