diff --git a/MANIFEST b/MANIFEST index a4f5fae..7c64768 100644 --- a/MANIFEST +++ b/MANIFEST @@ -4,8 +4,6 @@ Changes lib/Net/Ping.pm Makefile.PL MANIFEST This list of files -META.json -META.yml Module meta-data (added by MakeMaker) README t/000_load.t t/001_new.t diff --git a/Makefile.PL b/Makefile.PL index c7a33b5..c9fea2f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -27,12 +27,17 @@ push @extras, LICENSE => 'perl_5' push @extras, META_MERGE => { 'meta-spec' => { version => 2 }, + dynamic_config => 0, resources => { # TODO: 26 old issues still open at RT # https://rt.cpan.org/Public/Dist/Display.html?Name=Net-Ping - bugtracker => 'https://github.com/rurban/Net-Ping/issues', - repository => 'https://github.com/rurban/Net-Ping', - license => 'http://dev.perl.org/licenses/', + bugtracker => { web => 'https://github.com/rurban/Net-Ping/issues' }, + repository => { + url => 'https://github.com/rurban/Net-Ping.git', + web => 'https://github.com/rurban/Net-Ping', + type => 'git', + }, + license => [ 'http://dev.perl.org/licenses/' ], }, release_status => 'stable', }