aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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';