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 a76cef1e9a10fa76b1d64f089c33de3129552733
parent c03cea14e76f356351eb93e08330e6e542e7e680
Author: Paco Esteban <paco@onna.be>
Date:   Wed, 10 Jul 2019 10:33:28 +0200

adding Baptiste C to authors.

Diffstat:
MREADME.md | 6++++--
Mlib/Rarbg/torrentapi.pm | 3++-
2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -1,6 +1,6 @@ # NAME -Rarbg::torrentapi - Wrapper around Rarbg torrentapi ([https://torrentapi.org/apidocs\_v2.txt](https://torrentapi.org/apidocs_v2.txt)) +Rarbg::torrentapi - Wrapper around [Rarbg torrentapi](https://torrentapi.org/apidocs_v2.txt) # SYNOPSIS @@ -122,10 +122,12 @@ Makes a call to the API in 'search' mode. It returns either a Rarbg::torrentapi: Makes a call to the API in 'list' mode. It returns either a Rarbg::torrentapi::Error or an array of [Rarbg::torrentapi::Res](https://metacpan.org/pod/Rarbg::torrentapi::Res). -# AUTHOR +# AUTHORS Paco Esteban <paco@onna.be> +Baptiste C. (https://github.com/baptistecdr) + # COPYRIGHT Copyright 2015- Paco Esteban diff --git a/lib/Rarbg/torrentapi.pm b/lib/Rarbg/torrentapi.pm @@ -322,9 +322,10 @@ Makes a call to the API in 'search' mode. It returns either a Rarbg::torrentapi: Makes a call to the API in 'list' mode. It returns either a Rarbg::torrentapi::Error or an array of L<Rarbg::torrentapi::Res>. -=head1 AUTHOR +=head1 AUTHORS Paco Esteban E<lt>paco@onna.beE<gt> +Baptiste C. L<https://github.com/baptistecdr> =head1 COPYRIGHT