projects
/
gitmo/MooseX-UndefTolerant.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cd954cc
)
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
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/ConstructorTests.pm
b/t/lib/ConstructorTests.pm
index
691cdc2
..
b36fd0d
100644
(file)
--- a/
t/lib/ConstructorTests.pm
+++ b/
t/lib/ConstructorTests.pm
@@
-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;