The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Rarbg-torrentapi

v0.2.0  2019-11-21 20:38:29 CET
        - `title` can be null.  Than breaks type validation.  API docs are not
          so good ...

v0.1.10  2019-11-15 18:17:21 CET
        - fix: an error is returned if search finds only 1 result.  Thanks to
          Hoffy Can.

v0.1.9  2019-07-10 10:42:27 CEST
        - better handling the api request limit thanks to Baptiste C.
        - Added list of categories to docs.

v0.1.8  2018-11-17 19:47:42 CET
        - search by tvrage id is deprecated
        - you can now search by themoviedb id
        - api request limit still gives some problems on first run. Trying to
          better handle that.

v0.1.7  2018-03-22 13:31:57 CET
        - torrentapi time request limit was making the module crash ...
          Also, the token validity is better tested now.

v0.1.6  2018-03-21 16:16:44 CET
        - Torrentapi now needs app_id.

v0.1.5  2017-09-10 18:16:16 CEST
        - PR #1 --> Fix ranked attribute. by baptistecdr

v0.1.4  2015-09-30 16:59:43 CEST
        - Fixed tests. CPAN Testers sometimes don't have internet connection
          It seems last fix did not work for all. Using Test::LWP::UserAgent now.
v0.1.3  2015-09-27 12:26:08 CEST
        - Fixed tests. CPAN Testers sometimes don't have internet connection
          Using Test::RequiresInternet
v0.1.2  2015-09-11 18:02:43 CEST
        - Fixed dependencies.
v0.1.1  2015-09-08 18:17:02 CEST
        - Fixes in docs and prepare for CPAN release
0.01  2015-09-08 14:50:02 CEST
        - Initial release