Update README
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 19 Apr 2014 22:15:54 +0000 (01:15 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 19 Apr 2014 22:15:54 +0000 (01:15 +0300)
README
lib/WWW/Search/Torrentz.pm
lib/WWW/Search/Torrentz/Result.pm

diff --git a/README b/README
index 8957775701f3d3c0471bfece8c9cfaf06a0e2e22..b0ef5d19ea57f958c9012d60d76fbbf64a09005c 100644 (file)
--- 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
index 6e98c38538fe407f830d4861d7e107fcafe01e0a..2d3b6631755f623bec8e71853270882106512209 100644 (file)
@@ -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 <marius@ieval.ro>';
 
 use WWW::Search::Torrentz::Result;
index 60aa726629a0f145c609e735f55534ecde7d8268..78a42b99af30145e558bb086bd683a3de9c9b587 100644 (file)
@@ -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/;
This page took 0.015431 seconds and 4 git commands to generate.