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 :)