summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Klausner <domm@plix.at>2023-01-16 17:29:25 +0100
committerThomas Klausner <domm@plix.at>2023-01-16 17:29:25 +0100
commit3ec4668f5996dec090d7df146827eddf3fa293df (patch)
tree6e8a90e1b4bc85dd9e4f7debaca2972b1a61f2cf
parent5520fe0579b5628020663da5aaf97f3ed3f4157a (diff)
dist housekeeping, bump version etc
-rw-r--r--Changes6
-rw-r--r--README.md3
-rw-r--r--cpanfile2
-rw-r--r--lib/LWP/Authen/OAuth2.pm6
-rwxr-xr-xrun-tests1
5 files changed, 11 insertions, 7 deletions
diff --git a/Changes b/Changes
index 87b30f9..0b20bdb 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for LWP-Authen-OAuth2
{{$NEXT}}
+ - keep param default value in non strict mode (André Brás)
+
0.19 2022-03-10 16:43:24+01:00
- Add Withings Service Provider (Brian Foley)
@@ -76,9 +78,9 @@ Revision history for LWP-Authen-OAuth2
- Allow additional arguments to be passed to the save_tokens
callback (Chris)
- Fixed copying required/optional params in
- collect_action_params (Alexander Dutton)
+ collect_action_params (Alex Dutton)
- Added overridable methods for returing authz and token endpoints
- (Alexander Dutton)
+ (Alex Dutton)
0.07 20131128 - 7:47 AM PST
diff --git a/README.md b/README.md
index fe116cc..706635b 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ LWP::Authen::OAuth2 - Make requests to OAuth2 APIs.
# VERSION
-version 0.19
+version 0.20
# SYNOPSIS
@@ -440,6 +440,7 @@ Get the user agent. The default if none was explicitly set is a new
- [Chris](https://github.com/TheWatcher)
- [Adi Fairbank](https://github.com/adifairbank)
- [Adam Millerchip](https://github.com/amillerchip)
+- [André Brás](https://github.com/whity)
# ACKNOWLEDGEMENTS
diff --git a/cpanfile b/cpanfile
index a18e140..2ba47df 100644
--- a/cpanfile
+++ b/cpanfile
@@ -1,4 +1,4 @@
-# This file is generated by Dist::Zilla::Plugin::CPANFile v6.017
+# This file is generated by Dist::Zilla::Plugin::CPANFile v6.024
# Do not edit this file directly. To change prereqs, edit the `dist.ini` file.
requires "Carp" => "0";
diff --git a/lib/LWP/Authen/OAuth2.pm b/lib/LWP/Authen/OAuth2.pm
index f556362..b271909 100644
--- a/lib/LWP/Authen/OAuth2.pm
+++ b/lib/LWP/Authen/OAuth2.pm
@@ -800,7 +800,7 @@ L<LWP::UserAgent> object.
=item * L<Thomas Klausner|https://github.com/domm>
-=item * L<Alexander Dutton|https://github.com/alexsdutton>
+=item * L<Alex Dutton|https://github.com/alexdutton>
=item * L<Chris|https://github.com/TheWatcher>
@@ -808,6 +808,8 @@ L<LWP::UserAgent> object.
=item * L<Adam Millerchip|https://github.com/amillerchip>
+=item * L<André Brás|https://github.com/whity>
+
=back
=head1 ACKNOWLEDGEMENTS
@@ -828,7 +830,7 @@ L<Thomas Klausner|https://github.com/domm> for reporting that client
type specific parameters were not available when the client type was properly
specified
-=item * L<Alexander Dutton|https://github.com/alexsdutton> for making
+=item * L<Alex Dutton|https://github.com/alexdutton> for making
C<ServiceProvider> work without requiring subclassing.
=item * L<Leon Wright|https://github.com/techman83> for adding a L<Strava | http://strava.com> Service Provider and various bug fixes
diff --git a/run-tests b/run-tests
deleted file mode 100755
index e0ab85c..0000000
--- a/run-tests
+++ /dev/null
@@ -1 +0,0 @@
-prove -rv -e "perl -I ./lib" t