Applied patch to switch dependency on XML::XPath to XML::LibXML (Closes: RT#32130)
[dbsrgits/SQL-Translator.git] / Build.PL
index 99f5516..f49026a 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -4,7 +4,7 @@ use Module::Build;
 
 my $builder = Module::Build->new(
   module_name           => 'SQL::Translator',
-  dist_author           => 'Ken Y. Clark <kclark@cpan.org>',
+  dist_author           => 'Ken Youens-Clark <kclark@cpan.org>',
   dist_version_from     => 'lib/SQL/Translator.pm',
   dist_abstract         => 'SQL DDL transformations and more',
   license               => 'gpl',
@@ -22,8 +22,9 @@ 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.94,
+    'Parse::RecDescent'        => 1.95,
     'Pod::Usage'               => 0,
     'Class::Accessor::Fast'    => 0,
     'DBI'                      => 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,
   },