NAME
Uttu::Framework - inheritable module providing basic framework support
SYNOPSIS
package Uttu::Framework::Sample;
use Uttu::Framework;
use vars qw{ @ISA };
@ISA = qw{ Uttu::Framework };
1;
DESCRIPTION
This provides basic configuration support for frameworks. All Perl modules whose names begin with the name of the framework (i.e., Uttu::Framework::Sample::*) will be loaded during server configuration time if the global_framework configuration option is set to the name of the framework (e.g., Sample for the above framework).
AUTHOR
James G. Smith <jsmith@cpan.org>
COPYRIGHT
Copyright (C) 2002 Texas A&M University. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.