# Tk-AppWindow

An extendable application framework written in perl/Tk. The aim is maximum user configurability
and ease of application building.

# Requirements

Following Perl modules should be installed:

  * Env::Browser
  * File::Basename
  * File::Path
  * Imager
  * Imager::File::PNG
  * MIME::Base64
  * Scalar::Util::Numeric
  * Test::Tk
  * Tk
  * Tk::DocumentTree
  * Tk::FontDialog
  * Tk::GtkSettings
  * Tk::Pod
  * Tk::QuickForm
  * Tk::YADialog
  * Tk::YANoteBook


# Installation

    perl Makefile.PL
    make
    make test
    make install


