From: Dave Rolsky Date: Fri, 8 Aug 2008 16:17:51 +0000 (+0000) Subject: Update changes for Moose::Exporter branch X-Git-Tag: 0_55_01~43^2~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3e1e774e3a2742d36db8ede9c0190c9eab691ef8;p=gitmo%2FMoose.git Update changes for Moose::Exporter branch --- diff --git a/Changes b/Changes index 4f93425..6e77eca 100644 --- a/Changes +++ b/Changes @@ -6,14 +6,21 @@ Revision history for Perl extension Moose or builder methods are coerced as required + test (t0m) * Moose + * Moose::Cookbook::Extending::Recipe1 * Moose::Cookbook::Extending::Recipe2 - - Add a _remove_keywords function so if you extend Moose - you don't have to cargo cult Moose's unimport (Sartak) + - Rewrote extending and embedding moose documentation and + recipes to use Moose::Exporter (Dave Rolsky) + + * Moose::Exporter + - This is a new helper module for writing "Moose-alike" + modules. This should make the lives of MooseX module authors + much easier. (Dave Rolsky) * Moose - - Moose now warns when you try to have it export its sugar - functions into the "main" package. Previously it silently did - nothing. (Dave Rolsky) + * Moose::Role + - These two modules now warn when you load them from the main + package "main" package, because we will not export sugar to + main. Previously it just did nothing. (Dave Rolsky) 0.55 Sun August 3, 2008 * Moose::Meta::Attribute