From d6d9ee4cf6c290d7a5a566b2087b4fae41db6708 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 12 Oct 2014 01:38:08 +0300 Subject: [PATCH] Bump version and update Changes --- Changes | 4 ++++ lib/WWW/BackpackTF.pm | 2 +- lib/WWW/BackpackTF/Currency.pm | 2 +- lib/WWW/BackpackTF/Item.pm | 2 +- lib/WWW/BackpackTF/User.pm | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) 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) = @_; -- 2.30.2