[MKDoc-commit] Removed references to HTML::TreeBuilder and XML::Parser (William McKee)

bruno at mkdoc.demon.co.uk bruno at mkdoc.demon.co.uk
Thu Mar 3 13:06:45 GMT 2005


Log Message:
-----------
Removed references to HTML::TreeBuilder and XML::Parser (William McKee)

Modified Files:
--------------
    Petal:
        Changes
    Petal/lib:
        Petal.pm

-------------- next part --------------
Index: Changes
===================================================================
RCS file: /var/spool/cvs/Petal/Changes,v
retrieving revision 1.125
retrieving revision 1.126
diff -LChanges -LChanges -u -r1.125 -r1.126
--- Changes
+++ Changes
@@ -2,6 +2,7 @@
 
 2.16
     - Added Cookbook.pod documentation and associated tests from William McKee
+    - Removed references to HTML::TreeBuilder and XML::Parser (William McKee)
 
 2.15 Wed Jan  5 15:31:00 2005
     - Fixed some 'used of uninitialized values' warnings
Index: Petal.pm
===================================================================
RCS file: /var/spool/cvs/Petal/lib/Petal.pm,v
retrieving revision 1.125
retrieving revision 1.126
diff -Llib/Petal.pm -Llib/Petal.pm -u -r1.125 -r1.126
--- lib/Petal.pm
+++ lib/Petal.pm
@@ -909,9 +909,9 @@
 
 Defines the format of the template files.  Recognised values are:
 
-  'HTML'  - Petal will use HTML::TreeBuilder to parse the template
-  'XHTML' - Alias for 'HTML'
-  'XML'   - Petal will use XML::Parser to parse the template
+  'HTML'  - Alias for 'XHTML'
+  'XHTML' - Petal will use Petal::Parser to parse the template
+  'XML'   - Petal will use Petal::Parser to parse the template
 
 
 =head2 output => 'HTML' | 'XHTML' | 'XML' (default: 'XML')


More information about the MKDoc-commit mailing list