experimentally expose psgi $env as $_[ENV]
[catagits/Web-Simple.git] / Makefile.PL
CommitLineData
e4e3b52c 1use strict;
2use warnings FATAL => 'all';
3use inc::Module::Install 0.91;
4
5all_from 'lib/Web/Simple.pm';
b134433d 6requires 'Syntax::Keyword::Gather';
e27ab5c5 7requires 'Plack';
e4e3b52c 8
9WriteAll;