From 92841b3ec5827e9fc30057a3606db428cb7ea760 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 20 Apr 2014 01:15:54 +0300 Subject: [PATCH] Update README --- README | 2 ++ lib/WWW/Search/Torrentz.pm | 2 +- lib/WWW/Search/Torrentz/Result.pm | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README b/README index 8957775..b0ef5d1 100644 --- a/README +++ b/README @@ -17,6 +17,8 @@ DEPENDENCIES This module requires these other modules and libraries: +* HTML::TreeBuilder +* URI::Escape * WWW::Search COPYRIGHT AND LICENCE diff --git a/lib/WWW/Search/Torrentz.pm b/lib/WWW/Search/Torrentz.pm index 6e98c38..2d3b663 100644 --- a/lib/WWW/Search/Torrentz.pm +++ b/lib/WWW/Search/Torrentz.pm @@ -6,7 +6,7 @@ use warnings; no if $] >= 5.018, warnings => 'experimental::smartmatch'; use parent qw/WWW::Search/; -our $VERSION = '0.001001'; +our $VERSION = '0.002'; our $MAINTAINER = 'Marius Gavrilescu '; use WWW::Search::Torrentz::Result; diff --git a/lib/WWW/Search/Torrentz/Result.pm b/lib/WWW/Search/Torrentz/Result.pm index 60aa726..78a42b9 100644 --- a/lib/WWW/Search/Torrentz/Result.pm +++ b/lib/WWW/Search/Torrentz/Result.pm @@ -5,7 +5,7 @@ use strict; use warnings; use parent qw/WWW::SearchResult/; -our $VERSION = '0.001001'; +our $VERSION = '0.002'; use HTML::TreeBuilder; use URI::Escape qw/uri_escape/; -- 2.30.2