start at 0.3.1 instead of 0.3.0
[scpubgit/Object-Remote.git] / maint / Makefile.PL.include
index dc0d14a..d96216a 100644 (file)
@@ -6,3 +6,11 @@ use lib 'Distar/lib';
 use Distar;
 
 author 'mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>';
+
+manifest_include(
+  bin => qr/.*/
+);
+
+manifest_include(
+  't/data' => qr/.*/
+);