From: Karen Etheridge Date: Sun, 11 Mar 2012 18:28:36 +0000 (-0700) Subject: whitespace X-Git-Tag: 0.13~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-UndefTolerant.git;a=commitdiff_plain;h=3e28584b6902567f8b7981339288771dbcc8bb67;hp=02e25b000b1a4ed8779f538eb35861336ff6b53f whitespace --- diff --git a/t/lib/ConstructorTests.pm b/t/lib/ConstructorTests.pm index 3425d7a..691cdc2 100644 --- 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(