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
-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.
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,
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)
=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,
use 5.014000;
use strict;
use warnings;
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
sub new{
my ($class, $name, $content) = @_;
=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,
use 5.014000;
use strict;
use warnings;
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
sub new{
my ($class, $name, $content) = @_;
=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,
use 5.014000;
use strict;
use warnings;
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
sub new{
my ($class, $content) = @_;
=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,