File: Makefile.PL

package info (click to toggle)
libplack-handler-anyevent-fcgi-perl 0.01-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 180 kB
  • ctags: 125
  • sloc: perl: 1,505; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 306 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
use inc::Module::Install;
all_from 'lib/Plack/Handler/AnyEvent/FCGI.pm';
readme_from('lib/Plack/Handler/AnyEvent/FCGI.pm');
requires 'Plack', 0.9970;
requires 'AnyEvent::FCGI';
requires 'IO::Handle::Util';
build_requires 'Test::More', 0.88;
test_requires 'Test::Requires';
auto_set_repository();
WriteAll;