NAME

OpenInteract2::Setup::ReadSPOPSConfig - Read SPOPS object declarations from all packages

SYNOPSIS

 my $setup = OpenInteract2::Setup->new( 'read spops config' );
 $setup->run();

DESCRIPTION

Reads in all available SPOPS class configurations from all installed packages. When we read in each configuration we perform a few additional tasks (most of them done in OpenInteract2::SPOPS and OpenInteract2::SPOPS::DBI.

Additionally, once we read all the configurations in we:

This class does not actually intialize the SPOPS classes -- see OpenInteract2::Setup::InitializeSPOPS for that.

Setup Metadata

name - 'read spops config'

dependencies - 'read packages'

SEE ALSO

OpenInteract2::Setup

COPYRIGHT

Copyright (c) 2005 Chris Winters. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHORS

Chris Winters <chris@cwinters.com>

Generated from the OpenInteract 1.99_06 source.