Subject: | [PATCH] Fixed typos |
Date: | Wed, 07 Mar 2012 16:57:07 +0100 |
To: | bug-HTML-FormatText-WithLinks-AndTables [...] rt.cpan.org |
From: | Fabrizio Regalli <fabreg [...] fabreg.it> |
Hello,
please consider to include the following patch in next release.
Thank you.
Fabrizio.
--- a/lib/HTML/FormatText/WithLinks/AndTables.pm
+++ b/lib/HTML/FormatText/WithLinks/AndTables.pm
@@ -15,7 +15,7 @@
=head1 NAME
-HTML::FormatText::WithLinks::AndTables - Converts HTML to Text with tables in tact
+HTML::FormatText::WithLinks::AndTables - Converts HTML to Text with tables intact
=head1 VERSION
@@ -47,7 +47,7 @@
converters I came across had the ability to deal affectively with HTML <TABLE>s.
This module can in a rudimentary sense do so. The aim was to provide facility to take
a simple HTML based email template, and to also convert it to text with the <TABLE>
-structure in tact for inclusion as "multipart/alternative" content. Further, it will
+structure intact for inclusion as "multipart/alternative" content. Further, it will
preserve both the formatting specified by the <TD> tag's "align" attribute, and will
also preserve multiline text inside of a <TD> element provided it is broken using <BR/>
tags.
--- a/META.yml
+++ b/META.yml
@@ -1,7 +1,7 @@
--- #YAML:1.0
name: HTML-FormatText-WithLinks-AndTables
version: 0.01
-abstract: Converts HTML to Text with tables in tact
+abstract: Converts HTML to Text with tables intact
license: ~
author:
- Shaun Fryer <pause.cpan.org@sourcery.ca>
--- a/README
+++ b/README
@@ -5,7 +5,7 @@
converters I came across had the ability to deal affectively with HTML <TABLE>s.
This module can in a rudimentary sense do so. The aim was to provide facility to take
a simple HTML based email template, and to also convert it to text with the <TABLE>
-structure in tact for inclusion as "multipart/alternative" content. Further, it will
+structure intact for inclusion as "multipart/alternative" content. Further, it will
preserve both the formatting specified by the <TD> tag's "align" attribute, and will
also preserve multiline text inside of a <TD> element provided it is broken using <BR/>
tags.
Message body not shown because it is not plain text.