From: Marius Gavrilescu Date: Sat, 11 Oct 2014 22:38:08 +0000 (+0300) Subject: Bump version and update Changes X-Git-Tag: 0.000_003^0 X-Git-Url: http://git.ieval.ro/?p=www-backpacktf.git;a=commitdiff_plain;h=d6d9ee4cf6c290d7a5a566b2087b4fae41db6708 Bump version and update Changes --- diff --git a/Changes b/Changes index 29fb1e9..d94f94a 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension WWW::BackpackTF. +0.000_003 2014-10-12T01:38+03:00 + - Switch from JSON to JSON::MaybeXS + - Add a network test for get_users + 0.000_002 2014-06-22T02:21+03:00 - Add IGetPrices and IGetCurrencies calls diff --git a/lib/WWW/BackpackTF.pm b/lib/WWW/BackpackTF.pm index 0b6ac12..015d9fa 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.000_002'; +our $VERSION = '0.000_003'; our @EXPORT_OK = qw/TF2 DOTA2/; use constant +{ diff --git a/lib/WWW/BackpackTF/Currency.pm b/lib/WWW/BackpackTF/Currency.pm index 325caca..f277611 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.000_002'; +our $VERSION = '0.000_003'; sub new{ my ($class, $name, $content) = @_; diff --git a/lib/WWW/BackpackTF/Item.pm b/lib/WWW/BackpackTF/Item.pm index ee548ee..aeb7b0d 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.000_002'; +our $VERSION = '0.000_003'; sub new{ my ($class, $name, $content) = @_; diff --git a/lib/WWW/BackpackTF/User.pm b/lib/WWW/BackpackTF/User.pm index 5ab276d..0d40c2c 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.000_002'; +our $VERSION = '0.000_003'; sub new{ my ($class, $content) = @_;