projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2e73a65
)
Skip tests for strict constructor on Moose
gfx [Mon, 22 Feb 2010 05:39:44 +0000 (14:39 +0900)]
t/001_mouse/068-strict-constructor.t
patch
|
blob
|
blame
|
history
diff --git
a/t/001_mouse/068-strict-constructor.t
b/t/001_mouse/068-strict-constructor.t
index
801118c
..
d95e07f
100644
(file)
--- a/
t/001_mouse/068-strict-constructor.t
+++ b/
t/001_mouse/068-strict-constructor.t
@@
-2,6
+2,8
@@
use strict;
use warnings;
+use if 'Mouse' eq 'Moose',
+ 'Test::More' => skip_all => 'Moose does nots support strict constructor';
use Test::More;
use Test::Exception;