Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37908563
en ru br
ALT Linux repos
S:2.07-alt1
5.0: 2.05-alt3
4.1: 2.05-alt2
4.0: 2.05-alt2
3.0: 2.05-alt1

Group :: Development/Perl
RPM: perl-HTML-FromText

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: perl-HTML-FromText.patch
Download


--- HTML-FromText-2.05/t/01_features.t- 2003-10-14 03:24:24 +0400
+++ HTML-FromText-2.05/t/01_features.t  2006-09-01 03:42:30 +0400
@@ -283,10 +283,12 @@ http://use.perl.org         Perl News an
 http://perl.apache.org      mod_perl
 http://theperlreview.com    The Perl Review
 __TEXT__
+# HTML::Entities::encode will now encode "'" by default.
+use HTML::Parser 3.46;
 cmp_ok( $html, 'eq', <<__HTML__, 'indented tables with normal para' );
 <table class="hft-tables">
   <tr><td>http://www.pm.org</td><td>Perl Mongers</td></tr>
-  <tr><td>http://perl.com</td><td>O'Reilly Perl Center</td></tr>
+  <tr><td>http://perl.com</td><td>O&#39;Reilly Perl Center</td></tr>
   <tr><td>http://lists.perl.org</td><td>List of Mailing Lists</td></tr>
   <tr><td>http://use.perl.org</td><td>Perl News and Community Journals</td></tr>
   <tr><td>http://perl.apache.org</td><td>mod_perl</td></tr>
--- HTML-FromText-2.05/t/02_v2.01.t-    2003-09-26 04:54:46 +0400
+++ HTML-FromText-2.05/t/02_v2.01.t     2006-09-01 03:41:01 +0400
@@ -83,7 +83,7 @@ cmp_ok( $html, 'eq', <<__HTML__, 'comple
           loops. </li>
    <ul class="hft-bullets">
    <li>       Many additional features such as output filtering, exception handling, macro definition, support for plugin objects, definition
-          of template metadata, embedded Perl code (only enabled by EVAL_PERL option), definition of template blocks, a 'switch'
+          of template metadata, embedded Perl code (only enabled by EVAL_PERL option), definition of template blocks, a &#39;switch&#39;
           statement, and more. </li>
    <li>       Full support for complex Perl data types such as hashes, lists, objects and sub-routine references. </li>
    </ul>
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin