X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2FMakefile.PL.include;h=ef141e396ddd948d6e1b998514489499fa4623df;hb=fddc541da120ac66bc0eb75c9845eafbe0ff0707;hp=d41f46edf39ae836f28e62d507290525548c22ee;hpb=807303a1658f895c41417beba24d24ff9b71c194;p=catagits%2FCatalyst-Runtime.git diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index d41f46e..ef141e3 100644 --- a/maint/Makefile.PL.include +++ b/maint/Makefile.PL.include @@ -4,6 +4,7 @@ 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'; @@ -12,7 +13,7 @@ manifest_include 't/lib/TestMiddleware/share' => qr/.*/; manifest_include 't/lib/TestMiddlewareFromConfig/share' => qr/.*/; manifest_include 't/lib/TestMiddlewareFromConfig' => 'testmiddlewarefromconfig.pl'; manifest_include t => qr/optional_apache-.*\.pl/; -manifest_include t => 'optional_stress.yml'; +manifest_include t => 'optional_stress.json'; manifest_include t => 'something/Makefile.PL'; manifest_include t => 'something/script/foo/bar/for_dist'; manifest_include t => 'utf8.txt';