[Rt-commit] rt branch, html-templates, updated. rt-3.9.6-38-g234b138
Thomas Sibley
trs at bestpractical.com
Mon Nov 29 09:01:09 EST 2010
The branch, html-templates has been updated
via 234b138056def42653b7e1cc5fa1fd108e9431cc (commit)
from 63f71d1e7767f5bced716968cb07ecd07cd897e6 (commit)
Summary of changes:
sbin/rt-test-dependencies.in | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 234b138056def42653b7e1cc5fa1fd108e9431cc
Author: Thomas Sibley <trs at bestpractical.com>
Date: Mon Nov 29 08:58:49 2010 -0500
Add our dependencies for smarter HTML to plaintext conversion
HTML::FormatText::WithLinks needs at least version 0.12 so it includes a
patch I wrote for intelligently skipping linked URLs. This prevents
duplicate links.
diff --git a/sbin/rt-test-dependencies.in b/sbin/rt-test-dependencies.in
index 335eef3..8768a69 100755
--- a/sbin/rt-test-dependencies.in
+++ b/sbin/rt-test-dependencies.in
@@ -210,6 +210,8 @@ List::MoreUtils
Net::CIDR
Regexp::Common::net::CIDR
Regexp::IPv6
+HTML::FormatText::WithLinks 0.12
+HTML::FormatText::WithLinks::AndTables
.
$deps{'MASON'} = [ text_to_hash( << '.') ];
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list