# Tk-YADialog

Yet Another Dialog widget

This module provides a basic, less noisy, replacement for Tk::Dialog.
Inherits Tk::Toplevel.

# Requirements

The following Perl modules must be installed:

  * Test::Tk
  * Tk

# Installation

perl Makefile.PL  
make  
make test  
make install  

After make you can do the following for visual inspection:

perl -Mblib t/01-Tk-Dialog.t show  
perl -Mblib t/02-Tk-Message.t show