=head1 NAME Mojolicious::Plugin::ZombieApocalypse =head1 DESCRIPTION Detect Zombie apocalypse by examining incoming requests and respond appropriately. =head1 USAGE use Mojolicious::Lite; plugin 'zombie_apocalypse'; get '/brains' => sub { # Segfault. Don't bother serving response, there's no time. # Get the hell out of here }; app->start; Segfault if /brains are requested. (Zombies are dead, so they're RESTful) =head1 METHODS L inherits all methods from L and implements the following new ones. =head2 C $plugin->register; Register condition in L application. =head1 SEE ALSO L =head1 DEVELOPMENT L =head1 VERSION 0.01 =head1 CREDITS Implementation stolen from L =head1 AUTHOR Glen Hinkle tempire@cpan.org =cut