Rarbg-torrentapi

Perl Module to interact with https://torrentapi.org
git clone https://git.e1e0.net/Rarbg-torrentapi.git
Log | Files | Refs | README | LICENSE

commit c42772f73892b74c223a4e5fdaadba34de8b7dd1
parent d7bc88d743aa1d76c3708e1281b481ba9ebf466d
Author: Paco Esteban <paco@onna.be>
Date:   Tue,  8 Sep 2015 14:30:38 +0200

trying to fox docs

Diffstat:
Mlib/Rarbg/torrentapi.pm | 12+++++-------
1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/lib/Rarbg/torrentapi.pm b/lib/Rarbg/torrentapi.pm @@ -152,7 +152,7 @@ __END__ =head1 NAME -Rarbg::torrentapi - Wrapper around Rarbg torrentapi (https://torrentapi.org/apidocs_v2.txt) +Rarbg::torrentapi - Wrapper around Rarbg torrentapi (L<https://torrentapi.org/apidocs_v2.txt>) =head1 SYNOPSIS @@ -170,7 +170,7 @@ Rarbg::torrentapi - Wrapper around Rarbg torrentapi (https://torrentapi.org/apid }); # search by string - # You can use all the attributes of list also + # You can use all attributes also my $search = $tapi->search({ search_string => 'the beatles', category => '23;24;25;26', @@ -203,7 +203,7 @@ Those attributes can be used on all public methods. In fact you can use them als The only difference is that you should pass them as an anonymous hash if you pass them to a method. -You can find more info about their values at https://torrentapi.org/apidocs_v2.txt +You can find more info about their values at L<https://torrentapi.org/apidocs_v2.txt> =head2 search_string @@ -246,11 +246,11 @@ Just a simple constructor. =head2 search -Makes a call to the API in 'search' mode. It returns either a Rarbg::torrentapi::Error or an array of Rarbg::torrentapi::Res. +Makes a call to the API in 'search' mode. It returns either a Rarbg::torrentapi::Error or an array of L<Rarbg::torrentapi::Res>. =head2 list -Makes a call to the API in 'list' mode. It returns either a Rarbg::torrentapi::Error or an array of Rarbg::torrentapi::Res. +Makes a call to the API in 'list' mode. It returns either a Rarbg::torrentapi::Error or an array of L<lt>Rarbg::torrentapi::ResL<gt>. =head1 AUTHOR @@ -265,6 +265,4 @@ Copyright 2015- Paco Esteban This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. -=head1 SEE ALSO - =cut