From: Andy Grundman Date: Thu, 10 Nov 2005 22:54:25 +0000 (+0000) Subject: Fixed catalyst.pl-generated Build.PL Makefile section X-Git-Tag: 5.7099_04~958 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=2b01b53cf7f8b98568f13a99e18257f78d7fa858;hp=76cb62762f5214b71a7fe422f2467f6745224548 Fixed catalyst.pl-generated Build.PL Makefile section --- diff --git a/Changes b/Changes index 3edcfc0..dcf020b 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ Tis file documents the revision history for Perl extension Catalyst. 5.50 + - Fixed catalyst.pl-generated Build.PL Makefile section. - Fixed relative forwarding - Fixed forward arrows in debug output diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index 0c38800..00a5434 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -604,7 +604,6 @@ use strict; use Catalyst::Build; my $build = Catalyst::Build->new( - create_makefile_pl => 'passthrough', license => 'perl', module_name => '[% name %]', requires => { Catalyst => '5.49' },