diff --git a/bin/pod2markdown b/bin/pod2markdown index 1ea2445..8b46cba 100755 --- a/bin/pod2markdown +++ b/bin/pod2markdown @@ -19,6 +19,7 @@ GetOptions(\%opts, qw( help|h html_encode_chars|html-encode-chars=s match_encoding|match-encoding|m + man_url_prefix|man-url-prefix=s output_encoding|output-encoding|e=s utf8|utf-8|u )) or pod2usage(2); @@ -101,6 +102,14 @@ See L for more information. Use the same C<< =encoding >> as the input pod for the output file. +=item --man-url-prefix + +Alters the man page urls that are created from C<< LEE >> codes. + +The default is C. + +See L for more information. + =item --output-encoding (-e) Specify the encoding for the output file.