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