about summary refs log tree commit diff
path: root/Makefile.PL
blob: 0b8aa8db354e0f388d414c94a23b1d2ff3a7efd3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
use inc::Module::Install;
name 'Plack-Middleware-ETag';
all_from 'lib/Plack/Middleware/ETag.pm';

# requires '';

tests 't/*.t';
author_tests 'xt';

build_requires 'Test::More';
use_test_base;
auto_include;
WriteAll;