[libsgmls-perl] 05/08: Add patch to fix errors with POD
Daniel Lintott
dlintott-guest at moszumanska.debian.org
Fri Apr 11 10:34:22 UTC 2014
This is an automated email from the git hooks/post-receive script.
dlintott-guest pushed a commit to branch master
in repository libsgmls-perl.
commit b7d070ac60b7671673ecd5b74de2724af3200c75
Author: Daniel Lintott <daniel at serverb.co.uk>
Date: Fri Apr 11 11:04:34 2014 +0100
Add patch to fix errors with POD
---
debian/patches/Fix_POD_Errors_SGMLS.pm.patch | 105 +++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 106 insertions(+)
diff --git a/debian/patches/Fix_POD_Errors_SGMLS.pm.patch b/debian/patches/Fix_POD_Errors_SGMLS.pm.patch
new file mode 100644
index 0000000..61e996c
--- /dev/null
+++ b/debian/patches/Fix_POD_Errors_SGMLS.pm.patch
@@ -0,0 +1,105 @@
+Description: Fix errors with POD
+Author: Daniel Lintott <daniel at serverb.co.uk>
+Forwarded: no
+Last-Update: 2014-04-11
+--- a/SGMLS.pm
++++ b/SGMLS.pm
+@@ -114,6 +114,8 @@
+ collected and stored automatically and invisibly to the user. The
+ following list contains all of the methods for the C<SGMLS> class:
+
++=over
++
+ =item C<next_event()>: Return an C<SGMLS_Event> object containing the
+ next major event from the SGML parse.
+
+@@ -144,6 +146,7 @@
+ =item C<ext()>: Return a reference to an associative array for
+ user-defined extensions.
+
++=back
+
+ =head2 The C<SGMLS_Event> class
+
+@@ -151,6 +154,8 @@
+ C<next_event> method in the C<SGMLS> class. It uses the following
+ methods:
+
++=over
++
+ =item C<type()>: Return a string describing the type of event:
+ "start_element", "end_element", "cdata", "sdata", "re", "pi",
+ "entity", "start_subdoc", "end_subdoc", and "conforming". See
+@@ -187,6 +192,7 @@
+ =item C<ext()>: Return a reference to an associative array for
+ user-defined extensions.
+
++=back
+
+ =head2 The C<SGMLS_Element> class
+
+@@ -194,6 +200,8 @@
+ information (such as the element's attributes). It recognises the
+ following methods:
+
++=over
++
+ =item C<name()>: Return a string containing the name, or Generic
+ Identifier, of the element, in upper case.
+
+@@ -228,12 +236,15 @@
+ =item C<ext()>: Return a reference to an associative array for
+ user-defined extensions.
+
++=back
+
+ =head2 The C<SGMLS_Attribute> class
+
+ Each instance of an attribute for each C<SGMLS_Element> is an object
+ belonging to this class, which recognises the following methods:
+
++=over
++
+ =item C<name()>: Return a string containing the name of the current
+ attribute, all in upper case.
+
+@@ -266,12 +277,15 @@
+ =item C<ext()>: Return a reference to an associative array available
+ for user-defined extensions.
+
++=back
+
+ =head2 The C<SGMLS_Notation> class
+
+ All declared notations appear as objects belonging to this class,
+ which recognises the following methods:
+
++=over
++
+ =item C<name()>: Return a string containing the name of the notation.
+
+ =item C<sysid()>: Return a string containing the system identifier of
+@@ -283,12 +297,15 @@
+ =item C<ext()>: Return a reference to an associative array available
+ for user-defined extensions.
+
++=back
+
+ =head2 The C<SGMLS_Entity> class
+
+ All declared entities appear as objects belonging to this class, which
+ recognises the following methods:
+
++=over
++
+ =item C<name()>: Return a string containing the name of the entity, in
+ mixed case.
+
+@@ -329,6 +346,7 @@
+ =item C<ext()>: Return a reference to an associative array for
+ user-defined extensions.
+
++=back
+
+ =head1 AUTHOR AND COPYRIGHT
+
diff --git a/debian/patches/series b/debian/patches/series
index 6afbb69..9e0de7f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ Create_manpage_for_sgmlspl.patch
sgmlspl-specs_location_change.patch
No_clean_doc.patch
Add_desc_to_pod_name.patch
+Fix_POD_Errors_SGMLS.pm.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsgmls-perl.git
More information about the Pkg-perl-cvs-commits
mailing list