From: Matt S Trout Date: Thu, 12 Apr 2012 21:19:17 +0000 (+0000) Subject: I'm an idiot. A complete, drooling idiot. X-Git-Tag: v1.000_901~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c8b9ac72eefac5251d80288d1783e26361f1db33;p=gitmo%2FRole-Tiny.git I'm an idiot. A complete, drooling idiot. --- diff --git a/Changes b/Changes index 6c82826..c82b715 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ + - Fix MANIFEST inclusion of Role::Basic composition + 1.000_900 - 2012-04-11 - Add composition with tests stolen from Role::Basic diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index 993a293..ab2f05c 100644 --- a/maint/Makefile.PL.include +++ b/maint/Makefile.PL.include @@ -4,4 +4,6 @@ use Distar; author 'mst - Matt S. Trout (cpan:MSTROUT) '; +manifest_include 't/role-basic' => qr/.*\.pm$/; + 1;