From: Dave Rolsky Date: Sun, 22 Feb 2009 16:24:08 +0000 (+0000) Subject: More changes for next version X-Git-Tag: 0.71_01~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=53d4114440c89db69dd312df34be5ee8efb7c01f;p=gitmo%2FMoose.git More changes for next version --- diff --git a/Changes b/Changes index af46484..72bc4e8 100644 --- a/Changes +++ b/Changes @@ -16,6 +16,10 @@ Revision history for Perl extension Moose This caused an error in the past, but now works as you'd expect. + * Everywhere + - Make sure Moose.pm is loaded before calling + Moose->throw_error. This wasn't normally an issue, but could + bite you in weird cases. 0.71 Thu, February 19, 2009 * Moose::Cookbook::Basics::Recipe11