NAME
Mojo - Yeah, Baby, Yeah!
SYNOPSIS
use base 'Mojo';
sub handler {
my ($self, $tx) = @_;
return $tx;
}
DESCRIPTION
Mojo is a framework for web framework developers.
*IMPORTANT!* This is beta software, don't use it for anything serious, it might eat your puppy or cause the apocalypse. (You've been warned...)
ATTRIBUTES
home
my $home = $mojo->home;
my $mojo = $mojo->home('/home/sri/mojoapp');
METHODS
Mojo inherits all methods from Nevermore and implements the following new ones.
handler
$tx = $mojo->handler($tx);
SUPPORT
IRC
#mojo on irc.freenode.org
Mailing-Lists
http://lists.kraih.com/listinfo/mojo
http://lists.kraih.com/listinfo/mojo-dev
AUTHOR
Sebastian Riedel, sri@cpan.org
.
CREDITS
Many parts of Mojo are based upon the work of others, thank you. (In alphabetical order)
Andy Grundman Audrey Tang Christian Hansen Gisle Aas Jesse Vincent Marcus Ramberg
And thanks to everyone else i might have forgotten. (Please send me a mail)
COPYRIGHT
Copyright (C) 2008, Sebastian Riedel.
This program is free software, you can redistribute it and/or modify it under the same terms as Perl 5.10.