[Rt-commit] rt branch, 4.2/html-external-formatter, repushed

Alex Vandiver alexmv at bestpractical.com
Fri Jan 3 20:05:47 EST 2014


The branch 4.2/html-external-formatter was deleted and repushed:
       was c73afeb9de8341dd9ce1928521d839b3fabcfdeb
       now f1b6b5943ed0eafd9508c293f97eb4d06d2e2495

1:  c87ab94 = 1:  08d992e Use HTML::FormatExternal to allow external HTML → text formatters
2:  dc00b09 ! 2:  b57d706 Add HTML::HTML5::ToText as a better pure-perl HTML → text converter
    @@ -40,7 +40,7 @@
                  require HTML::FormatText::WithLinks::AndTables;
                  $formatter = \&_HTMLFormatText;
     +        } elsif ($prog eq "perl") {
    -+            require HTML::HTML5::ToText or next;
    ++            HTML::HTML5::ToText->require or next;
     +            my $obj = HTML::HTML5::ToText->new_with_traits(
     +                traits => [qw/ShowLinks ShowImages RenderTables TextFormatting/],
     +            );
3:  62ff712 = 3:  cf0b300 HTML::HTML5::ToText mistakenly installs a global __WARN__ handler; local it
4:  76c0979 = 4:  2e29532 Update HTMLFormatters to just one formatter after it is chosen
5:  c73afeb = 5:  f1b6b59 Update tests to work with any of the HTML formatters



More information about the rt-commit mailing list