diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-02-16 14:49:24 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-02-16 14:49:24 +0000 |
commit | 9bbc76b814f2c7798bb008e626d59a788fc81c6e (patch) | |
tree | ddc11ceb1b97b368fb3d1b7487e924a1215086ec /cpanfile | |
parent | b1a719a95a736937f6d5c92bf81d95f0bc999152 (diff) | |
parent | 6bc3566f0281f4aede0e11e8ab5e21476bc0b674 (diff) |
Merge in installation changes.
Fall back better if a couple of things aren't installed.
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ requires 'Image::Size'; requires 'IO::String'; requires 'JSON'; requires 'JSON::XS'; +requires 'Locale::gettext'; requires 'LWP::Simple'; requires 'LWP::UserAgent'; requires 'Math::Trig'; |