Object::Factory::Declarative - create object factories using declarative syntax.
This module is a generalization of another class that managed the loading and pre-initialization of HTML::Template files. It provides a simple way to declare and create object factory methods in any arbitrary package.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires Module::Build to build.
COPYRIGHT AND LICENCE
Copyright (C) 2006 by Jim Schneider, <perl@jrcsdevelopment.com>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.6.0 or, at your option, any later version of Perl 5 you may have available.