summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAran Clary Deltac <bluefeet@gmail.com>2023-06-07 13:15:17 -0700
committerAran Clary Deltac <bluefeet@gmail.com>2023-06-07 13:18:17 -0700
commit704396331e0eb354add6c128d58c4572e7e3427d (patch)
tree761ae2e63cafd6a0be041f908c9378716beae71f
parent5d50cbc54376e58304cee3a60a9bbb0bc8d1f382 (diff)
Update boilerplate for latest PR
-rw-r--r--Changes2
-rw-r--r--META.json4
-rw-r--r--README.md2
-rw-r--r--author/footer.pm2
-rw-r--r--lib/GitLab/API/v4.pm2
5 files changed, 11 insertions, 1 deletions
diff --git a/Changes b/Changes
index 80415d1..91e8aa1 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for Perl extension GitLab-API-v4.
{{$NEXT}}
+ - Use JSON::MaybeXS instead of JSON.
+ - Add verify_SSL=>1 to HTTP::Tiny to verify https server identity.
- Handle multiple cookies correctly when there is more than one.
- Live tests now run against GitLab CE 16.0.3 (was 11.10.4).
- Add the the remote_mirrors, create_remote_mirror, and
diff --git a/META.json b/META.json
index 2955d82..f9d057f 100644
--- a/META.json
+++ b/META.json
@@ -49,7 +49,7 @@
"HTTP::Tiny" : "0.059",
"HTTP::Tiny::Multipart" : "0.05",
"IO::Prompter" : "0.004014",
- "JSON" : "2.59",
+ "JSON::MaybeXS" : "1.003007",
"List::Util" : "0",
"Log::Any" : "1.703",
"Log::Any::Adapter" : "1.703",
@@ -91,6 +91,7 @@
"version" : "0.26",
"x_authority" : "cpan:BLUEFEET",
"x_contributors" : [
+ "Dan Book <grinnz@grinnz.com>",
"Dave Webb <github@d5ve.com>",
"Dmitry Frolov <dmitry.frolov@gmail.com>",
"Dotan Dimet <dotan@corky.net>",
@@ -101,6 +102,7 @@
"Marek R. Sotola <Marek.R.Sotola@nasa.gov>",
"Nigel Gregoire <nigelgregoire@gmail.com>",
"Simon Ruderich <simon@ruderich.org>",
+ "Stig Palmquist <git@stig.io>",
"Thomas Klausner <domm@plix.at>",
"gregor herrmann <gregoa@debian.org>",
"royce55 <royce@ecs.vuw.ac.nz>",
diff --git a/README.md b/README.md
index 237c7ce..33ffb57 100644
--- a/README.md
+++ b/README.md
@@ -5570,6 +5570,8 @@ Kieren Diment <kieren.diment@staples.com.au>
Dmitry Frolov <dmitry.frolov@gmail.com>
Thomas Klausner <domm@plix.at>
Graham Knop <haarg@haarg.org>
+Stig Palmquist <git@stig.io>
+Dan Book <grinnz@grinnz.com>
```
# LICENSE
diff --git a/author/footer.pm b/author/footer.pm
index ed35d1b..8a7f0e4 100644
--- a/author/footer.pm
+++ b/author/footer.pm
@@ -44,6 +44,8 @@ L<https://github.com/bluefeet/GitLab-API-v4/issues>
Dmitry Frolov <dmitry.frolov@gmail.com>
Thomas Klausner <domm@plix.at>
Graham Knop <haarg@haarg.org>
+ Stig Palmquist <git@stig.io>
+ Dan Book <grinnz@grinnz.com>
=head1 LICENSE
diff --git a/lib/GitLab/API/v4.pm b/lib/GitLab/API/v4.pm
index 3aea148..ace4c0e 100644
--- a/lib/GitLab/API/v4.pm
+++ b/lib/GitLab/API/v4.pm
@@ -10864,6 +10864,8 @@ L<https://github.com/bluefeet/GitLab-API-v4/issues>
Dmitry Frolov <dmitry.frolov@gmail.com>
Thomas Klausner <domm@plix.at>
Graham Knop <haarg@haarg.org>
+ Stig Palmquist <git@stig.io>
+ Dan Book <grinnz@grinnz.com>
=head1 LICENSE