[Bps-public-commit] HTML-Quoted branch, master, updated. 1bb3f300e02a80ad9d230a188758a732d5f3cdf3
Ruslan Zakirov
ruz at bestpractical.com
Thu Feb 11 17:47:24 EST 2010
The branch, master has been updated
via 1bb3f300e02a80ad9d230a188758a732d5f3cdf3 (commit)
from 24e79cd07a345a09b2f3ad798b590cf3037587a9 (commit)
Summary of changes:
META.yml | 1 +
Makefile.PL | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 1bb3f300e02a80ad9d230a188758a732d5f3cdf3
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Fri Feb 12 01:46:58 2010 +0300
dependencies
diff --git a/META.yml b/META.yml
index 9f5981b..8e72af5 100644
--- a/META.yml
+++ b/META.yml
@@ -19,6 +19,7 @@ no_index:
- inc
- t
requires:
+ HTML::Parser: 3.0
perl: 5.8.0
resources:
license: http://dev.perl.org/licenses/
diff --git a/Makefile.PL b/Makefile.PL
index fc234cb..8e7052f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,4 +1,5 @@
use inc::Module::Install;
all_from 'lib/HTML/Quoted.pm';
readme_from 'lib/HTML/Quoted.pm';
+requires 'HTML::Parser' => '3.0';
WriteAll();
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list