]>
Commit | Line | Data |
---|---|---|
3a7fbf42 MG |
1 | WWW-BackpackTF version 0.002001 |
2 | =============================== | |
6e8c48c3 | 3 | |
bd910ad7 | 4 | WWW-BackpackTF is an interface to the backpack.tf Team Fortress 2, Dota 2 and Counter-Strike: Global Offensive trading service. |
6e8c48c3 MG |
5 | |
6 | It wraps the API described at http://backpack.tf/api. | |
7 | ||
8 | INSTALLATION | |
9 | ||
10 | To install this module type the following: | |
11 | ||
12 | perl Makefile.PL | |
13 | make | |
14 | make test | |
15 | make install | |
16 | ||
17 | DEPENDENCIES | |
18 | ||
19 | This module requires these other modules and libraries: | |
20 | ||
bd910ad7 MG |
21 | * Test::RequiresInternet |
22 | * JSON::MaybeXS | |
23 | * PerlX::Maybe | |
6e8c48c3 MG |
24 | |
25 | COPYRIGHT AND LICENCE | |
26 | ||
3a7fbf42 | 27 | Copyright (C) 2014-2017 by Marius Gavrilescu |
6e8c48c3 MG |
28 | |
29 | This library is free software; you can redistribute it and/or modify | |
30 | it under the same terms as Perl itself, either Perl version 5.18.2 or, | |
31 | at your option, any later version of Perl 5 you may have available. | |
32 | ||
33 |