Applied patch to switch dependency on XML::XPath to XML::LibXML (Closes: RT#32130)
[dbsrgits/SQL-Translator.git] / Build.PL
index 9eee0c0..f49026a 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -22,6 +22,7 @@ my $builder = Module::Build->new(
     'Class::Data::Inheritable' => 0.02,
     'Class::MakeMethods'       => 0,
     'Digest::SHA1'             => 2.00,
+    'Carp::Clan',              => 0,
     'IO::Dir'                  => 0,
     'Parse::RecDescent'        => 1.95,
     'Pod::Usage'               => 0,
@@ -39,7 +40,7 @@ my $builder = Module::Build->new(
     'Text::ParseWords'        => 0,
     'Text::RecordParser'      => 0.02,
     'XML::Writer'             => 0.500,
-    'XML::XPath'              => 1.13,
+    'XML::LibXML'             => 1.61,
   },
   build_requires => {
     'File::Basename'          => 0,
@@ -47,7 +48,6 @@ my $builder = Module::Build->new(
     'Test::More'              => 0.6,
     'Test::Differences'       => 0,
     'Test::Exception'         => 0,
-    'Test::Differences'       => 0,
     'YAML'                    => 0.39,
   },