X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FWebService%2FStrike.pm;h=070a2a5d2f875f710eb5a6e2f9f2653cda64a1df;hb=9597641fbbde773352ac497d3bb0948dba18e936;hp=58d43c25c55cd046240a6d6b442b0d009f8f92ba;hpb=543685fd4bd3f38835f9269d5a6b51ae39076787;p=webservice-strike.git diff --git a/lib/WebService/Strike.pm b/lib/WebService/Strike.pm index 58d43c2..070a2a5 100644 --- a/lib/WebService/Strike.pm +++ b/lib/WebService/Strike.pm @@ -5,9 +5,9 @@ use strict; use warnings; use parent qw/Exporter/; -our @EXPORT = qw/strike strike_search strike_imdb/; ## no critic (ProhibitAutomaticExportation) +our @EXPORT = qw/strike strike_search strike_imdb/; our @EXPORT_OK = (@EXPORT, 'strike_query'); -our $VERSION = '0.004003'; +our $VERSION = '0.006'; our $BASE_URL = 'https://getstrike.net/api/v2'; use JSON::MaybeXS qw/decode_json/; @@ -70,7 +70,7 @@ __END__ =head1 NAME -WebService::Strike - Get torrent info from getstrike.net API +WebService::Strike - [OBSOLETE] Get torrent info from the now-discontinued getstrike.net API =head1 SYNOPSIS @@ -95,6 +95,9 @@ WebService::Strike - Get torrent info from getstrike.net API =head1 DESCRIPTION +B + Strike API is a service for getting information about a torrent given its info hash. WebService::Strike is a wrapper for this service. @@ -145,7 +148,7 @@ Marius Gavrilescu, Emarius@ieval.roE =head1 COPYRIGHT AND LICENSE -Copyright (C) 2015 by Marius Gavrilescu +Copyright (C) 2015-2016 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.20.2 or,