File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11{{$NEXT}}
22
3+ 2.04 2025-03-25
4+
5+ - merged three pull requests, removing the internal Pod::PlainText
6+
7+
382.03 2022-05-21
49
5102.02 2022-05-21
Original file line number Diff line number Diff line change @@ -110,9 +110,8 @@ list should be separated by a ':' on Unix (';' on MSWin32 and DOS).
110110
111111=item B<-formatter> I<module>
112112
113- Which text formatter to use. Default is L<Pod::Text>, or for very old
114- Perl versions L<Pod::PlainText>. An alternative would be e.g.
115- L<Pod::Text::Termcap>.
113+ Which text formatter to use. Default is L<Pod::Text>. An alternative would
114+ be e.g. L<Pod::Text::Termcap>.
116115
117116=item B<-utf8>
118117
Original file line number Diff line number Diff line change @@ -33,9 +33,8 @@ OPTIONS AND ARGUMENTS
3333 on MSWin32 and DOS).
3434
3535 -formatter *module*
36- Which text formatter to use. Default is Pod::Text, or for very
37- old Perl versions Pod::PlainText. An alternative would be e.g.
38- Pod::Text::Termcap.
36+ Which text formatter to use. Default is Pod::Text. An
37+ alternative would be e.g. Pod::Text::Termcap.
3938
4039 -utf8 This option assumes that the formatter (see above) understands
4140 the option "utf8". It turns on generation of utf8 output.
You can’t perform that action at this time.
0 commit comments