Bump version for release
[catagits/XML-Feed.git] / Build.PL
index 77a61ab..004c49b 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -12,17 +12,25 @@ my $build = Module::Build
                           'DateTime::Format::Mail'     => 0,
                           'DateTime::Format::W3CDTF'   => 0,
                           'Feed::Find'                 => 0,
+                          'HTML::Entities'             => 0,
                           'HTML::TokeParser'           => 0,
                           'List::Util'                 => 0,
                           'LWP::UserAgent'             => 0,
                           'Module::Pluggable'          => 0,
                           'URI::Fetch'                 => 0,
-                          'XML::Atom'                  => 0.32,
-                          'XML::LibXML'                => 1.66,
-                          'XML::RSS'                   => 1.37,
+                          'XML::Atom'                  => '0.38',
+                          'XML::LibXML'                => '1.66',
+                          'XML::RSS'                   => '1.47',
                           'Test::More'                 => 0,
                         },
          create_makefile_pl => 'traditional',
+         meta_merge =>
+         {
+             resources =>
+             {
+                 repository => "https://github.com/davorg/xml-feed",
+             },
+         },
        );
 
 $build->create_build_script;