X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=maint%2FMakefile.PL.include;h=d96216ae07c2e69812b1d73c58319f9e631fdbd9;hp=dc0d14a49d1967621b1e149b0806d9d890cf1bfe;hb=8c3529062a426181861d58ee59fb8f10e0be68e5;hpb=84b04178bd25e342d7f522e8f60c6d695b09576a diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index dc0d14a..d96216a 100644 --- a/maint/Makefile.PL.include +++ b/maint/Makefile.PL.include @@ -6,3 +6,11 @@ use lib 'Distar/lib'; use Distar; author 'mst - Matt S. Trout (cpan:MSTROUT) '; + +manifest_include( + bin => qr/.*/ +); + +manifest_include( + 't/data' => qr/.*/ +);