Sean M Burke <[EMAIL PROTECTED]> writes: > Will that do the right thing for people installing these modules for > perls that didn't ship with these modules? Like installing > Locale::Maketext for a perl 5.6, where Locale::Maketext wasn't core.
You want something like this (from podlators):
($] >= 5.006 ?
(INSTALLDIRS => 'perl') : ()),
in your WriteMakefile invocation.
--
Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/>
