Revision history for Perl extension WWW::BackpackTF.
+0.001 2015-06-06T22:42+03:00
+ - First stable release
+ - Do not depend on LWP
+ - Add CSGO constant
+ - Add perlcritic test
+
0.000_003 2014-10-12T01:38+03:00
- Switch from JSON to JSON::MaybeXS
- Add a network test for get_users
WWW-BackpackTF version 0.000_002
================================
-WWW-BackpackTF is an interface to the backpack.tf Team Fortress 2 and Dota 2 trading service.
+WWW-BackpackTF is an interface to the backpack.tf Team Fortress 2, Dota 2 and Counter-Strike: Global Offensive trading service.
It wraps the API described at http://backpack.tf/api.
This module requires these other modules and libraries:
-* JSON
+* Test::RequiresInternet
+* JSON::MaybeXS
+* PerlX::Maybe
COPYRIGHT AND LICENCE
-Copyright (C) 2014 by Marius Gavrilescu
+Copyright (C) 2014, 2015 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.000_003';
+our $VERSION = '0.001';
our @EXPORT_OK = qw/TF2 DOTA2/;
use constant +{ ## no critic (Capitalization)
1;
__END__
+=encoding utf-8
+
=head1 NAME
WWW::BackpackTF - interface to the backpack.tf trading service
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2014 by Marius Gavrilescu
+Copyright (C) 2014, 2015 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.000_003';
+our $VERSION = '0.001';
sub new{
my ($class, $name, $content) = @_;
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2014 by Marius Gavrilescu
+Copyright (C) 2014, 2015 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.000_003';
+our $VERSION = '0.001';
sub new{
my ($class, $name, $content) = @_;
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2014 by Marius Gavrilescu
+Copyright (C) 2014, 2015 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.000_003';
+our $VERSION = '0.001';
sub new{
my ($class, $content) = @_;
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2014 by Marius Gavrilescu
+Copyright (C) 2014, 2015 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,