From: Dave Rolsky Date: Tue, 12 May 2009 20:16:29 +0000 (-0500) Subject: Add note about test fixes X-Git-Tag: 0.78~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9fbb4a4dfa6e8fd1c1de4cb63468ba9a203dfae3;p=gitmo%2FMoose.git Add note about test fixes --- diff --git a/Changes b/Changes index 6c2d14d..44a2ddf 100644 --- a/Changes +++ b/Changes @@ -32,6 +32,10 @@ for, noteworthy changes. - Add a role-combination hook, _role_for_combination, for the benefit of MooseX::Role::Parameterized (Sartak) + * Tests + - Some tests were failing on Win32 because they explicit checked + warning output for newlines. Reported by Nickolay Platonov. + 0.77 Sat, May 2, 2009 * Moose::Meta::Role - Add explicit use of Devel::GlobalDestruction and Sub::Name