File: Makefile.PL

package info (click to toggle)
libplack-middleware-test-stashwarnings-perl 0.08-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 180 kB
  • sloc: perl: 1,474; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
use inc::Module::Install;
name 'Plack-Middleware-Test-StashWarnings';
all_from 'lib/Plack/Middleware/Test/StashWarnings.pm';
readme_from 'lib/Plack/Middleware/Test/StashWarnings.pm';
repository 'http://github.com/bestpractical/plack-middleware-test-stashwarnings';

requires 'Storable';
requires 'Plack';

test_requires 'Test::More';
test_requires 'Plack::Test';
test_requires 'Plack::Request';
test_requires 'HTTP::Request::Common';
test_requires 'Scalar::Util';

author_tests('xt');

WriteAll;