Bump version and update Changes 0.000_003
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 11 Oct 2014 22:38:08 +0000 (01:38 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 11 Oct 2014 22:39:06 +0000 (01:39 +0300)
Changes
lib/WWW/BackpackTF.pm
lib/WWW/BackpackTF/Currency.pm
lib/WWW/BackpackTF/Item.pm
lib/WWW/BackpackTF/User.pm

diff --git a/Changes b/Changes
index 29fb1e9c194146a61e738e3de859f4a08c9b6ea5..d94f94a2861af018f45d65fb9ff4e42910e2e2eb 100644 (file)
--- 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
 
index 0b6ac12490f1d5277451789ce20f4cd1ef5bbe88..015d9fa3a810121009503f7de23cc33c2b0200e6 100644 (file)
@@ -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 +{
index 325caca81aecc56a7fad7d0d65bfe21fa65203eb..f2776111e54118fd863ee91d591c00ab60a5455d 100644 (file)
@@ -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) = @_;
index ee548ee798ac5cab4e84b9d30458a8206fdefdb2..aeb7b0dfcfdb2c18b1b5dd524c0b96bc9b2ec372 100644 (file)
@@ -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) = @_;
index 5ab276d5cc55df8f0e832e66cf864456f84ee62e..0d40c2c004024fbfafbf8ea683da31fefb23dacd 100644 (file)
@@ -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) = @_;
This page took 0.013838 seconds and 4 git commands to generate.