Tk-PodSingle
view release on metacpan or search on metacpan
lib/Tk/PodSingle.pm view on Meta::CPAN
Ken Prows (perl@xev.net)
=head1 LICENSE
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.6 or,
at your option, any later version of Perl 5 you may have available.
=cut
use base qw(Tk::Derived Tk::Pod);
use strict;
Construct Tk::Widget 'PodSingle';
sub Populate
{
my ($w,$args) = @_;
$args->{-tree} = 0;
( run in 0.633 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )