The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Gapp::App;

use Moose;

our $VERSION = '0.01';


1;

__END__

=pod

=head1 NAME

Gapp::App - Build Gapp applications from components

=head1 DESCRIPTION

Provides base classes and patterns for building GUI Applications using the Gapp framework.
Gapp is a layer over the Gtk2 library.

=head1 SEE ALSO

=over4

=item L<Gapp>

=item L<Gtk2>

=back

=head1 AUTHORS

Jeffrey Ray Hallock E<lt>jeffrey.hallock at gmail dot comE<gt>

=head1 COPYRIGHT & LICENSE

    Copyright (c) 2012 Jeffrey Ray Hallock.
    
    This program is free software; you can redistribute it and/or
    modify it under the same terms as Perl itself.
    
    Individual packages in this module may have have multiple copyrights and
    licenses. Please refer to the documentation of indivdual packages for more
    information. (see L<Gapp::Actions>, L<Gapp::TableMap>)

=cut