diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-12-09 12:40:06 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-12-09 14:16:22 +0000 |
commit | afad42bf0227966dedfdbd7272e8cf7fc5e53cc0 (patch) | |
tree | c38a876558adb2a526ad5bac0a7771b2a4b77d7e /cpanfile | |
parent | b064b041675c907a5646487985825f078208f4d4 (diff) |
Switch template plugin for nice numbers.
Template::Plugin::Number::Format works internationally, whilst
Template::Plugin::Comma does not.
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ requires 'Regexp::Common'; requires 'Scalar::Util'; requires 'Statistics::Distributions'; requires 'Storable'; -requires 'Template::Plugin::Comma'; +requires 'Template::Plugin::Number::Format'; requires 'Text::CSV'; requires 'URI'; requires 'URI::Escape'; |