Prima::PodView 1.20 review

Download
by rbytes.net on

Prima::PodView is Perl module for POD browser widget. SYNOPSIS use Prima qw(Application); use Prima::PodView;

License: Perl Artistic License
File size: 1389K
Developer: Dmitry Karasik
0 stars award from rbytes.net

Prima::PodView is Perl module for POD browser widget.

SYNOPSIS

use Prima qw(Application);
use Prima::PodView;

my $window = Prima::MainWindow-> create;
my $podview = $window-> insert( 'Prima::PodView',
pack => { fill => 'both', expand => 1 }
);
$podview-> open_read;
$podview-> read("=head1 NAMEnnI'm also a pod!nn");
$podview-> close_read;

run Prima;

Prima::PodView contains a formatter ( in terms of perlpod ) and viewer of POD content. It heavily employs its ascendant class Prima::TextView, and is in turn base for the toolkit's default help viewer Prima::HelpViewer.

Requirements:
Perl

Prima::PodView 1.20 search tags