Fixed catalyst.pl-generated Build.PL Makefile section
Andy Grundman [Thu, 10 Nov 2005 22:54:25 +0000 (22:54 +0000)]
Changes
lib/Catalyst/Helper.pm

diff --git a/Changes b/Changes
index 3edcfc0..dcf020b 100644 (file)
--- 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
 
index 0c38800..00a5434 100644 (file)
@@ -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' },