From: Karen Etheridge Date: Wed, 8 May 2013 23:10:56 +0000 (-0700) Subject: the sitelib change happened before this module was cored, so we don't need to do... X-Git-Tag: 1.000014~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FModule-Metadata.git;a=commitdiff_plain;h=7e8865107f5e65bfb8c058e1a2126e83d5f37ce1 the sitelib change happened before this module was cored, so we don't need to do anything at all! --- diff --git a/Makefile.PL b/Makefile.PL index b8d6de0..c4f0312 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -31,6 +31,4 @@ WriteMakefile( homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Module-Metadata.git', }, }, - - INSTALLDIRS => ($] < 5.011 ? 'perl' : 'site'), );