remove erroneous XML::Tags prereq
Matt S Trout [Wed, 9 Jul 2014 11:24:47 +0000 (11:24 +0000)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index b578272..ee02332 100644 (file)
--- 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)
index 501eb06..9ea2ea1 100644 (file)
@@ -44,7 +44,6 @@ WriteMakefile(
           'Sub::Quote' => '0',
           'Syntax::Keyword::Gather' => '1.001',
           'URI' => '0',
-          'XML::Tags' => '0',
           'base' => '0',
           'overload' => '0',
           'strict' => '0',