NAME

OpenFrame::Slot::Dispatch::Local - Dispatch applications locally

SYNOPSIS

my $config = OpenFrame::Config->new();
$config->setKey(
   'SLOTS', [ {
     dispatch => 'Local',
     name     => 'OpenFrame::Slot::Dispatch',
     config   => {
       installed_applications => [ {
         name      => 'hangman',
         uri       => '/',
         dispatch  => 'Local',
         namespace => 'Hangman::Application',
         config   => { words => "../hangman/words.txt" },
       },],
     },
   },
 ],
);

DESCRIPTION

This module is an OpenFrame slot that dispatches applications that use OpenFrame::Slot::Dispatch locally.

SEE ALSO

OpenFrame::Slot::Dispatch

AUTHOR

James A. Duncan <jduncan@fotango.com>

COPYRIGHT

Copyright (C) 2001, Fotango Ltd.

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