From 4787b700f309f04db7f087552d291ef400dcd7b3 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 18 Dec 2018 19:19:43 +0000 Subject: Added repo meta. --- Build.PL | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Build.PL') diff --git a/Build.PL b/Build.PL index 48a27ff..c931fc8 100644 --- a/Build.PL +++ b/Build.PL @@ -56,6 +56,11 @@ my $build = Module::Build->new( test_types => { author => '.at', }, + meta_merge => { + resources => { + repository => 'https://github.com/derf/icli' + } + }, ); print <<'EOF'; -- cgit v1.2.3 From ff8b45613669da70c2a204213f5095c911aeccc6 Mon Sep 17 00:00:00 2001 From: Evan Giles Date: Tue, 2 Jul 2019 20:02:26 +1200 Subject: Update Build.PL so that App::Icli depends on version 1.3.0 of Test::Compile --- Build.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build.PL') diff --git a/Build.PL b/Build.PL index c931fc8..e1b05d5 100644 --- a/Build.PL +++ b/Build.PL @@ -22,7 +22,7 @@ my @command_paths = ( my $build = Module::Build->new( build_requires => { 'Test::More' => 0, - 'Test::Compile' => 0, + 'Test::Compile' => "1.3.0", 'Test::Pod' => 0, 'Test::Command' => 0, }, -- cgit v1.2.3