From: Marius Gavrilescu Date: Sat, 21 Jan 2017 18:27:01 +0000 (+0000) Subject: Bump version and update Changes X-Git-Tag: 0.002001^0 X-Git-Url: http://git.ieval.ro/?p=www-backpacktf.git;a=commitdiff_plain;h=3a7fbf42bada7fe08e26c3c5c8c822f871bcb1c1 Bump version and update Changes --- diff --git a/Changes b/Changes index d93230d..0f39295 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension WWW::BackpackTF. +0.002001 2017-01-21T18:27+00:00 + - Fix POD errors (makes module CPANTS-clean) + 0.002 2016-12-17T20:35+02:00 - Implement IGetMarketPrices and IGetUserListings APIs diff --git a/README b/README index 7145073..7a3e991 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -WWW-BackpackTF version 0.002 -============================ +WWW-BackpackTF version 0.002001 +=============================== WWW-BackpackTF is an interface to the backpack.tf Team Fortress 2, Dota 2 and Counter-Strike: Global Offensive trading service. @@ -24,7 +24,7 @@ This module requires these other modules and libraries: COPYRIGHT AND LICENCE -Copyright (C) 2014-2016 by Marius Gavrilescu +Copyright (C) 2014-2017 by Marius Gavrilescu This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.18.2 or, diff --git a/lib/WWW/BackpackTF.pm b/lib/WWW/BackpackTF.pm index deb0fde..5a2dc73 100644 --- a/lib/WWW/BackpackTF.pm +++ b/lib/WWW/BackpackTF.pm @@ -4,7 +4,7 @@ use 5.014000; use strict; use warnings; use parent qw/Exporter/; -our $VERSION = '0.002'; +our $VERSION = '0.002001'; our @EXPORT_OK = qw/TF2 DOTA2 CSGO/; use constant +{ ## no critic (Capitalization) @@ -244,7 +244,7 @@ Marius Gavrilescu, Emarius@ieval.roE =head1 COPYRIGHT AND LICENSE -Copyright (C) 2014-2016 by Marius Gavrilescu +Copyright (C) 2014-2017 by Marius Gavrilescu This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.18.2 or, diff --git a/lib/WWW/BackpackTF/Currency.pm b/lib/WWW/BackpackTF/Currency.pm index 7694655..20d059f 100644 --- a/lib/WWW/BackpackTF/Currency.pm +++ b/lib/WWW/BackpackTF/Currency.pm @@ -3,7 +3,7 @@ package WWW::BackpackTF::Currency; use 5.014000; use strict; use warnings; -our $VERSION = '0.002'; +our $VERSION = '0.002001'; sub new{ my ($class, $name, $content) = @_; @@ -119,7 +119,7 @@ Marius Gavrilescu, Emarius@ieval.roE =head1 COPYRIGHT AND LICENSE -Copyright (C) 2014-2016 by Marius Gavrilescu +Copyright (C) 2014-2017 by Marius Gavrilescu This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.18.2 or, diff --git a/lib/WWW/BackpackTF/Item.pm b/lib/WWW/BackpackTF/Item.pm index ed13ed0..f2c8cf7 100644 --- a/lib/WWW/BackpackTF/Item.pm +++ b/lib/WWW/BackpackTF/Item.pm @@ -3,7 +3,7 @@ package WWW::BackpackTF::Item; use 5.014000; use strict; use warnings; -our $VERSION = '0.002'; +our $VERSION = '0.002001'; sub new{ my ($class, $name, $content) = @_; @@ -108,7 +108,7 @@ Marius Gavrilescu, Emarius@ieval.roE =head1 COPYRIGHT AND LICENSE -Copyright (C) 2014-2016 by Marius Gavrilescu +Copyright (C) 2014-2017 by Marius Gavrilescu This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.18.2 or, diff --git a/lib/WWW/BackpackTF/Listing.pm b/lib/WWW/BackpackTF/Listing.pm index 1238b6b..bb001bc 100644 --- a/lib/WWW/BackpackTF/Listing.pm +++ b/lib/WWW/BackpackTF/Listing.pm @@ -3,7 +3,7 @@ package WWW::BackpackTF::Listing; use 5.014000; use strict; use warnings; -our $VERSION = '0.002'; +our $VERSION = '0.002001'; sub new{ my ($class, $content) = @_; @@ -108,7 +108,7 @@ Marius Gavrilescu, Emarius@ieval.roE =head1 COPYRIGHT AND LICENSE -Copyright (C) 2014-2016 by Marius Gavrilescu +Copyright (C) 2014-2017 by Marius Gavrilescu This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.18.2 or, diff --git a/lib/WWW/BackpackTF/MarketItem.pm b/lib/WWW/BackpackTF/MarketItem.pm index cd1ab5c..be32d21 100644 --- a/lib/WWW/BackpackTF/MarketItem.pm +++ b/lib/WWW/BackpackTF/MarketItem.pm @@ -3,7 +3,7 @@ package WWW::BackpackTF::MarketItem; use 5.014000; use strict; use warnings; -our $VERSION = '0.002'; +our $VERSION = '0.002001'; sub new{ my ($class, $name, $content) = @_; @@ -76,7 +76,7 @@ Marius Gavrilescu, Emarius@ieval.roE =head1 COPYRIGHT AND LICENSE -Copyright (C) 2014-2016 by Marius Gavrilescu +Copyright (C) 2014-2017 by Marius Gavrilescu This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.18.2 or, diff --git a/lib/WWW/BackpackTF/User.pm b/lib/WWW/BackpackTF/User.pm index 6248b85..57db242 100644 --- a/lib/WWW/BackpackTF/User.pm +++ b/lib/WWW/BackpackTF/User.pm @@ -3,7 +3,7 @@ package WWW::BackpackTF::User; use 5.014000; use strict; use warnings; -our $VERSION = '0.002'; +our $VERSION = '0.002001'; sub new{ my ($class, $content) = @_; @@ -141,7 +141,7 @@ Marius Gavrilescu, Emarius@ieval.roE =head1 COPYRIGHT AND LICENSE -Copyright (C) 2014-2016 by Marius Gavrilescu +Copyright (C) 2014-2017 by Marius Gavrilescu This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.18.2 or,