Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
Checking in changes prior to tagging of version v0.13.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Cyrill Novgorodcev committed Dec 11, 2019
1 parent a9887e0 commit 4dc0468
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 18 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <cynovg@cpan.org>"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WG::API - Module for work with Wargaming.net Public API

# VERSION

Version v0.12
Version v0.13

# SYNOPSIS

Expand Down
4 changes: 2 additions & 2 deletions lib/WG/API.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/WG/API/Auth.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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/';

Expand Down
4 changes: 2 additions & 2 deletions lib/WG/API/Base.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/WG/API/Error.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/WG/API/NET.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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/';

Expand Down
4 changes: 2 additions & 2 deletions lib/WG/API/WoT.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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/';

Expand Down
4 changes: 2 additions & 2 deletions lib/WG/API/WoWp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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/';

Expand Down
4 changes: 2 additions & 2 deletions lib/WG/API/WoWs.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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/';

Expand Down

0 comments on commit 4dc0468

Please sign in to comment.