[libdata-objectdriver-perl] 12/17: Add patch to fix some POD issues.

gregor herrmann gregoa at debian.org
Fri Jul 11 17:49:08 UTC 2014


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

gregoa pushed a commit to branch master
in repository libdata-objectdriver-perl.

commit f8f194325acfc1675ec7e763c3738750eda61d39
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jul 11 19:40:38 2014 +0200

    Add patch to fix some POD issues.
---
 debian/patches/pod.patch | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/debian/patches/pod.patch b/debian/patches/pod.patch
new file mode 100644
index 0000000..c119509
--- /dev/null
+++ b/debian/patches/pod.patch
@@ -0,0 +1,31 @@
+Description: fix some POD issues
+ - the long line make `man' whine about an unbreakable line
+ - and we need a whatis entry for the manpage
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-07-11
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=97154
+Bug: https://rt.cpan.org/Ticket/Display.html?id=97154
+
+--- a/lib/Data/ObjectDriver.pm
++++ b/lib/Data/ObjectDriver.pm
+@@ -549,7 +549,7 @@
+ sequence). Note that this hooks is B<NOT> called when you remove the
+ object.
+ 
+-=item * pre_insert/post_insert/pre_update/post_update/pre_remove/post_remove -> ($obj, $orig_obj)
++=item * pre_insert / post_insert / pre_update / post_update / pre_remove / post_remove -> ($obj, $orig_obj)
+ 
+ Those triggers are fired before and after $obj is created, updated and
+ deleted.
+--- a/lib/Data/ObjectDriver/SQL/Oracle.pm
++++ b/lib/Data/ObjectDriver/SQL/Oracle.pm
+@@ -41,7 +41,7 @@
+ 
+ =head1 NAME
+ 
+-Data::ObjectDriver::SQL::Oracle
++Data::ObjectDriver::SQL::Oracle - an SQL statement for Oracle
+ 
+ =head1 DESCRIPTION
+ 

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



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