NAME
Pod::POM::View::TextBasic - Pod::POM::View::Text without sequence formatting
SYNOPSIS
Pod::POM->default_view(
'Pod::POM::View::TextBasic'
)
or
die
$Pod::POM::ERROR
;
my
$p
= Pod::POM->new;
$p
->parse_file(...);
DESCRIPTION
A sub-class of Pod::POM::View::Text that does not ornament inline sequences to indicate their presence.
This class was developed to aid spell-checking POD: for that reason, verbatim blocks, inline code sequences, and the bodies of links are ignored unless Pod::POM::View::TextBasic::DROPS
is set to a false value by the user.
AUTHOR
Lee Goddard (lgoddard-at-cpan.org
).
COPYRIGHT
Copyright (C) 2011, Lee Goddard. All Rights Reserved.