Gimp::Pod 1.211 review

Download
by rbytes.net on

Gimp::Pod is a Perl module to evaluate pod documentation embedded in scripts. SYNOPSIS use Gimp::Pod; $pod = new Gimp::P

License: Perl Artistic License
File size: 266K
Developer: Marc Lehmann
0 stars award from rbytes.net

Gimp::Pod is a Perl module to evaluate pod documentation embedded in scripts.

SYNOPSIS

use Gimp::Pod;

$pod = new Gimp::Pod;
$text = $pod->format ();
$html = $pod->format ('html');
$synopsis = $pod->section ('SYNOPSIS');
$author = $pod->author;
@sections = $pod->sections;

Gimp::Pod can be used to find and parse embedded pod documentation in gimp-perl scripts. At the moment only the formatted text can be fetched, future versions might have more interesting features.

Requirements:
Perl

Gimp::Pod 1.211 search tags