Added WebGUI::Requestion/Response

This commit is contained in:
Patrick Donelan 2010-04-06 19:35:06 -04:00
parent 2516ff12c1
commit 72017cf83f
5 changed files with 60 additions and 8 deletions

10
lib/WebGUI/Response.pm Normal file
View file

@ -0,0 +1,10 @@
package WebGUI::Response;
use parent qw(Plack::Response);
=head2 DESCRIPTION
The WebGUI server response object. See of L<Plack::Response>
=cut
1;