The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Tk::PodSingle - Pod browser toplevel widget for single pod files

DESCRIPTION

This module inherits Tk::Pod and slightly changes its' features by removing menu entries (and bindings) that pertain to opening a different pod file.

It is suitable for when you want to only display a single pod file or a group of self-contained pod files. It hides access to the system's pod archive and removes the options that allow opening a new pod file.

What it does not do is prevent going to a different pod file through a link in the loaded pod file. This is why I kept the History menu intact.

The widget is created like this:

        use Tk::PodSingle;
        $Pod = $Parent->PodSingle(-file => $name);

Other than the removed menu entries and bindings, it behaves exactly as Tk::Pod does.

AUTHOR

Ken Prows (perl@xev.net)

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.