- Fix reliance on recent Test::Builder
- Make tests perl 5.6 compatible
+ - now installs to 'site' for perl 5.12+, as per p5p recommendation
1.000012 - 2013-05-04
- improved package detection heuristics (thanks, Edward Zborowski!)
homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Module-Metadata.git',
},
},
+
+ INSTALLDIRS => ($] < 5.011 ? 'perl' : 'site'),
);