]> iEval git - webservice-strike.git/blobdiff - lib/WebService/Strike/Torrent.pm
Bump version and update Changes
[webservice-strike.git] / lib / WebService / Strike / Torrent.pm
index 4f08520e0b9a8c1a2e2b1a815c39e24be343fc9f..7dc1d0b295ec169f48e741485f0f393a0a12a8eb 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 use parent qw/Class::Accessor::Fast/;
 
-our $VERSION = '0.004002';
+our $VERSION = 0.006;
 
 use JSON::MaybeXS qw/decode_json/;
 use MIME::Base64;
@@ -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.
 
@@ -198,7 +201,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =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,
This page took 0.023972 seconds and 4 git commands to generate.