]> iEval git - webservice-strike.git/blobdiff - lib/WebService/Strike.pm
Bump version and update Changes
[webservice-strike.git] / lib / WebService / Strike.pm
index fc8040672c0bda8779c1f3b34c882cb2ab958fcb..070a2a5d2f875f710eb5a6e2f9f2653cda64a1df 100644 (file)
@@ -7,7 +7,7 @@ use parent qw/Exporter/;
 
 our @EXPORT    = qw/strike strike_search strike_imdb/;
 our @EXPORT_OK = (@EXPORT, 'strike_query');
-our $VERSION = '0.005';
+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<The API was discontinued. The code in this module remains, but it
+does not achieve any useful purpose.>
+
 Strike API is a service for getting information about a torrent given
 its info hash. WebService::Strike is a wrapper for this service.
 
This page took 0.024226 seconds and 4 git commands to generate.