The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Pod::Perldoc::ToTextOverstrike - let Perldoc render Pod as formatted overstrike text

SYNOPSIS

  perldoc -MPod::Perldoc::ToTextOverstrike Some::Modulename

or

  PERLDOC=-MPod::Perldoc::ToTextOverstrike
  export PERLDOC
  # or: setenv PERLDOC -MPod::Perldoc::ToTextOverstrike
  perldoc Some::Module

DESCRIPTION

This is a "plug-in" class that allows Perldoc to use Pod::Text::Overstrike as a formatter class.

It supports all options supported by Pod::Perldoc::ToText.

SEE ALSO

Pod::Text::Overstrike, Pod::Perldoc, Pod::Perldoc::ToText

COPYRIGHT

Copyright (c) 2009 Slaven Rezić. All rights reserved.

This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Slaven Rezić <srezic@cpan.org>.

Based on Pod::Perldoc::ToText which is by Sean M. Burke <sburke@cpan.org> and Adriano R. Ferreira <ferreira@cpan.org>.