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 515c039..ab2f05c 100644 (file)
@@ -4,6 +4,6 @@ use Distar;
 
 author 'mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>';
 
-manifest_include t => 'global-destruction-helper.pl';
+manifest_include 't/role-basic' => qr/.*\.pm$/;
 
 1;