aboutsummaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2019-05-03 17:47:08 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2019-05-05 15:06:16 +0100
commit905fbf8ec27cdc0162f893764c1da416cd4a2507 (patch)
tree38c4d4deb112108721384539c4e482abb6c1bc65 /cpanfile
parent08ff4cf7bb3d43798e51fe53c421e2c79b007309 (diff)
Set different mirror for Geography::NationalGrid.
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpanfile b/cpanfile
index 3e96ce43c..bcab7b917 100644
--- a/cpanfile
+++ b/cpanfile
@@ -63,7 +63,8 @@ requires 'Error';
requires 'FCGI'; # Required by e.g. Plack::Handler::FCGI
requires 'File::Find';
requires 'File::Path';
-requires 'Geography::NationalGrid';
+requires 'Geography::NationalGrid',
+ mirror => 'https://cpan.metacpan.org/';
requires 'Getopt::Long::Descriptive';
requires 'HTML::Entities';
requires 'HTTP::Request::Common';