Skip to content

Commit

Permalink
should not install in 'perl' dir on 5.012 too
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanservice committed Jan 26, 2010
1 parent 5536b9e commit 1485e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -18,7 +18,7 @@ WriteMakefile1(
'Test::More' => 0,
'Locale::Maketext::Simple' => 0,
},
INSTALLDIRS => ( $] >= 5.009005 && $] <= 5.012 ? 'perl' : 'site' ),
INSTALLDIRS => ( $] >= 5.009005 && $] < 5.012 ? 'perl' : 'site' ),
AUTHOR => 'Damien "dams" Krotkine <dams[at]cpan.org>',
ABSTRACT => 'Faster implementation of Params::Check, a templated based param validation'
);
Expand Down

0 comments on commit 1485e7f

Please sign in to comment.