r74580 - in /trunk/libdbix-abstract-perl/debian: changelog libdbix-abstract-perl.docs patches/pod.patch patches/series

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon May 16 20:29:37 UTC 2011


Author: gregoa
Date: Mon May 16 20:28:54 2011
New Revision: 74580

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=74580
Log:
Add a patch to fix some POD errors.

Added:
    trunk/libdbix-abstract-perl/debian/patches/pod.patch
Modified:
    trunk/libdbix-abstract-perl/debian/changelog
    trunk/libdbix-abstract-perl/debian/libdbix-abstract-perl.docs
    trunk/libdbix-abstract-perl/debian/patches/series

Modified: trunk/libdbix-abstract-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-abstract-perl/debian/changelog?rev=74580&op=diff
==============================================================================
--- trunk/libdbix-abstract-perl/debian/changelog (original)
+++ trunk/libdbix-abstract-perl/debian/changelog Mon May 16 20:28:54 2011
@@ -20,6 +20,7 @@
   * Add build dependency on libdbi-perl.
   * Remove t/dbia.config during clean, it get's recreated during configure.
     Add a patch for Makefile.PL which misses it badly before (over)writing it.
+  * Add a patch to fix some POD errors.
 
  -- gregor herrmann <gregoa at debian.org>  Mon, 16 May 2011 21:58:00 +0200
 

Modified: trunk/libdbix-abstract-perl/debian/libdbix-abstract-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-abstract-perl/debian/libdbix-abstract-perl.docs?rev=74580&op=diff
==============================================================================
--- trunk/libdbix-abstract-perl/debian/libdbix-abstract-perl.docs (original)
+++ trunk/libdbix-abstract-perl/debian/libdbix-abstract-perl.docs Mon May 16 20:28:54 2011
@@ -1,2 +1,3 @@
 THANKS
 TODO
+BUGS

Added: trunk/libdbix-abstract-perl/debian/patches/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-abstract-perl/debian/patches/pod.patch?rev=74580&op=file
==============================================================================
--- trunk/libdbix-abstract-perl/debian/patches/pod.patch (added)
+++ trunk/libdbix-abstract-perl/debian/patches/pod.patch Mon May 16 20:28:54 2011
@@ -1,0 +1,51 @@
+Description: POD errors
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-05-16
+
+--- a/Abstract.pm
++++ b/Abstract.pm
+@@ -1077,8 +1077,6 @@
+ 
+ Unless otherwise mentioned all methods return the database handle.
+ 
+-=over 5
+-
+ =head2 connect
+ 
+ C<connect($connect_config | $dbihandle [,$options])> I<CONSTRUCTOR>
+@@ -1499,14 +1497,12 @@
+ With joe, %foo%, 26 and 30 passed as bind values.
+ 
+ 
+-=back
+-
+-=over 5
+-
+ =head1 SUPPORTED DBD DRIVERS
+ 
+ These drivers have been reported to work:
+ 
++=over
++
+ =item * mysql (development environment)
+ 
+ =item * Pg (development environment)
+@@ -1515,14 +1511,14 @@
+ 
+ =item * XBase
+ 
++=back
++
+ =head2
+ 
+ Any driver that uses ODBC syntax should work using the hash ref method. 
+ With other drivers you should pass the DBI data source instead (this method
+ will work with all drivers.)
+ 
+-=back
+-
+ =head1 CHANGES SINCE LAST RELEASE
+ 
+ =over 2

Modified: trunk/libdbix-abstract-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-abstract-perl/debian/patches/series?rev=74580&op=diff
==============================================================================
--- trunk/libdbix-abstract-perl/debian/patches/series (original)
+++ trunk/libdbix-abstract-perl/debian/patches/series Mon May 16 20:28:54 2011
@@ -1,2 +1,3 @@
 01_fix-manpage
 t_dbia.config.patch
+pod.patch




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