convert test checking middleware set in config to setting middleware in plugin
[catagits/Catalyst-Runtime.git] / maint / Makefile.PL.include
CommitLineData
807303a1 1BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
2use lib 'Distar/lib';
3use Distar 0.001;
4
5author 'Sebastian Riedel <sri@cpan.org>';
6
d7f73efe 7manifest_include script => 'catalyst.pl';
807303a1 8manifest_include t => 'catalyst_130pix.gif';
9manifest_include 't/conf' => 'extra.conf.in';
807303a1 10manifest_include 't/lib/TestContentNegotiation/share', 'file.txt';
11manifest_include 't/lib/TestMiddleware/share' => qr/.*/;
a21b0034 12manifest_include 't/lib/TestMiddlewareFromPlugin/share' => qr/.*/;
13manifest_include 't/lib/TestMiddlewareFromPlugin' => 'testmiddlewarefromplugin.pl';
807303a1 14manifest_include t => qr/optional_apache-.*\.pl/;
8a1b06be 15manifest_include t => 'optional_stress.json';
807303a1 16manifest_include t => 'something/Makefile.PL';
17manifest_include t => 'something/script/foo/bar/for_dist';
18manifest_include t => 'utf8.txt';
19
201;