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

NAME

MVC::Neaf::Util::Base - base class for other Not Even A Framework classes.

DESCRIPTION

This is an internal package providing some utility methods for Neaf itself.

See MVC::Neaf::X for public interface.

METHODS

new( %options )

Will happily accept any args and pack them into self.

my_croak( $message )

Like croak() from Carp, but the message is prefixed with self's package and the name of method in which error occurred.

LICENSE AND COPYRIGHT

This module is part of MVC::Neaf suite.

Copyright 2016-2018 Konstantin S. Uvarin khedin@cpan.org.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.