Lines Matching full:simple
1 package Pod::Simple::Text;
5 use Pod::Simple::Methody ();
6 use Pod::Simple ();
8 our @ISA = ('Pod::Simple::Methody');
9 BEGIN { *DEBUG = defined(&Pod::Simple::DEBUG)
10 ? \&Pod::Simple::DEBUG
83 $self->{'Thispara'} =~ s/$Pod::Simple::shy//g;
86 $out =~ s/$Pod::Simple::nbsp/ /g;
97 $self->{'Thispara'} =~ s/$Pod::Simple::nbsp/ /g;
98 $self->{'Thispara'} =~ s/$Pod::Simple::shy//g;
121 Pod::Simple::Text -- format Pod as plaintext
125 perl -MPod::Simple::Text -e \
126 "exit Pod::Simple::Text->filter(shift)->any_errata_seen" \
137 This is a subclass of L<Pod::Simple> and inherits all its methods.
141 L<Pod::Simple>, L<Pod::Simple::TextContent>, L<Pod::Text>
145 Questions or discussion about POD and Pod::Simple should be sent to the
150 L<https://github.com/perl-pod/pod-simple/>. Feel free to fork and contribute, or
151 to clone L<https://github.com/perl-pod/pod-simple.git> and send patches!
153 Patches against Pod::Simple are welcome. Please send bug reports to
154 <bug-pod-simple@rt.cpan.org>.
169 Pod::Simple was created by Sean M. Burke <sburke@cpan.org>.
172 Pod::Simple is maintained by: