From: Dave Rolsky Date: Wed, 10 Feb 2010 00:44:12 +0000 (-0600) Subject: Switch to traditional Makefile.PL X-Git-Tag: 0.11^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9c9943e8b37cd5a2aa5860d42175abea76545484;p=gitmo%2FMooseX-ClassAttribute.git Switch to traditional Makefile.PL --- diff --git a/Build.PL b/Build.PL index b1dc9db..0224dd7 100644 --- a/Build.PL +++ b/Build.PL @@ -14,7 +14,7 @@ my $builder = Module::Build->new( 'Scalar::Util' => '0', 'Test::More' => '0.88', }, - create_makefile_pl => 'passthrough', + create_makefile_pl => 'traditional', create_readme => 1, sign => 1, );