Subject: | [PATCH] Must install in 'perl' dirs |
Module needs to be installed under 'perl' instead of the default 'site'.
Patch attached.
Subject: | patch.txt |
--- Pod-Plainer-1.00/Makefile.PL.orig 2009-09-14 16:02:19.735932600 -0400
+++ Pod-Plainer-1.00/Makefile.PL 2009-09-14 16:03:47.422957300 -0400
@@ -8,5 +8,6 @@
ABSTRACT_FROM => 'Plainer.pm',
AUTHOR => 'Robin Barker <rmb1@npl.co.uk>',
LICENSE => 'perl',
+ INSTALLDIRS => 'perl',
);