NAME

    Gtk2::Ex::DbLinker - Gui building part with Gtk2 of DbLinker

VERSION

    version 0.111

INSTALLATION

    To install Gtk2::Ex::DbLinker, cd to the directory that contains this
    file and type the following:

       perl Makefile.PL
       make
       make test
       make install

    On windows use nmake or dmake instead of make.

    To install this module into a specific directory, do: perl Makefile.PL
    PREFIX=/name/of/the/directory ...the rest is the same...

    Please also read the perlmodinstall man page, if available.

    Install one of Rose::DB::Object, SQL::Abstract::More or DBIx::Class if
    you want to use these orm to access your data or run the examples (in
    ./examples). Rose::DB object is required to get example2_rdb working.
    DBIx::Class is required to get example 2_dbc working.
    SQL::Abstract::More is required for runexample2_sqla.pl.

DEPENDENCIES

            Log::Log4perl   1.41
            Class::InsideOut        1.13
            Scalar::Util    1.45
            Gtk2::Ex::DbLinker::DbTools     0.11
            DBD::SQLite     1.46
            Gtk2    1.24
            Data::Dumper    2.154
            Test::More      1
            DateTime::Format::Strptime      1.5

