update distar url master
Graham Knop [Wed, 28 Apr 2021 09:11:46 +0000 (11:11 +0200)]
Changes
maint/Makefile.PL.include

diff --git a/Changes b/Changes
index cbf17e4..95fa030 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.90128 - 2020-09-11
   - fix command to run psgi compile test if Catalyst not already installed
   - improve debugging output on psgi compile test
 
index 13386d7..b3093e3 100644 (file)
@@ -1,4 +1,4 @@
-BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
+BEGIN { -e 'Distar' or system qw(git clone https://github.com/p5sagit/Distar.git) }
 use lib 'Distar/lib';
 use Distar 0.001;