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


Tk-Pod documentation  | view source Contained in the Tk-Pod distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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.

COPYRIGHT AND DISCLAIMERS

Top

AUTHOR

Top

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>.


Tk-Pod documentation  | view source Contained in the Tk-Pod distribution.