diff options
Diffstat (limited to 'pod/pod2latex.PL')
-rw-r--r-- | pod/pod2latex.PL | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pod/pod2latex.PL b/pod/pod2latex.PL index 1d188099cb..ff8bca691f 100644 --- a/pod/pod2latex.PL +++ b/pod/pod2latex.PL @@ -475,6 +475,9 @@ while (<POD>) { elsif ($cmd eq 'pod') { ; # recognise the pod directive, as no op (hs) } + elsif ($cmd eq 'pod') { + ; # recognise the pod directive, as no op (hs) + } else { warn "Unrecognized directive: $cmd\n"; } |