[libdbix-class-perl] 01/03: add patch fixing POD error about trailing whitespace in a link

Damyan Ivanov dmn at moszumanska.debian.org
Tue Jan 14 14:29:25 UTC 2014


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

dmn pushed a commit to branch master
in repository libdbix-class-perl.

commit 00b0507f8b6336b7128f44f58d97b47bc54a5b6b
Author: Damyan Ivanov <dmn at debian.org>
Date:   Tue Jan 14 14:25:04 2014 +0000

    add patch fixing POD error about trailing whitespace in a link
---
 debian/changelog               |  1 +
 debian/patches/pod-error.patch | 20 ++++++++++++++++++++
 debian/patches/series          |  1 +
 3 files changed, 22 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index cf9d64a..0f6e62f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libdbix-class-perl (0.08250-2) UNRELEASED; urgency=medium
 
   * add patch adapting tests to DBD::SQLite 1.40
     Closes: #735024 -- FTBFS: test failures
+  * add patch fixing POD error about trailing whitespace in a link
 
  -- Damyan Ivanov <dmn at debian.org>  Tue, 14 Jan 2014 16:06:52 +0200
 
diff --git a/debian/patches/pod-error.patch b/debian/patches/pod-error.patch
new file mode 100644
index 0000000..6b1b3d2
--- /dev/null
+++ b/debian/patches/pod-error.patch
@@ -0,0 +1,20 @@
+Description: POD error about trailing whitespace in a link
+Author: Damyan Ivanov <dmn at debian.org>
+Forwarded: yes
+Bug: https://rt.cpan.org/Ticket/Display.html?id=92139
+
+--- a/lib/DBIx/Class/Row.pm
++++ b/lib/DBIx/Class/Row.pm
+@@ -48,9 +48,9 @@ relationship accessors of L<Result|DBIx:
+ =head1 NOTE
+ 
+ All "Row objects" derived from a Schema-attached L<DBIx::Class::ResultSet>
+-object (such as a typical C<< L<search|DBIx::Class::ResultSet/search
+->->L<next|DBIx::Class::ResultSet/next> >> call) are actually Result
+-instances, based on your application's
++object (such as a typical C<<
++L<search|DBIx::Class::ResultSet/search>->L<next|DBIx::Class::ResultSet/next> >>
++call) are actually Result instances, based on your application's
+ L<Result class|DBIx::Class::Manual::Glossary/Result_class>.
+ 
+ L<DBIx::Class::Row> implements most of the row-based communication with the
diff --git a/debian/patches/series b/debian/patches/series
index dc8544a..ece192c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 fix-doc-typos.patch
 sqlite-exceptions.patch
+pod-error.patch

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



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