The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Mason::Plack::Response;
BEGIN {
  $Mason::Plack::Response::VERSION = '0.06';
}
use Mason::Moose;
extends 'Plack::Response';

1;



=pod

=head1 NAME

DESCRIPTION

This is a Mason-specific subclass of Plack::Request, reserved for future
additions and overrides. See
L<Mason::Plugin::PSGIHandler|Mason::Plugin::PSGIHandler>.

=head1 VERSION

version 0.06

=head1 AUTHOR

Jonathan Swartz <swartz@pobox.com>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Jonathan Swartz.

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


__END__
# ABSTRACT: Mason's subclass of Plack::Request