r52223 - in /trunk/libapache-dbi-perl/debian: changelog patches/pod-errors.patch patches/series

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Feb 6 20:54:44 UTC 2010


Author: dmn
Date: Sat Feb  6 20:54:28 2010
New Revision: 52223

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52223
Log:
add pod-errors.patch fixing POD errors

Added:
    trunk/libapache-dbi-perl/debian/patches/pod-errors.patch
Modified:
    trunk/libapache-dbi-perl/debian/changelog
    trunk/libapache-dbi-perl/debian/patches/series

Modified: trunk/libapache-dbi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-dbi-perl/debian/changelog?rev=52223&op=diff
==============================================================================
--- trunk/libapache-dbi-perl/debian/changelog (original)
+++ trunk/libapache-dbi-perl/debian/changelog Sat Feb  6 20:54:28 2010
@@ -19,6 +19,7 @@
   * Drop Section/Priority from binary package (already present in the source
     one)
   * describe debian-perl-path.patch
+  * add pod-errors.patch fixing POD errors
 
  -- Damyan Ivanov <dmn at debian.org>  Sat, 06 Feb 2010 01:11:04 +0200
 

Added: trunk/libapache-dbi-perl/debian/patches/pod-errors.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-dbi-perl/debian/patches/pod-errors.patch?rev=52223&op=file
==============================================================================
--- trunk/libapache-dbi-perl/debian/patches/pod-errors.patch (added)
+++ trunk/libapache-dbi-perl/debian/patches/pod-errors.patch Sat Feb  6 20:54:28 2010
@@ -1,0 +1,61 @@
+# Description: fix POD errors (as reported by pod2man)
+# Author: Damyan Ivanov <dmn at debian.org>
+# Forwarded: https://rt.cpan.org/Ticket/Display.html?id=54371
+--- a/lib/Apache/AuthDBI.pm
++++ b/lib/Apache/AuthDBI.pm
+@@ -1356,6 +1356,8 @@ section). The default is 0, which runs t
+ 
+ =head1 LIST OF TOKENS
+ 
++=over
++
+ =item * Auth_DBI_data_source (Authentication and Authorization)
+ 
+ The data_source value has the syntax 'dbi:driver:dsn'. This parameter is
+@@ -1470,6 +1472,8 @@ Default is 'off'.  When set 'on', the se
+ placeholder for the username.  This may result in improved performance for
+ databases supporting this method.
+ 
++=back
++
+ =head1 CONFIGURATION
+ 
+ The module should be loaded upon startup of the Apache daemon.
+@@ -1580,6 +1584,8 @@ L<Apache>, L<mod_perl>, L<DBI>
+ 
+ =head1 AUTHORS
+ 
++=over
++
+ =item *
+ Apache::AuthDBI by Edmund Mergl; now maintained and supported by the
+ modperl mailinglist, subscribe by sending mail to 
+@@ -1591,6 +1597,8 @@ mod_perl by Doug MacEachern.
+ =item *
+ DBI by Tim Bunce <dbi-users-subscribe at perl.org>
+ 
++=back
++
+ =head1 COPYRIGHT
+ 
+ The Apache::AuthDBI module is free software; you can redistribute it and/or
+--- a/lib/Apache/DBI.pm
++++ b/lib/Apache/DBI.pm
+@@ -537,6 +537,8 @@ L<Apache>, L<mod_perl>, L<DBI>
+ 
+ =head1 AUTHORS
+ 
++=over
++
+ =item *
+ Philip M. Gollucci <pgollucci at p6m7g8.com> is currently packaging new releases.
+ 
+@@ -553,6 +555,8 @@ mod_perl by Doug MacEachern.
+ =item *
+ DBI by Tim Bunce <dbi-users-subscribe at perl.org>
+ 
++=back
++
+ =head1 COPYRIGHT
+ 
+ The Apache::DBI module is free software; you can redistribute it and/or

Modified: trunk/libapache-dbi-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-dbi-perl/debian/patches/series?rev=52223&op=diff
==============================================================================
--- trunk/libapache-dbi-perl/debian/patches/series (original)
+++ trunk/libapache-dbi-perl/debian/patches/series Sat Feb  6 20:54:28 2010
@@ -1,1 +1,2 @@
 debian-perl-path.patch
+pod-errors.patch




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