[libmarc-file-mij-perl] 05/06: Patch unterminated C<..> sequence in POD

Damyan Ivanov dmn at moszumanska.debian.org
Tue Jun 9 20:54:17 UTC 2015


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

dmn pushed a commit to branch master
in repository libmarc-file-mij-perl.

commit cb44f7d43b6c0800270aea989075b930c9af3c2d
Author: Damyan Ivanov <dmn at debian.org>
Date:   Tue Jun 9 20:52:51 2015 +0000

    Patch unterminated C<..> sequence in POD
---
 debian/patches/pod-errors.patch | 16 ++++++++++++++++
 debian/patches/series           |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/pod-errors.patch b/debian/patches/pod-errors.patch
new file mode 100644
index 0000000..a2d1ae1
--- /dev/null
+++ b/debian/patches/pod-errors.patch
@@ -0,0 +1,16 @@
+Description: Unterminated C<..> sequence in POD
+Author: Damyan Ivanov <dmn at debian.org>
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105136
+Bug: https://rt.cpan.org/Ticket/Display.html?id=105136
+
+--- a/lib/MARC/Record/MiJ.pm
++++ b/lib/MARC/Record/MiJ.pm
+@@ -249,7 +249,7 @@ sub new_datafield_from_mij_structure {
+ 
+ =head1 Monkeypatching MARC::Record
+ 
+-Add C<new_from_mij_structure($mij_structure) and C<to_mij_structure()> to MARC::Record
++Add C<new_from_mij_structure($mij_structure)> and C<to_mij_structure()> to MARC::Record
+ 
+   my $r = MARC::Record->new_from_mij_structure($mij_structure);
+   $mij_structure = $r->to_mij_structure;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..fac1829
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod-errors.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmarc-file-mij-perl.git



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