2.15 Tue Oct 20 2009
- Deprecate shipping Switch.pm in the core distribution.
(Nicholas Clark)
+
+2.16 (in progress)
+ - For Perl 5.11+, install into 'site', not 'perl'
+
NAME => q[Switch],
VERSION_FROM => q[Switch.pm],
PREREQ_PM => { 'Filter::Util::Call' => 0, 'Text::Balanced' => 0 },
- INSTALLDIRS => $] >= 5.00703 ? 'perl' : 'site',
+ INSTALLDIRS => ($] >= 5.00703 && $] < 5.011) ? 'perl' : 'site',
);