From: Yuval Kogman Date: Fri, 27 Jun 2008 09:45:32 +0000 (+0000) Subject: comment for new test X-Git-Tag: 0_55~81 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=af45f9d0db3c0d1e317e34a6c625d72e461aa086;p=gitmo%2FMoose.git comment for new test --- diff --git a/t/100_bugs/015_immutable_n_around.t b/t/100_bugs/015_immutable_n_around.t index 95d4202..a5f9987 100644 --- a/t/100_bugs/015_immutable_n_around.t +++ b/t/100_bugs/015_immutable_n_around.t @@ -5,6 +5,8 @@ use warnings; use Test::More 'no_plan'; +# if make_immutable is removed from the following code the tests pass + { package Foo; use Moose;