package LOLCGI::Controller::Translate; use strict; use warnings; use parent 'Catalyst::Controller::WrapCGI'; use CGI qw/:html3/; use Acme::Bleach; =head1 NAME LOLCGI::Controller::Translate - Catalyst Controller =head1 DESCRIPTION Catalyst Controller. =head1 METHODS =cut =head2 index =cut =head1 AUTHOR Devin,,, =head1 LICENSE This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. =cut 1;