From: Marius Gavrilescu Date: Sat, 19 Apr 2014 22:15:54 +0000 (+0300) Subject: Update README X-Git-Tag: 0.001003~6 X-Git-Url: http://git.ieval.ro/?p=www-search-torrentz.git;a=commitdiff_plain;h=92841b3ec5827e9fc30057a3606db428cb7ea760 Update README --- 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/;