projects
/
gitmo/MooseX-Role-Parameterized.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9857cc1
)
Parameterized traits work in 0.64
Shawn M Moore [Sun, 14 Dec 2008 21:32:09 +0000 (21:32 +0000)]
dist.ini
patch
|
blob
|
blame
|
history
t/016-trait.t
patch
|
blob
|
blame
|
history
diff --git
a/dist.ini
b/dist.ini
index
5356370
..
629daa3
100644
(file)
--- a/
dist.ini
+++ b/
dist.ini
@@
-7,5
+7,5
@@
copyright_holder = Infinity Interactive
[@Classic]
[Prereq]
-Moose = 0.63
+Moose = 0.64
diff --git
a/t/016-trait.t
b/t/016-trait.t
index
a836e6c
..
575b431
100644
(file)
--- a/
t/016-trait.t
+++ b/
t/016-trait.t
@@
-1,8
+1,7
@@
#!/usr/bin/env perl
use strict;
use warnings;
-use Test::More skip_all => "Moose doesn't yet support traits with parameters";
-#use Test::More tests => 2;
+use Test::More tests => 2;
do {
package MyTrait::Label;