diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-05-03 17:47:08 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-05-05 15:06:16 +0100 |
commit | 905fbf8ec27cdc0162f893764c1da416cd4a2507 (patch) | |
tree | 38c4d4deb112108721384539c4e482abb6c1bc65 /cpanfile | |
parent | 08ff4cf7bb3d43798e51fe53c421e2c79b007309 (diff) |
Set different mirror for Geography::NationalGrid.
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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'; |