MooseX-Types-Tkx version 1.000 ================================================================================ Created a data type for Tkx objects. For example, Main Window, buttons, frames etc. INSTALLATION To install this module, run the following commands: perl Makefile.PL make make test make install Alternatively, to install with Module::Build, you can use the following commands: perl Build.PL ./Build ./Build test ./Build install SYNOPSIS use Moose; use Moose::Utile::TypeConstraints; use MooseX::Types::Tkx qw{TkxObject}; use Tkx; ... has 'mainwindow' => ( is => 'rw' isa => 'TkxObject' ) DEPENDENCIES The following pragmas and modules are required: - strict - warnings - Scalar::Utils - Perl::Version - MooseX::Types - MooseX::Types::Moose INCOMPATIBILITIES none COPYRIGHT AND LICENCE Copyright (C) 2015, Juergen von Brietzke This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.