From 0aaa9b980d349153117dbfa46a4dfae24ace1e25 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Fri, 12 Aug 2016 22:42:09 -0400 Subject: [PATCH] Bump version and update Changes --- Changes | 4 ++++ README | 6 +++--- lib/WWW/BackpackTF.pm | 4 ++-- lib/WWW/BackpackTF/Currency.pm | 4 ++-- lib/WWW/BackpackTF/Item.pm | 4 ++-- lib/WWW/BackpackTF/User.pm | 4 ++-- 6 files changed, 15 insertions(+), 11 deletions(-) diff --git a/Changes b/Changes index 36d1ab6..7d4dc49 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ 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 diff --git a/README b/README index c1a63cc..a37b868 100644 --- 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. @@ -24,7 +24,7 @@ This module requires these other modules and libraries: 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, diff --git a/lib/WWW/BackpackTF.pm b/lib/WWW/BackpackTF.pm index a1a2508..ad39d73 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.001'; +our $VERSION = '0.001001'; our @EXPORT_OK = qw/TF2 DOTA2/; use constant +{ ## no critic (Capitalization) @@ -218,7 +218,7 @@ Marius Gavrilescu, Emarius@ieval.roE =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, diff --git a/lib/WWW/BackpackTF/Currency.pm b/lib/WWW/BackpackTF/Currency.pm index aa7bbf4..66427c2 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.001'; +our $VERSION = '0.001001'; sub new{ my ($class, $name, $content) = @_; @@ -119,7 +119,7 @@ Marius Gavrilescu, Emarius@ieval.roE =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, diff --git a/lib/WWW/BackpackTF/Item.pm b/lib/WWW/BackpackTF/Item.pm index 7c5d57f..74b9e95 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.001'; +our $VERSION = '0.001001'; sub new{ my ($class, $name, $content) = @_; @@ -107,7 +107,7 @@ Marius Gavrilescu, Emarius@ieval.roE =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, diff --git a/lib/WWW/BackpackTF/User.pm b/lib/WWW/BackpackTF/User.pm index a27667c..539ec0f 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.001'; +our $VERSION = '0.001001'; sub new{ my ($class, $content) = @_; @@ -141,7 +141,7 @@ Marius Gavrilescu, Emarius@ieval.roE =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, -- 2.30.2