[SCM] Debian packaging of libdbix-oo-perl branch, master, updated. 28a7e179fe690046f21e87407a3e7d9ef4d24ba5

gregor herrmann gregoa at debian.org
Sun May 26 15:26:56 UTC 2013


The following commit has been merged in the master branch:
commit 5dc9335cc6cc276bfd2c5e4f787595ea2ec8b4cf
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 26 17:22:47 2013 +0200

    Add a patch to fix a link text in the POD.
    
    Closes: #709792

diff --git a/debian/patches/pod-error.patch b/debian/patches/pod-error.patch
new file mode 100644
index 0000000..034b072
--- /dev/null
+++ b/debian/patches/pod-error.patch
@@ -0,0 +1,19 @@
+Description: escape / in POD link text
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=85629
+Bug-Debian: http://bugs.debian.org/709792
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85629
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-05-26
+
+--- a/lib/DBIx/OO.pm
++++ b/lib/DBIx/OO.pm
+@@ -575,7 +575,7 @@
+ =head2 C<get_fk_name>
+ 
+ This function returns the name of a foreign key accessor, as defined
+-by L<has_a/has_many|has_a_has_many>.  The default returns
++by L<has_aE<sol>has_many|has_a_has_many>.  The default returns
+ "fk_$name"--thus prepending "fk_".
+ 
+ If you want the Class::DBI behavior, you can override this function in
diff --git a/debian/patches/series b/debian/patches/series
index 5299247..2fa2354 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 spelling.patch
+pod-error.patch

-- 
Debian packaging of libdbix-oo-perl



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