[libconfig-apacheformat-perl] 09/10: Add a patch to fix POD and spelling errors

Florian Schlichting fsfs at moszumanska.debian.org
Tue Nov 22 21:35:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository libconfig-apacheformat-perl.

commit 8f499142a0a33e167bbb28e24fe70c488c8847fa
Author: Florian Schlichting <fsfs at debian.org>
Date:   Tue Nov 22 22:30:51 2016 +0100

    Add a patch to fix POD and spelling errors
---
 debian/patches/pod-error-spelling.patch | 69 +++++++++++++++++++++++++++++++++
 debian/patches/series                   |  1 +
 2 files changed, 70 insertions(+)

diff --git a/debian/patches/pod-error-spelling.patch b/debian/patches/pod-error-spelling.patch
new file mode 100644
index 0000000..44923af
--- /dev/null
+++ b/debian/patches/pod-error-spelling.patch
@@ -0,0 +1,69 @@
+Description: fix a number of POD and spelling errors
+Author: Florian Schlichting <fsfs at debian.org>
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=118905
+
+--- a/ApacheFormat.pm
++++ b/ApacheFormat.pm
+@@ -91,6 +91,8 @@
+ 
+ =head1 METHODS
+ 
++=over 4
++
+ =item $config = Config::ApacheFormat->new(opt => "value")
+ 
+ This method creates an object that can then be used to read configuration
+@@ -104,7 +106,7 @@
+ 
+ Set this to 0 to turn off the inheritance feature. Block inheritance
+ means that variables declared outside a block are available from
+-inside the block unless overriden.  Defaults to 1.
++inside the block unless overridden.  Defaults to 1.
+ 
+ =item include_support
+ 
+@@ -206,7 +208,7 @@
+ 
+ If you provide an array of directive names then syntax errors will be
+ generated during parsing for invalid directives.  Otherwise, any
+-directive name will be accepted.  For exmaple, to only allow
++directive name will be accepted.  For example, to only allow
+ directives called "Bar" and "Bif":
+ 
+   $config = Config::ApacheFormat->new(
+@@ -217,7 +219,7 @@
+ 
+ If you provide an array of block names then syntax errors will be
+ generated during parsing for invalid blocks.  Otherwise, any block
+-name will be accepted.  For exmaple, to only allow "Directory" and
++name will be accepted.  For example, to only allow "Directory" and
+ "Location" blocks in your config file:
+ 
+   $config = Config::ApacheFormat->new(
+@@ -306,8 +308,6 @@
+   $config->inheritance_support(0);
+   $config->include_support(1);
+ 
+-=over 4
+-
+ =cut
+ 
+ use File::Spec;
+@@ -1065,6 +1065,8 @@
+ 
+ =head1 AUTHORS
+ 
++=over
++
+ =item Sam Tregar <sam at tregar.com>
+ 
+ Original author and maintainer
+@@ -1073,6 +1075,8 @@
+ 
+ Porting of features from L<Apache::ConfigFile|Apache::ConfigFile>
+ 
++=back
++
+ =head1 SEE ALSO
+ 
+ L<Apache::ConfigFile|Apache::ConfigFile>
diff --git a/debian/patches/series b/debian/patches/series
index b54b4d9..66a31e1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+pod-error-spelling.patch
 apache_globs.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-apacheformat-perl.git



More information about the Pkg-perl-cvs-commits mailing list