with_immutable needs to test both mutable and immutable conditions
Karen Etheridge [Sun, 23 Sep 2012 19:05:19 +0000 (12:05 -0700)]
t/basic.t

index e5e362c..e809247 100644 (file)
--- a/t/basic.t
+++ b/t/basic.t
@@ -15,7 +15,6 @@ has 'bar' => (
     predicate => 'has_bar'
 );
 
-__PACKAGE__->meta->make_immutable;
 }
 
 package main;