X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=004c49b54f4d7f3812518b427d9667556ed4d69d;hb=HEAD;hp=77a61ab5e01591cf26a48918f81b51ee09c99ee2;hpb=f37635779da2e61e7a53749d601dbdbb02f741ee;p=catagits%2FXML-Feed.git diff --git a/Build.PL b/Build.PL index 77a61ab..004c49b 100644 --- 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;