logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Tk::Pod::SimpleBridge -- render Pod::Simple events to a Tk::Pod window

Author

       Sean M. Burke <sburke@cpan.org>, with bits of Tk code cribbed from the old Tk::Pod::Text code that Nick
       Ing-Simmons <nick@ni-s.u-net.com> originally wrote.

       Current maintainer is Slaven Rezić <slaven@rezic.de>.

perl v5.34.0                                       2022-06-28                             Pod::SimpleBridge(3pm)

Description

       This class contains methods that Tk::Pod (specifically Tk::Pod::Text) uses to render a pod page's text
       into its window.  It uses Pod::Simple (specifically Pod::Simple::PullParser) to do the parsing.

       Tk::Pod used to use Tk::Parse (a snapshot of an old old Pod-parser) to do the Pod-parsing.  But it
       doesn't anymore -- it now uses Pod::Simple via this module.

Name

       Tk::Pod::SimpleBridge -- render Pod::Simple events to a Tk::Pod window

Synopsis

         [
           This is a class internal to Tk::Pod.
           No user-serviceable parts inside.
         ]

See Also