Bump version and update Changes 0.001001
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 13 Aug 2016 02:42:09 +0000 (22:42 -0400)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 13 Aug 2016 02:45:12 +0000 (22:45 -0400)
Changes
README
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 36d1ab6886b7a9dadc198cc71b0e550281998644..7d4dc49b213facac5f5555eae3e17eb95179c945 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension WWW::BackpackTF.
 
 Revision history for Perl extension WWW::BackpackTF.
 
+0.001001 2016-08-12T22:45-04:00
+ - Fix failing test (RT #116705)
+ - Default $user->notifications to 0
+
 0.001 2015-06-06T22:42+03:00
  - First stable release
  - Do not depend on LWP
 0.001 2015-06-06T22:42+03:00
  - First stable release
  - Do not depend on LWP
diff --git a/README b/README
index c1a63cc5301b11535db3df7b2a9125524b9c7af7..a37b86806a2e6187f417d594ed019eb349202ae9 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-WWW-BackpackTF version 0.000_002
-================================
+WWW-BackpackTF version 0.001001
+===============================
 
 WWW-BackpackTF is an interface to the backpack.tf Team Fortress 2, Dota 2 and Counter-Strike: Global Offensive trading service.
 
 
 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 AND LICENCE
 
-Copyright (C) 2014, 2015 by Marius Gavrilescu
+Copyright (C) 2014-2016 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 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 a1a2508554b81a95c4aabeb7d433097eef9dc866..ad39d73175774356775477f0a1d31cd1cedb246d 100644 (file)
@@ -4,7 +4,7 @@ use 5.014000;
 use strict;
 use warnings;
 use parent qw/Exporter/;
 use strict;
 use warnings;
 use parent qw/Exporter/;
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
 our @EXPORT_OK = qw/TF2 DOTA2/;
 
 use constant +{ ## no critic (Capitalization)
 our @EXPORT_OK = qw/TF2 DOTA2/;
 
 use constant +{ ## no critic (Capitalization)
@@ -218,7 +218,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2014, 2015 by Marius Gavrilescu
+Copyright (C) 2014-2016 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 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 aa7bbf4251c8d73b5176df9a1b28aa3c2503f5e8..66427c28965d44c26dd9842e37c8b2ef1751ca8a 100644 (file)
@@ -3,7 +3,7 @@ package WWW::BackpackTF::Currency;
 use 5.014000;
 use strict;
 use warnings;
 use 5.014000;
 use strict;
 use warnings;
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
 
 sub new{
        my ($class, $name, $content) = @_;
 
 sub new{
        my ($class, $name, $content) = @_;
@@ -119,7 +119,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2014, 2015 by Marius Gavrilescu
+Copyright (C) 2014-2016 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 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 7c5d57f5c3683600c34033dd393f47420a190ed0..74b9e953bfbeff8dfe14c4eca62272eb346182cc 100644 (file)
@@ -3,7 +3,7 @@ package WWW::BackpackTF::Item;
 use 5.014000;
 use strict;
 use warnings;
 use 5.014000;
 use strict;
 use warnings;
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
 
 sub new{
        my ($class, $name, $content) = @_;
 
 sub new{
        my ($class, $name, $content) = @_;
@@ -107,7 +107,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2014, 2015 by Marius Gavrilescu
+Copyright (C) 2014-2016 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 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 a27667ce879365087db509e23034990cfe87810f..539ec0f6d81af38e746c22c36eb9636af3027dcb 100644 (file)
@@ -3,7 +3,7 @@ package WWW::BackpackTF::User;
 use 5.014000;
 use strict;
 use warnings;
 use 5.014000;
 use strict;
 use warnings;
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
 
 sub new{
        my ($class, $content) = @_;
 
 sub new{
        my ($class, $content) = @_;
@@ -141,7 +141,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2014, 2015 by Marius Gavrilescu
+Copyright (C) 2014-2016 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 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.016048 seconds and 4 git commands to generate.