diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-04-30 11:12:29 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-04-30 11:13:19 +0100 |
commit | c33742a11fd2609776de2dd7387188804f6dd69d (patch) | |
tree | 7792fa315788e8666cab862ea594b981d84b0ef3 | |
parent | 19088df5efeb30ba3855893fc5080c5125a85152 (diff) |
Update Getopt::Long::Descriptive to stop warning.
Fixes #3003.
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | cpanfile | 2 | ||||
-rw-r--r-- | cpanfile.snapshot | 15 |
3 files changed, 8 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ab1c2a1c..62fdd47ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ - Add fetch script that does combined job of fetch-comments and fetch-reports. - Show error page when submitting with web param to /import. - Add a daemon option for sending reports and updates. + - Update Getopt::Long::Descriptive to stop warning. - Open311 improvements: - match response templates on external status code over state - Add flag to protect category/group names from Open311 overwrite. @@ -82,7 +82,7 @@ requires 'File::Find'; requires 'File::Path'; requires 'Geography::NationalGrid', mirror => 'https://cpan.metacpan.org/'; -requires 'Getopt::Long::Descriptive'; +requires 'Getopt::Long::Descriptive', '0.105'; requires 'HTML::Entities'; requires 'HTML::FormHandler::Model::DBIC'; requires 'HTML::Scrubber'; diff --git a/cpanfile.snapshot b/cpanfile.snapshot index 8c55fec0c..53ce1f120 100644 --- a/cpanfile.snapshot +++ b/cpanfile.snapshot @@ -3124,25 +3124,22 @@ DISTRIBUTIONS Geography::NationalGrid::IE 1.2 requirements: ExtUtils::MakeMaker 0 - Getopt-Long-Descriptive-0.093 - pathname: R/RJ/RJBS/Getopt-Long-Descriptive-0.093.tar.gz + Getopt-Long-Descriptive-0.105 + pathname: R/RJ/RJBS/Getopt-Long-Descriptive-0.105.tar.gz provides: - Getopt::Long::Descriptive 0.093 - Getopt::Long::Descriptive::Opts 0.093 - Getopt::Long::Descriptive::Usage 0.093 + Getopt::Long::Descriptive 0.105 + Getopt::Long::Descriptive::Opts 0.105 + Getopt::Long::Descriptive::Usage 0.105 requirements: Carp 0 - ExtUtils::MakeMaker 6.30 + ExtUtils::MakeMaker 0 File::Basename 0 - File::Find 0 - File::Temp 0 Getopt::Long 2.33 List::Util 0 Params::Validate 0.97 Scalar::Util 0 Sub::Exporter 0.972 Sub::Exporter::Util 0 - Test::More 0.96 overload 0 strict 0 warnings 0 |