From 988e8747c4c73d1f0adea3ddd10e64d377cefb10 Mon Sep 17 00:00:00 2001
From: Marius Gavrilescu <marius@ieval.ro>
Date: Sat, 30 Jan 2016 18:37:29 +0000
Subject: [PATCH] Mark module as obsolete

---
 lib/WebService/Strike.pm         | 5 ++++-
 lib/WebService/Strike/Torrent.pm | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/lib/WebService/Strike.pm b/lib/WebService/Strike.pm
index fc80406..f4b6cf1 100644
--- a/lib/WebService/Strike.pm
+++ b/lib/WebService/Strike.pm
@@ -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.
 
diff --git a/lib/WebService/Strike/Torrent.pm b/lib/WebService/Strike/Torrent.pm
index 71fb526..b9fd83b 100644
--- a/lib/WebService/Strike/Torrent.pm
+++ b/lib/WebService/Strike/Torrent.pm
@@ -71,7 +71,7 @@ __END__
 
 =head1 NAME
 
-WebService::Strike::Torrent - Class representing information about a torrent
+WebService::Strike::Torrent - [OBSOLETE] Class representing information about a torrent
 
 =head1 SYNOPSIS
 
@@ -101,6 +101,9 @@ WebService::Strike::Torrent - Class representing information about a torrent
 
 =head1 DESCRIPTION
 
+B<The API was discontinued. The code in this module remains, but it
+does not achieve any useful purpose.>
+
 WebService::Strike::Torrent is a class that represents information
 about a torrent.
 
-- 
2.39.5