diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-09-03 18:11:07 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-09-04 06:25:52 -0700 |
commit | f2c893ed4a773d3658b5645ef4329689a8b908f1 (patch) | |
tree | 159c3fbcd4860067fa6e275714ad12c7d79232e6 /locale/cpanfile | |
parent | c507dbefe9048aca52386027976607a549391513 (diff) |
Improve gettext-extract to work without fuss.
Use bundled carton to install required module separately,
using a minimal cpanfile (and Debian squeeze generated snapshot).
Fixes #1202.
Diffstat (limited to 'locale/cpanfile')
-rw-r--r-- | locale/cpanfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/locale/cpanfile b/locale/cpanfile new file mode 100644 index 000000000..09fb3c4c6 --- /dev/null +++ b/locale/cpanfile @@ -0,0 +1 @@ +requires 'Locale::Maketext::Lexicon'; |