File: pod-errors.patch

package info (click to toggle)
libmarc-file-mij-perl 0.04-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 164 kB
  • sloc: perl: 230; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 647 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Unterminated C<..> sequence in POD
Author: Damyan Ivanov <dmn@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;