diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-02-05 16:58:23 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-02-05 16:58:23 +0000 |
commit | 46541a64e9ca47d235f4fd832024bfcfa61db673 (patch) | |
tree | b3986dbdef36121a5fd90dfcd9fbfaceb4d69357 /cpanfile | |
parent | 04117b8be30b5d82d50cdc047ac4e7c19864f8ed (diff) |
Install Locale::gettext via cpanfile.
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'; |