Gimp::Pod 1.211 review
DownloadGimp::Pod is a Perl module to evaluate pod documentation embedded in scripts. SYNOPSIS use Gimp::Pod; $pod = new Gimp::P
|
|
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