PerlPoint::Import::POD is a standard PerlPoint import filter for POD.
SYNOPSIS
# command line: process a POD file
perlpoint ... IMPORT:file.pod
...
# or, in a PerlPoint source:
// include a POD file with "pod" extension
INCLUDE{import=1 file="example.pod"}
// include a POD file without "pod" extension
INCLUDE{import=pod file="example"}
// import a snippet in POD,
// which in turn contains some PerlPoint
EMBED{import=pod}
=head2 Embedded PerlPoint
A POD paragraph.
=for perlpoint It I!
END_EMBED
Standard import filters are loaded automatically by the Parser when you import a POD file in one of the ways shown in the SYNOPSIS.
FUNCTION
According to the standard import filter API (see PerlPoint::Parser) this module provides one function, importFilter(). I transforms a POD file into PerlPoint.
Product's homepage
Requirements:
· Perl