fix typo - was testing the wrong class here and missing an important test case
Karen Etheridge [Sun, 25 Mar 2012 01:41:30 +0000 (18:41 -0700)]
t/lib/ConstructorTests.pm

index 691cdc2..b36fd0d 100644 (file)
@@ -101,7 +101,7 @@ sub do_tests
 
     note '';
     note 'Testing class with the entire ',
-        (Foo->meta->is_immutable ? 'im' : '') . 'mutable ',
+        (Bar->meta->is_immutable ? 'im' : '') . 'mutable ',
         'class being UndefTolerant';
     {
         my $obj = Bar->new;