Modules

  • ABCDE
  • FGHIL
  • MNOPS
  • TUX

Tools

Pod::Perldoc::BaseTo

Perl 5 version 14.0 documentation
Recently read

Pod::Perldoc::BaseTo

NAME

Pod::Perldoc::BaseTo - Base for Pod::Perldoc formatters

SYNOPSIS

  1. package Pod::Perldoc::ToMyFormat;
  2. use base qw( Pod::Perldoc::BaseTo );
  3. ...

DESCRIPTION

This package is meant as a base of Pod::Perldoc formatters, like Pod::Perldoc::ToText, Pod::Perldoc::ToMan, etc.

It provides default implementations for the methods

  1. is_pageable
  2. write_with_binmode
  3. output_extension
  4. _perldoc_elem

The concrete formatter must implement

  1. new
  2. parse_from_file

SEE ALSO

perldoc

COPYRIGHT AND DISCLAIMERS

Copyright (c) 2002-2007 Sean M. Burke.

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

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.

AUTHOR

Current maintainer: Adriano R. Ferreira <ferreira@cpan.org>

Past contributions from: Sean M. Burke <sburke@cpan.org>