Bump version and update Changes master 0.002001
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 21 Jan 2017 18:27:01 +0000 (18:27 +0000)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 21 Jan 2017 18:27:01 +0000 (18:27 +0000)
Changes
README
lib/WWW/BackpackTF.pm
lib/WWW/BackpackTF/Currency.pm
lib/WWW/BackpackTF/Item.pm
lib/WWW/BackpackTF/Listing.pm
lib/WWW/BackpackTF/MarketItem.pm
lib/WWW/BackpackTF/User.pm

diff --git a/Changes b/Changes
index d93230d5abcde0d3fd27bf01145af08b848bedf9..0f392952db216711683d81834934019a5713c7df 100644 (file)
--- 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 7145073d76299741f9bf6d03aaa46d4100d50c9b..7a3e99193fac7dd08167089af2ff0c2b92507149 100644 (file)
--- 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,
index deb0fde80bfcfe06d25e4093d51c26fb0db53fe2..5a2dc73dbb81665e076356d6e651e6f7afe5067e 100644 (file)
@@ -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, E<lt>marius@ieval.roE<gt>
 
 =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,
index 769465517a3dd5cebd2112e101fe7cd02f3348ef..20d059f75d278e4f1bcba7e1c09f40c9bfc13fe0 100644 (file)
@@ -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, E<lt>marius@ieval.roE<gt>
 
 =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,
index ed13ed0df922aa527edbe6faf26e469f13302d7c..f2c8cf755cee4790f221daa3a4b0bf8f2f91a1c5 100644 (file)
@@ -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, E<lt>marius@ieval.roE<gt>
 
 =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,
index 1238b6b9fd4d0c084ea953a37187f2294c585672..bb001bcc5a8e0a08212dfdb6829d2cd62cfd440c 100644 (file)
@@ -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, E<lt>marius@ieval.roE<gt>
 
 =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,
index cd1ab5c10ce3e934ebcf36d53ccf3905c21ccc7a..be32d216a5d1cbbce274daff39d580f46ef3f0fc 100644 (file)
@@ -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, E<lt>marius@ieval.roE<gt>
 
 =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,
index 6248b85b8b5d270e06755c7d99863f7d924a97c3..57db24238f4d6e55ebcd79b0f86cd5cabb966eb6 100644 (file)
@@ -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, E<lt>marius@ieval.roE<gt>
 
 =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,
This page took 0.017593 seconds and 4 git commands to generate.