package Sloth::Response; BEGIN { $Sloth::Response::VERSION = '0.04'; } use strict; use warnings; use base 'Plack::Response'; 1; __END__ =pod =encoding utf-8 =head1 NAME Sloth::Response =head1 AUTHOR Oliver Charles =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2011 by Oliver Charles . This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut