From: Karen Etheridge Date: Sun, 23 Sep 2012 19:05:19 +0000 (-0700) Subject: with_immutable needs to test both mutable and immutable conditions X-Git-Tag: v0.18~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-UndefTolerant.git;a=commitdiff_plain;h=d2392ff6417375a22a07e3784bcf9ac58e67578e with_immutable needs to test both mutable and immutable conditions --- diff --git a/t/basic.t b/t/basic.t index e5e362c..e809247 100644 --- a/t/basic.t +++ b/t/basic.t @@ -15,7 +15,6 @@ has 'bar' => ( predicate => 'has_bar' ); -__PACKAGE__->meta->make_immutable; } package main;