NAME

OpenInteract2::Setup::RegisterActionTypes - Find action types and register them

SYNOPSIS

 my $setup = OpenInteract2::Setup->new( 'register action types' );
 $setup->run();

DESCRIPTION

Find all action types (found under the server configuration key 'action_types') and pass the name and class to:

 OpenInteract2::Action->register_factory_type( $atype_name => $atype_class );

Setup Metadata

name - 'register action types'

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.