CipUX-Dog version 3.4.0.0

  CipUX::Dog can be used to execute commands defined in a configuration file.
  For the CipUX::Task package hooks are defined for CipUX::Dog as an
  optionional package.


INSTALLATION

To install this module, run the following commands:

        perl Build.PL
        ./Build
        ./Build test
        ./Build install

Alternatively, to install with ExtUtils::MakeMaker, you can use the following
commands:

        perl Makefile.PL
        make
        make test
        make install


DEPENDENCIES

        Carp
        CipUX
        Class::Std
        Data::Dumper
        English
        Log::Log4perl
        Readonly
        version


COPYRIGHT AND LICENSE

Copyright (C) 2008 - 2009, Christian Kuelker

  This library is licensed under the GNU GPL - GNU General Public License
  version 2 or later.

