diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-05-01 18:52:47 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-05-01 18:52:47 +0100 |
commit | dfdfa76375e39274d6b8ff2a06954b4d5530586d (patch) | |
tree | 1d009e9b42735d56db768aad32fc141d6d1887fd | |
parent | b8b1eae1e534533a46f7973d35d351ebb38efe3b (diff) | |
parent | c33742a11fd2609776de2dd7387188804f6dd69d (diff) |
Merge branch '3003-update-g-l-d'
-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 |