X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=maint%2FMakefile.PL.include;h=5b50f1fae085e731af63781ebff0448f78f8541c;hp=ef141e396ddd948d6e1b998514489499fa4623df;hb=a21b003477f442246a2e68d0d4ec8267332b09bf;hpb=d7f73efeb94e2c7a412933585681c6c74e3a79a2 diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index ef141e3..5b50f1f 100644 --- a/maint/Makefile.PL.include +++ b/maint/Makefile.PL.include @@ -7,11 +7,10 @@ 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';