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 | |
parent | 04117b8be30b5d82d50cdc047ac4e7c19864f8ed (diff) |
Install Locale::gettext via cpanfile.
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | cpanfile | 1 | ||||
-rw-r--r-- | cpanfile.snapshot | 6 |
3 files changed, 8 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2c80b3534..07e8bfa95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ before_install: - sudo apt-get update -qq - sudo apt-get install -qq jhead libgmp-dev python-boto # A couple of other modules that normally come from packages, but no system stuff here - - cpanm -q Locale::gettext Math::BigInt::GMP + - cpanm -q Math::BigInt::GMP - sudo locale-gen cy_GB.UTF-8 en_GB.UTF-8 nb_NO.UTF-8 de_CH.UTF-8 sv_SE.UTF-8 install: - .travis/install @@ -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'; diff --git a/cpanfile.snapshot b/cpanfile.snapshot index e5d8b9afc..a5859b742 100644 --- a/cpanfile.snapshot +++ b/cpanfile.snapshot @@ -6599,6 +6599,12 @@ DISTRIBUTIONS common::sense 3.6 requirements: ExtUtils::MakeMaker 0 + gettext-1.05 + pathname: P/PV/PVANDRY/gettext-1.05.tar.gz + provides: + Locale::gettext 1.05 + requirements: + ExtUtils::MakeMaker 0 libwww-perl-6.05 pathname: G/GA/GAAS/libwww-perl-6.05.tar.gz provides: |