r56601 - in /trunk/libapache2-mod-perl2/debian: changelog patches/210_fix-pod-errors.patch patches/series
dmn at users.alioth.debian.org
dmn at users.alioth.debian.org
Tue Apr 20 19:26:07 UTC 2010
Author: dmn
Date: Tue Apr 20 19:26:01 2010
New Revision: 56601
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56601
Log:
add a patch fixinng POD errors
Added:
trunk/libapache2-mod-perl2/debian/patches/210_fix-pod-errors.patch
Modified:
trunk/libapache2-mod-perl2/debian/changelog
trunk/libapache2-mod-perl2/debian/patches/series
Modified: trunk/libapache2-mod-perl2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/debian/changelog?rev=56601&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/changelog (original)
+++ trunk/libapache2-mod-perl2/debian/changelog Tue Apr 20 19:26:01 2010
@@ -4,6 +4,7 @@
* add a patch from Niko Tyni avoiding two warnings about use of uninitialized
values, which break tests under Perl 5.12. (Closes: #578481)
* add a patch fixinf spelling errors in POD and other documentation
+ * add a patch fixinng POD errors
-- Damyan Ivanov <dmn at debian.org> Mon, 01 Feb 2010 07:22:55 +0200
Added: trunk/libapache2-mod-perl2/debian/patches/210_fix-pod-errors.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/debian/patches/210_fix-pod-errors.patch?rev=56601&op=file
==============================================================================
--- trunk/libapache2-mod-perl2/debian/patches/210_fix-pod-errors.patch (added)
+++ trunk/libapache2-mod-perl2/debian/patches/210_fix-pod-errors.patch Tue Apr 20 19:26:01 2010
@@ -1,0 +1,25 @@
+Description: Fix POD errors
+Forwarded: no
+Author: Damyan Ivanov <dmn at debian.org>
+Last-Update: 2010-04-20
+
+--- a/Apache-Test/lib/Apache/Test.pm
++++ b/Apache-Test/lib/Apache/Test.pm
+@@ -936,6 +936,8 @@ if no reason is given a default reason w
+
+ =head1 Additional Configuration Variables
+
++=over
++
+ =item basic_config
+
+ my $basic_cfg = Apache::Test::basic_config();
+@@ -968,6 +970,8 @@ If no arguments are passed, the referenc
+ returned. If one or more arguments are passed the corresponding values
+ are returned.
+
++=back
++
+ =head1 Test::More Integration
+
+ There are a few caveats if you want to use I<Apache::Test> with
Modified: trunk/libapache2-mod-perl2/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/debian/patches/series?rev=56601&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/patches/series (original)
+++ trunk/libapache2-mod-perl2/debian/patches/series Tue Apr 20 19:26:01 2010
@@ -10,3 +10,4 @@
100-svn-XSS-Status.patch
110-Fix-two-uninitialized-value-warnings-triggered-with-.patch
200_fix-pod-spelling-errors.patch
+210_fix-pod-errors.patch
More information about the Pkg-perl-cvs-commits
mailing list