From: Tomas Doran Date: Fri, 13 Apr 2012 08:30:56 +0000 (+0100) Subject: Shoot auto_include. RT#76524 X-Git-Tag: 1.08~44 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-Serialize-Data-Serializer.git;a=commitdiff_plain;h=df5f9ffc57154013cd5b6208613e37b424481a57 Shoot auto_include. RT#76524 --- diff --git a/Changes b/Changes index eef1334..1392491 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ + Repack without auto_include to stop Module::Install inlining + Test::More without Test::Builder. RT#76524 + Tue 28 Feb 2012 09:09:00 GMT - Release 0.99 Repack with new Module::Install to stop depending on an unnecessary ExtUtils::MakeMaker version. diff --git a/Makefile.PL b/Makefile.PL index 317c0be..7e22b90 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -65,7 +65,6 @@ feature 'XML::Simple (text/xml) support', 'XML::Simple' => undef; author_requires 'XML::Simple'; -auto_include; auto_install; if ($Module::Install::AUTHOR) {