summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/cpan/parent/t/lib/FileThatOnlyExistsAsPMC.pmc
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2010-09-24 14:48:16 +0000
committermillert <millert@openbsd.org>2010-09-24 14:48:16 +0000
commitb39c515898423c8d899e35282f4b395f7cad3298 (patch)
tree1112fe0668df8904d89127dcb37234a401c97c42 /gnu/usr.bin/perl/cpan/parent/t/lib/FileThatOnlyExistsAsPMC.pmc
parentuse a better description for the vnd(4) entry on this file. (diff)
downloadwireguard-openbsd-b39c515898423c8d899e35282f4b395f7cad3298.tar.xz
wireguard-openbsd-b39c515898423c8d899e35282f4b395f7cad3298.zip
Perl 5.12.2 from CPAN
Diffstat (limited to 'gnu/usr.bin/perl/cpan/parent/t/lib/FileThatOnlyExistsAsPMC.pmc')
-rw-r--r--gnu/usr.bin/perl/cpan/parent/t/lib/FileThatOnlyExistsAsPMC.pmc5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/cpan/parent/t/lib/FileThatOnlyExistsAsPMC.pmc b/gnu/usr.bin/perl/cpan/parent/t/lib/FileThatOnlyExistsAsPMC.pmc
new file mode 100644
index 00000000000..d9b8b8fd980
--- /dev/null
+++ b/gnu/usr.bin/perl/cpan/parent/t/lib/FileThatOnlyExistsAsPMC.pmc
@@ -0,0 +1,5 @@
+package FileThatOnlyExistsAsPMC;
+
+sub exclaim { "I CAN FROM " . __PACKAGE__ }
+
+1;