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

Name

CatalystX::Usul::TraitFor::CreatingUsul - Create an instance if Class::Usul

Version

Describes v0.16.$Rev: 1 $

Synopsis

   package YourApp;

   use CatalystX::Usul::Moose;

   with qw(CatalystX::Usul::TraitFor::CreatingUsul);

Description

Creates an instance of Class::Usul just before setup components is called

Configuration and Environment

Requires the method setup_components

Subroutines/Methods

_build_usul

Creates an instance of Class::Usul which is stored as class data on the usul attribute of the application class. References to this object are shared amongst the applications components by CatalystX::Usul::TraitFor::BuildingUsul

Diagnostics

None

Dependencies

Class::Usul
Moose::Role

Incompatibilities

There are no known incompatibilities in this module

Bugs and Limitations

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

Acknowledgements

Larry Wall - For the Perl programming language

Author

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

License and Copyright

Copyright (c) 2014 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