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=0ef95432494ce4b2644a1af61f090afc68add2c4;hb=e42ea8c86203339ab8290ec9f6647778f0bdec1c;hpb=80d18f397d2607c240e1237eb64eca1e28e0f0a8 diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index 0ef9543..d96216a 100644 --- a/maint/Makefile.PL.include +++ b/maint/Makefile.PL.include @@ -10,3 +10,7 @@ author 'mst - Matt S. Trout (cpan:MSTROUT) '; manifest_include( bin => qr/.*/ ); + +manifest_include( + 't/data' => qr/.*/ +);