From: Matt S Trout Date: Mon, 23 Jul 2012 17:22:10 +0000 (+0000) Subject: add data to manifest X-Git-Tag: v0.002002~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=commitdiff_plain;h=811a990616ecc0a97cb1d2d11acd0c6eb90770f7 add data to manifest --- 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/.*/ +);