X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2FMakefile.PL.include;h=5b50f1fae085e731af63781ebff0448f78f8541c;hb=d70816e6a3b865ea3a3f2aa33bd166779df86072;hp=235ed1fc31799228ba6c76e65b8408e1ed77edb1;hpb=8a1b06bea91f32966b5f067d6502209e0338827f;p=catagits%2FCatalyst-Runtime.git diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index 235ed1f..5b50f1f 100644 --- a/maint/Makefile.PL.include +++ b/maint/Makefile.PL.include @@ -4,13 +4,13 @@ use Distar 0.001; author 'Sebastian Riedel '; +manifest_include script => 'catalyst.pl'; manifest_include t => 'catalyst_130pix.gif'; manifest_include 't/conf' => 'extra.conf.in'; -manifest_include 't/lib/TestAppEncodingSetInConfig' => 'testappencodingsetinconfig.json'; manifest_include 't/lib/TestContentNegotiation/share', 'file.txt'; manifest_include 't/lib/TestMiddleware/share' => qr/.*/; -manifest_include 't/lib/TestMiddlewareFromConfig/share' => qr/.*/; -manifest_include 't/lib/TestMiddlewareFromConfig' => 'testmiddlewarefromconfig.pl'; +manifest_include 't/lib/TestMiddlewareFromPlugin/share' => qr/.*/; +manifest_include 't/lib/TestMiddlewareFromPlugin' => 'testmiddlewarefromplugin.pl'; manifest_include t => qr/optional_apache-.*\.pl/; manifest_include t => 'optional_stress.json'; manifest_include t => 'something/Makefile.PL';