Skip Menu |

This queue is for tickets about the XML-LibXML CPAN distribution.

Report information
The Basics
Id: 52723
Status: resolved
Priority: 0/
Queue: XML-LibXML

People
Owner: Nobody in particular
Requestors: potyl [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.70
Fixed in: (no value)



Subject: Documentation update for XML::LibXML::Parser
Fix a typo in the section name load_html.
Subject: 0001-Typo-in-pod-of-load_html.patch
From 84776bf8d560cda20ada28076ddc64b9342dba81 Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez <emmanuel.rodriguez@gmail.com> Date: Sun, 13 Dec 2009 07:49:53 +0100 Subject: [PATCH] Typo in pod of load_html --- lib/XML/LibXML/Parser.pod | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/XML/LibXML/Parser.pod b/lib/XML/LibXML/Parser.pod index 1bf6b48..bda006c 100644 --- a/lib/XML/LibXML/Parser.pod +++ b/lib/XML/LibXML/Parser.pod @@ -175,7 +175,7 @@ parser (preserving its settings) and additionally applies the specified options to the new parser. See the constructor C<<<<<< new >>>>>> and L<<<<<< Parser Options >>>>>> for more information. -=item load_xml +=item load_html $dom = XML::LibXML->load_html(...); -- 1.6.0.4
Thanks Emmanuel, applied to SVN. -- Petr