Lines Matching full:simple
1 package Pod::Simple::TextContent;
5 use Pod::Simple ();
7 our @ISA = ('Pod::Simple');
25 $_[1] =~ s/$Pod::Simple::shy//g;
26 $_[1] =~ s/$Pod::Simple::nbsp/ /g;
44 Pod::Simple::TextContent -- get the text content of Pod
50 perl -MPod::Simple::TextContent -e \
51 "exit Pod::Simple::TextContent->filter(shift)->any_errata_seen" \
57 mainly meant for use by the Pod::Simple test suite, but you may find
60 This is a subclass of L<Pod::Simple> and inherits all its methods.
64 L<Pod::Simple>, L<Pod::Simple::Text>, L<Pod::Spell>
68 Questions or discussion about POD and Pod::Simple should be sent to the
73 L<https://github.com/perl-pod/pod-simple/>. Feel free to fork and contribute, or
74 to clone L<https://github.com/perl-pod/pod-simple.git> and send patches!
76 Patches against Pod::Simple are welcome. Please send bug reports to
77 <bug-pod-simple@rt.cpan.org>.
92 Pod::Simple was created by Sean M. Burke <sburke@cpan.org>.
95 Pod::Simple is maintained by: