[MKDoc-commit] Added requirement for HTML::Parser 3.45 (William McKee)

bruno at mkdoc.demon.co.uk bruno at mkdoc.demon.co.uk
Wed Jan 26 11:01:03 GMT 2005


Log Message:
-----------
Added requirement for HTML::Parser 3.45 (William McKee)

Modified Files:
--------------
    Petal-Parser-HTB:
        Changes
        Makefile.PL

-------------- next part --------------
Index: Changes
===================================================================
RCS file: /var/spool/cvs/Petal-Parser-HTB/Changes,v
retrieving revision 1.5
retrieving revision 1.6
diff -LChanges -LChanges -u -r1.5 -r1.6
--- Changes
+++ Changes
@@ -1,6 +1,9 @@
 Revision history for Petal::Parser::HTB.
 
-1.04
+1.04 Wed Jan 26 11:00:00 2005
+    - Add requirement for HTML::Parser v3.45 which fixes problems with entity
+      encoding that resulted in the mysterious appearance of  characters in
+      the output (William McKee).
     - Removed defunct email address
     - Fixed Name in Makefile.PL
 
Index: Makefile.PL
===================================================================
RCS file: /var/spool/cvs/Petal-Parser-HTB/Makefile.PL,v
retrieving revision 1.4
retrieving revision 1.5
diff -LMakefile.PL -LMakefile.PL -u -r1.4 -r1.5
--- Makefile.PL
+++ Makefile.PL
@@ -7,6 +7,7 @@
     'PREREQ_PM'		=> {
 	'Petal'             => '1.10',
         'HTML::TreeBuilder' => '3.12',
+        'HTML::Parser' => '3.45',
     },
     ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
       (ABSTRACT_FROM => 'lib/Petal/Parser/HTB.pm', # retrieve abstract from module


More information about the MKDoc-commit mailing list