projects
/
gitmo/Role-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
23cbbd9
)
I'm an idiot. A complete, drooling idiot.
Matt S Trout [Thu, 12 Apr 2012 21:19:17 +0000 (21:19 +0000)]
Changes
patch
|
blob
|
blame
|
history
maint/Makefile.PL.include
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
6c82826
..
c82b715
100644
(file)
--- 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
(file)
--- a/
maint/Makefile.PL.include
+++ b/
maint/Makefile.PL.include
@@
-4,4
+4,6
@@
use Distar;
author 'mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>';
+manifest_include 't/role-basic' => qr/.*\.pm$/;
+
1;