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