From 4dc0468a8c4b5851ff845075cd373ad19415b4f9 Mon Sep 17 00:00:00 2001 From: Cyrill Novgorodcev Date: Wed, 11 Dec 2019 14:16:27 +0300 Subject: [PATCH] Checking in changes prior to tagging of version v0.13. Changelog diff is: diff --git a/Changes b/Changes index 27d47ee..61f5ce7 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for WG-API {{$NEXT}} +v0.13 2019-12-11T11:15:09Z + - remove dependency from LWP + v0.12 2019-11-14T14:58:13Z - migrate to github (again!) - remove deprecated method --- Changes | 3 +++ META.json | 2 +- README.md | 2 +- lib/WG/API.pm | 4 ++-- lib/WG/API/Auth.pm | 4 ++-- lib/WG/API/Base.pm | 4 ++-- lib/WG/API/Error.pm | 4 ++-- lib/WG/API/NET.pm | 4 ++-- lib/WG/API/WoT.pm | 4 ++-- lib/WG/API/WoWp.pm | 4 ++-- lib/WG/API/WoWs.pm | 4 ++-- 11 files changed, 21 insertions(+), 18 deletions(-) diff --git a/Changes b/Changes index 27d47ee..61f5ce7 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for WG-API {{$NEXT}} +v0.13 2019-12-11T11:15:09Z + - remove dependency from LWP + v0.12 2019-11-14T14:58:13Z - migrate to github (again!) - remove deprecated method diff --git a/META.json b/META.json index 8976524..4b2c51c 100644 --- a/META.json +++ b/META.json @@ -83,7 +83,7 @@ "web" : "https://github.com/cynovg/p5-WG-API" } }, - "version" : "v0.12", + "version" : "v0.13", "x_authority" : "cpan:CYNOVG", "x_contributors" : [ "Cyrill Novgorodcev " diff --git a/README.md b/README.md index 6f070f7..6b722cf 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ WG::API - Module for work with Wargaming.net Public API # VERSION -Version v0.12 +Version v0.13 # SYNOPSIS diff --git a/lib/WG/API.pm b/lib/WG/API.pm index 3f1b55f..36f7e6d 100644 --- a/lib/WG/API.pm +++ b/lib/WG/API.pm @@ -11,11 +11,11 @@ WG::API - Module for work with Wargaming.net Public API =head1 VERSION -Version v0.12 +Version v0.13 =cut -our $VERSION = 'v0.12'; +our $VERSION = 'v0.13'; =head1 SYNOPSIS diff --git a/lib/WG/API/Auth.pm b/lib/WG/API/Auth.pm index 6c18f0c..32b66a1 100644 --- a/lib/WG/API/Auth.pm +++ b/lib/WG/API/Auth.pm @@ -12,11 +12,11 @@ WG::API::Auth - Auth-module with using OpenID for work with WG PAPI =head1 VERSION -Version v0.12 +Version v0.13 =cut -our $VERSION = 'v0.12'; +our $VERSION = 'v0.13'; const my $api_uri => '//api.worldoftanks.ru/'; diff --git a/lib/WG/API/Base.pm b/lib/WG/API/Base.pm index 131eb00..834fd19 100644 --- a/lib/WG/API/Base.pm +++ b/lib/WG/API/Base.pm @@ -15,11 +15,11 @@ use URI::QueryParam; =head1 VERSION -Version v0.12 +Version v0.13 =cut -our $VERSION = 'v0.12'; +our $VERSION = 'v0.13'; =head1 SYNOPSIS diff --git a/lib/WG/API/Error.pm b/lib/WG/API/Error.pm index 9cf9a86..ce04e2a 100644 --- a/lib/WG/API/Error.pm +++ b/lib/WG/API/Error.pm @@ -8,11 +8,11 @@ WG::API::Error - Module for work with API errors =head1 VERSION -Version v0.12 +Version v0.13 =cut -our $VERSION = 'v0.12'; +our $VERSION = 'v0.13'; =head1 SYNOPSIS diff --git a/lib/WG/API/NET.pm b/lib/WG/API/NET.pm index bde6d99..e4dc446 100644 --- a/lib/WG/API/NET.pm +++ b/lib/WG/API/NET.pm @@ -12,11 +12,11 @@ WG::API::NET - Module to work with Wargaming.net Public API =head1 VERSION -Version v0.12 +Version v0.13 =cut -our $VERSION = 'v0.12'; +our $VERSION = 'v0.13'; const my $api_uri => '//api.worldoftanks.ru/'; diff --git a/lib/WG/API/WoT.pm b/lib/WG/API/WoT.pm index 5bffe50..581879b 100644 --- a/lib/WG/API/WoT.pm +++ b/lib/WG/API/WoT.pm @@ -12,11 +12,11 @@ WG::API::WoT - Module to work with Wargaming.net Public API for World of Tanks =head1 VERSION -Version v0.12 +Version v0.13 =cut -our $VERSION = 'v0.12'; +our $VERSION = 'v0.13'; const my $api_uri => '//api.worldoftanks.ru/'; diff --git a/lib/WG/API/WoWp.pm b/lib/WG/API/WoWp.pm index add1a3a..00fc854 100644 --- a/lib/WG/API/WoWp.pm +++ b/lib/WG/API/WoWp.pm @@ -12,11 +12,11 @@ WG::API::WoWp - Module to work with Wargaming.net Public API for World of Warpla =head1 VERSION -Version v0.12 +Version v0.13 =cut -our $VERSION = 'v0.12'; +our $VERSION = 'v0.13'; const my $api_uri => '//api.worldofwarplanes.ru/'; diff --git a/lib/WG/API/WoWs.pm b/lib/WG/API/WoWs.pm index b3ab459..4e7d564 100644 --- a/lib/WG/API/WoWs.pm +++ b/lib/WG/API/WoWs.pm @@ -12,11 +12,11 @@ WG::API::WoWs - Module for work with Wargaming.net Public API for Worlf of Warsh =head1 VERSION -Version v0.12 +Version v0.13 =cut -our $VERSION = 'v0.12'; +our $VERSION = 'v0.13'; const my $api_uri => '//api.worldofwarships.ru/';