Hi,
$ podchecker lib/Filter/Arguments.pm
*** ERROR: Spurious text after =pod at line 238 in file
lib/Filter/Arguments.pm
lib/Filter/Arguments.pm has 1 pod syntax error.
Also perldoc v3.15 shows the error:
$ perldoc -F -t lib/Filter/Arguments.pm | tail
your option, any later version of Perl 5 you may have available.
POD ERRORS
Hey! The above document had some coding errors, which are explained
below:
Around line 238:
=pod directives shouldn't be over one line long! Ignoring all 2
lines of content
The attached patch fixes this.
Thanks, Frank