From 839a946c442fb43a6a2661cdeee7c5f5cb189715 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 1 Jul 2021 11:44:37 +1200 Subject: Update URLs in Makefile.PL --- Makefile.PL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 7ec9943..7c3187f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -36,11 +36,11 @@ WriteMakefile( }, }, resources => { - homepage => 'https://sanctum.geek.nz/cgit/Mail-Run-Crypt.git/', + homepage => 'https://dev.sanctum.geek.nz/cgit/Mail-Run-Crypt.git/', repository => { type => 'git', url => 'https://sanctum.geek.nz/code/Mail-Run-Crypt.git/', - web => 'https://sanctum.geek.nz/cgit/Mail-Run-Crypt.git/', + web => 'https://dev.sanctum.geek.nz/cgit/Mail-Run-Crypt.git/', }, }, }, -- cgit v1.2.3 From e92ad49c4334d1546c4a98b7e137be75dc06b53a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 1 Jul 2021 11:47:14 +1200 Subject: Correct MIN_PERL_VERSION --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 7c3187f..f1066ac 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,7 +11,7 @@ WriteMakefile( ABSTRACT_FROM => 'lib/Mail/Run/Crypt.pm', LICENSE => 'artistic_2', PL_FILES => {}, - MIN_PERL_VERSION => '5.008_001', + MIN_PERL_VERSION => '5.008001', CONFIGURE_REQUIRES => { 'ExtUtils::MakeMaker' => '0', }, -- cgit v1.2.3