don't use Base as a package name in tests to avoid conflict with base.pm
[gitmo/Role-Tiny.git] / maint / Makefile.PL.include
index c5c08d9..ab2f05c 100644 (file)
@@ -1,5 +1,9 @@
+BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
+use lib 'Distar/lib';
 use Distar;
 
 author 'mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>';
 
+manifest_include 't/role-basic' => qr/.*\.pm$/;
+
 1;