Wow, that's a great idea. In fact, what would be more useful for me would be a way to mix-in runmodes from other classes (or delegates).
Also note that you can already do the following in CGI::App to access runmodes defined in other packages:
sub setup{
my ($self) = @_;
$self->run_modes( 'start' => 'MyRunModes::blah' );
}Thilo
--------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
