1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 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@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
|