From: Matt S Trout Date: Wed, 9 Jul 2014 11:24:47 +0000 (+0000) Subject: remove erroneous XML::Tags prereq X-Git-Tag: v0.026~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FWeb-Simple.git;a=commitdiff_plain;h=2fdaa25a0bfcc608f1852b0ef79dd4c191f77dcf remove erroneous XML::Tags prereq --- diff --git a/Changes b/Changes index b578272..ee02332 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Web-Simple + - remove erroneous XML::Tags prereq + 0.025 - 2014-07-07 - fixes a memory leak that occurs when calling Web::Simple::Application::to_psgi_app (Christian Walde) diff --git a/Makefile.PL b/Makefile.PL index 501eb06..9ea2ea1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -44,7 +44,6 @@ WriteMakefile( 'Sub::Quote' => '0', 'Syntax::Keyword::Gather' => '1.001', 'URI' => '0', - 'XML::Tags' => '0', 'base' => '0', 'overload' => '0', 'strict' => '0',