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

NAME

App::Kaizendo::Moose - Moose customised for Kaizendo.

SYNOPSIS

    package App::Kaizendo::SomeModule;
    use App::Kaizendo::Moose;

DESCRIPTION

This module replaces a lot of boilerplate code in Kaizendo modules with one statement.

Instead of saying:

   package App::Kaizendo::SomeModule;
   use Moose;
   use Moose::Autobox;
   use Method::Signatures::Simple;
   use Moose::Util::TypeConstraints;
   use namespace::autoclean;

you can just use App::Kaizendo::Moose, which does all of that for you.

FUNCTIONS

import

Imports all of the goodness in the DESCRIPTION into your package

AUTHORS, COPYRIGHT AND LICENSE

See App::Kaizendo for Authors, Copyright and License information.