From: Dave Rolsky Date: Mon, 7 Sep 2009 16:57:46 +0000 (-0500) Subject: Document more changes and deprecations for 0.89_02 X-Git-Tag: 0.89_02~32^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3023f1e4174b7898b8ba6f16a9523e3ffbc8b6ab;p=gitmo%2FMoose.git Document more changes and deprecations for 0.89_02 --- diff --git a/Changes b/Changes index ed9c0c9..6d7f9dd 100644 --- a/Changes +++ b/Changes @@ -5,12 +5,21 @@ for, noteworthy changes. * Moose::Meta::Attribute::Native - Fix Hash, which still had 'empty' instead of 'is_empty'. (hdp) + * Moose::Meta::Attribute::Native::Trait::Array + - Added a number of functions from List::Util and List::MoreUtils, + including reduce, shuffle, uniq, and natatime. (doy) + * Moose::Exporter - This module will now generate an init_meta method for your exporting class if you pass it options for Moose::Util::MetaRole::apply_metaclass_roles or apply_base_class_roles. This eliminates a lot of repetitive boilerplate for typical MooseX modules. (doy). + - Documented the with_meta feature, which is a replacement for + with_caller. This feature was added by josh a while ago. + - The with_caller feature is now deprecated, but will not issue a + warning yet. (Dave Rolsky) + 0.89_01 Wed Sep 2, 2009 * Moose::Meta::Attribute diff --git a/lib/Moose/Manual/Delta.pod b/lib/Moose/Manual/Delta.pod index a2d303d..2eab498 100644 --- a/lib/Moose/Manual/Delta.pod +++ b/lib/Moose/Manual/Delta.pod @@ -16,7 +16,7 @@ feature. If you encounter a problem and have a solution but don't see it documented here, or think we missed an important feature, please send us a patch. -=head1 Version XX +=head1 Version 0.89_02 =over 4 @@ -24,6 +24,11 @@ send us a patch. In particular, we now have C, C, C, and C. +=item The Moose::Exporter with_caller feature is now deprecated + +Use C instead. The C option will start warning in a +future release. + =back =head1 Version 0.89_01