projects
/
gitmo/MooseX-UndefTolerant.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
02e25b0
)
whitespace
Karen Etheridge [Sun, 11 Mar 2012 18:28:36 +0000 (11:28 -0700)]
t/lib/ConstructorTests.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/ConstructorTests.pm
b/t/lib/ConstructorTests.pm
index
3425d7a
..
691cdc2
100644
(file)
--- a/
t/lib/ConstructorTests.pm
+++ b/
t/lib/ConstructorTests.pm
@@
-70,7
+70,6
@@
sub do_tests
$TODO = 'some immutable cases are not handled yet; see CAVEATS' if Foo->meta->is_immutable;
is(
exception {
-
my $obj = Foo->new(attr1 => undef);
ok(!$obj->has_attr1, 'UT attr1 has no value when assigned undef in constructor');
like(