
CatalystX::Usul::Base - Base class utility methods

0.7.$Revision: 1181 $

package YourBaseClass; use parent qw(CatalystX::Usul::Base); __PACKAGE__->mk_accessors( qw(list of accessor names) );

Provides dynamic class loading method and exposes the exception handling methods in CatalystX::Usul::Exception. Also provides accessor/mutator creation method which it inherits from Class::Accessor::Grouped

$self->udump( $object );
Calls dumper for dumping objects for inspection
$self->ensure_class_loaded( $some_class );
Require the requested class, throw an error if it doesn't load
$self->mk_accessors( @fieldspec );
Create accessors methods like Class::Accessor::Fast but using Class::Accessor::Grouped

None

None


None known

There are no known bugs in this module. Please report problems to the address below. Patches are welcome

Peter Flanigan, <Support at RoxSoft.co.uk>

Copyright (c) 2011 Peter Flanigan. All rights reserved
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic
This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE