[Moose-commits] r7214 - Moose/trunk/t/300_immutable
autarch at code2.0beta.co.uk
autarch at code2.0beta.co.uk
Wed Dec 31 16:41:30 GMT 2008
Author: autarch
Date: 2008-12-31 08:41:29 -0800 (Wed, 31 Dec 2008)
New Revision: 7214
Modified:
Moose/trunk/t/300_immutable/013_immutable_roundtrip.t
Log:
Add a comment explaining this test.
Modified: Moose/trunk/t/300_immutable/013_immutable_roundtrip.t
===================================================================
--- Moose/trunk/t/300_immutable/013_immutable_roundtrip.t 2008-12-31 16:40:09 UTC (rev 7213)
+++ Moose/trunk/t/300_immutable/013_immutable_roundtrip.t 2008-12-31 16:41:29 UTC (rev 7214)
@@ -25,6 +25,10 @@
__PACKAGE__->meta->make_immutable;
__PACKAGE__->meta->make_mutable;
+
+ # This actually is testing for a bug in Class::MOP that cause
+ # Moose::Meta::Method::Constructor to spit out a warning when it
+ # shouldn't have done so. The bug was fixed in CMOP 0.75.
::stderr_unlike(
sub { Bar->meta->make_immutable },
qr/Not inlining a constructor/,
More information about the Moose-commits
mailing list