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

NAME

Perldoc::DOM::PI - a processing instruction in a Perldoc::DOM tree

SYNOPSIS

See Perldoc::DOM::Node.

DESCRIPTION

These nodes can be used to, eg, note to the Pod::Writer that an upcoming closing node is to be represented in a certain non-normative way in the source.

SUB-CLASS PROPERTIES

This node type keeps the source property, and adds nothing else.

More specialised processing instructions may sub-class this module or provide special behaviour when a property is set. If we ever need them :)

Note, if you want to specify an opaque object, then please sub-class Perldoc::DOM::Node with a non-core type..