yet another version
[catagits/Catalyst-Runtime.git] / maint / Makefile.PL.include
1 BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
2 use lib 'Distar/lib';
3 use Distar 0.001;
4
5 author 'Sebastian Riedel <sri@cpan.org>';
6
7 manifest_include script => 'catalyst.pl';
8 manifest_include t => 'catalyst_130pix.gif';
9 manifest_include 't/conf' => 'extra.conf.in';
10 manifest_include 't/lib/TestAppEncodingSetInConfig' => 'testappencodingsetinconfig.json';
11 manifest_include 't/lib/TestContentNegotiation/share', 'file.txt';
12 manifest_include 't/lib/TestMiddleware/share' => qr/.*/;
13 manifest_include 't/lib/TestMiddlewareFromConfig/share' => qr/.*/;
14 manifest_include 't/lib/TestMiddlewareFromConfig' => 'testmiddlewarefromconfig.pl';
15 manifest_include t => qr/optional_apache-.*\.pl/;
16 manifest_include t => 'optional_stress.json';
17 manifest_include t => 'something/Makefile.PL';
18 manifest_include t => 'something/script/foo/bar/for_dist';
19 manifest_include t => 'utf8.txt';
20
21 1;