From: Graham Knop Date: Tue, 21 Feb 2017 17:21:12 +0000 (+0100) Subject: include test corpus in manifest X-Git-Tag: v0.28~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=commitdiff_plain;h=3f57821ca7fe788c04f6cbf91fc08be1e0215633;hp=045053ac27df40c119576d2f82b0390b1c431eb9 include test corpus in manifest --- diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index 9c38ea5..d7c89e9 100644 --- a/maint/Makefile.PL.include +++ b/maint/Makefile.PL.include @@ -3,3 +3,8 @@ use lib 'Distar/lib'; use Distar; author 'Joel Bernstein '; + +manifest_include 't/conf' => qr/.*/; +manifest_include 't/invalid' => qr/.*/; +manifest_include 't/multi' => qr/.*/; +manifest_include 't/supported' => qr/.*/;