Crop-Config

 view release on metacpan or  search on metacpan

lib/Crop/HTTP/Request/PSGI.pm  view on Meta::CPAN

package Crop::HTTP::Request::PSGI;
use base qw/ Crop::Object /;

=begin nd
Class: Crop::HTTP::Request::PSGI
	PSGI specific request.
	
	NOT IMPLEMENTED.
=cut

use v5.14;
use warnings;

use Crop::Error;

sub new {
	warn __PACKAGE__ . ' NOT IMPLEMENTED';
}

1;



( run in 0.447 second using v1.01-cache-2.11-cpan-39bf76dae61 )