projects
/
gitmo/Role-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7347864
)
t/does-Moo.t moved to 'xt' (RT#80290)
Toby Inkster [Wed, 24 Oct 2012 22:11:19 +0000 (23:11 +0100)]
Changes
patch
|
blob
|
blame
|
history
Makefile.PL
patch
|
blob
|
blame
|
history
xt/does-Moo.t
[moved from
t/does-Moo.t
with 100% similarity]
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
55cc27f
..
1c950b3
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,5
@@
+ - t/does-Moo.t moved to 'xt' (RT#80290)
+
1.002000 - 2012-10-19
- load class in addition to roles when using create_class_from_roles
- fix module name in Makefile.PL (RT#78591)
diff --git
a/Makefile.PL
b/Makefile.PL
index
e5a5818
..
680e5f6
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-28,4
+28,9
@@
WriteMakefile(
},
},
+ META_MERGE => {
+ no_index => {
+ directory => [ 'xt' ]
+ }
+ },
);
diff --git
a/t/does-Moo.t
b/xt/does-Moo.t
similarity index 100%
rename from
t/does-Moo.t
rename to
xt/does-Moo.t