applied patch, with indentation tweaks
[p5sagit/p5-mst-13.2.git] / pod / pod2latex.PL
index 1d18809..ff8bca6 100644 (file)
@@ -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";
        }