Revert "add stubs for BUILD and DEMOLISH to Moose::Object"
[gitmo/Moose.git] / Changes
1 Also see Moose::Manual::Delta for more details of, and workarounds
2 for, noteworthy changes.
3
4   [NEW FEATURES]
5
6   * Moose::Meta::Attribute::Native::Trait::Code now provides execute_method, in
7     addition to execute, to be able to call a code attribute as a method.
8     (Florian Ragwitz)
9
10   [ENHANCEMENTS]
11
12   * Moose::Object::does no longer checks the entire inheritance tree, since
13     Moose::Meta::Class::does_role already does this. (doy)
14   * Moose::Util::add_method_modifier (and subsequently the sugar functions Moose::before,
15     Moose::after, and Moose::around) can now accept arrayrefs, with the same
16     behavior as lists. Types other than arrayref and regexp result in an error.
17     (Dylan Hardison)
18
19 0.94 Mon, Jan 18, 2010
20
21   [API CHANGES]
22
23   * Please see the changes listed for 0.93_01 and Moose::Manual::Delta.
24
25   [ENHANCEMENTS]
26
27   * Improved support for anonymous roles by changing various APIs to take
28     Moose::Meta::Role objects as well as role names. This included
29
30   - Moose::Meta::Class->does_role
31   - Moose::Meta::Role->does_role
32   - Moose::Util::does_role
33   - Moose::Util::apply_all_roles
34   - Moose::Util::ensure_all_roles
35   - Moose::Util::search_class_by_role
36
37   Requested by Shawn Moore. Addresses RT #51143 (and then some). (Dave Rolsky)
38
39   [BUG FIXES]
40
41   * Fix handling of non-alphanumeric attributes names like '@foo'. This should
42     work as long as the accessor method names are explicitly set to valid Perl
43     method names. Reported by Doug Treder. RT #53731. (Dave Rolsky)
44
45
46 0.93_03 Tue, Jan 5, 2010
47
48   [BUG FIXES]
49
50   * Portability fixes to our XS code so we compile with 5.8.8 with Visual
51     C++. Fixes RT #53391. Reported by Taro Nishino. (rafl)
52
53
54 0.93_02 Tue, Jan 5, 2010
55
56  [BUG FIXES]
57
58   * Depend on Class::MOP 0.97_01 so we can get useful results from CPAN
59     testers. (Dave Rolsky)
60
61
62 0.93_01 Mon, Jan 4, 2010
63
64   [API CHANGES]
65
66   See Moose::Manual::Delta for more details on backwards compatiblity issues.
67
68   * Role attributes are now objects of the Moose::Meta::Role::Attribute
69     class. (Dave Rolsky).
70
71   * There were major changes to how metaroles are applied. We now distinguish
72     between metaroles for classes vs those for roles. See the
73     Moose::Util::MetaRole docs for details. (Dave Rolsky)
74
75   * The old MetaRole API has been deprecated, but will continue to
76     work. However, if you are applying an attribute metaclass role, this may
77     break because of the fact that roles now have an attribute metaclass
78     too. (Dave Rolsky)
79
80   * Moose::Util::MetaRole::apply_metaclass_roles is now called
81     apply_metaroles. The old name is deprecated. Dave Rolsky>
82
83   * The unimport subs created by Moose::Exporter now clean up re-exported
84     functions like blessed and confess, unless the caller imported them from
85     somewhere else too. See Moose::Manua::Delta for backcompat details. (rafl)
86
87   [ENHANCEMENTS AND BUG FIXES]
88
89   * Changed the Str constraint to accept magic lvalue strings like one gets from
90     substr et al, again. (sorear)
91
92   * Sped up the type constraint parsing regex. (Sam Vilain)
93
94   * The Moose::Cookbook::Extending::Recipe2 recipe was broken. Fix suggested by
95     jrey.
96
97   * Added Moose::Util::TypeConstraints exports when using oose.pm to allow
98     easier testing of TypeConstraints from the command line. (perigrin)
99
100   * Added a with_immutable test function to Test::Moose, to run a block of tests
101     with and without certain classes being immutable. (doy)
102
103   * We now use Module::Install extensions explicitly to avoid confusing errors
104     if they're not installed. We use Module::Install::AuthorRequires to stop
105     test extraction and general failures if you don't have the author side
106     dependencies installed.
107
108   * Fixed a grammar error in Moose::Cookbook::Basics::Recipe4. rt.cpan.org
109     #51791. (Amir E. Aharoni)
110
111
112 0.93 Thu, Nov 19, 2009
113     * Moose::Object
114       - Calling $object->new() is no longer deprecated, and no longer
115         warns. (doy)
116
117     * Moose::Meta::Role
118       - The get_attribute_map method is now deprecated. (Dave Rolsky)
119
120     * Moose::Meta::Method::Delegation
121       - Preserve variable aliasing in @_ for delegated methods, so that
122         altering @_ affects the passed value. (doy)
123
124     * Moose::Util::TypeConstraints
125       - Allow array refs for non-anonymous form of enum and duck_type, not
126         just anonymous. The non-arrayref forms may be removed in the
127         future. (doy)
128       - Changed Str constraint to not accept globs (*STDIN or *FOO). (chansen)
129       - Properly document Int being a subtype of Str. (doy)
130
131     * Moose::Exporter
132       - Moose::Exporter using modules can now export their functions to the
133         main package. This applied to Moose and Moose::Role, among
134         others. (nothingmuch)
135
136     * Moose::Meta::Attribute
137       - Don't remove attribute accessors we never installed, during
138         remove_accessors. (doy)
139
140     * Moose::Meta::Attribute::Native::Trait::Array
141       - Don't bypass prototype checking when calling List::Util::first, to
142         avoid a segfault when it is called with a non-code argument. (doy)
143
144     * Moose::Meta::Attribute::Native::Trait::Code
145       - Fix passing arguments to code execute helpers. (doy)
146
147 0.92 Tue, Sep 22, 2009
148     * Moose::Util::TypeConstraints
149       - added the match_on_type operator (Stevan)
150         - added tests and docs for this (Stevan)
151
152     * Moose::Meta::Class
153       - Metaclass compat fixing should already happen recursively, there's no
154         need to explicitly walk up the inheritance tree. (doy)
155
156     * Moose::Meta::Attribute
157       - Add tests for set_raw_value and get_raw_value. (nothingmuch)
158
159 0.91 Thu, Sep 17, 2009
160     * Moose::Object
161       - Don't import any functions, in order to avoid polluting our namespace
162         with things that can look like methods (blessed, try, etc)
163         (nothingmuch)
164
165     * Moose::Meta::Method::Constructor
166       - The generated code needs to called Scalar::Util::blessed by its
167         fully-qualified name or else Perl can interpret the call to blessed as
168         an indirect method call. This broke Search::GIN, which in turn broke
169         KiokuDB. (nothingmuch)
170
171 0.90 Tue, Sep 15, 2009
172     * Moose::Meta::Attribute::Native::Trait::Counter
173     * Moose::Meta::Attribute::Native::Trait::String
174       - For these two traits, an attribute which did not explicitly provide
175         methods to handles magically ended up delegating *all* the helper
176         methods. This has been removed. You must be explicit in your handles
177         declaration for all Native Traits. (Dave Rolsky)
178
179     * Moose::Object
180       - DEMOLISHALL behavior has changed. If any DEMOLISH method dies, we make
181         sure to rethrow its error message. However, we also localize $@ before
182         this so that if all the DEMOLISH methods success, the value of $@ will
183         be preserved. (nothingmuch and Dave Rolsky)
184       - We now also localize $? during object destruction. (nothingmuch and
185         Dave Rolsky)
186       - The handling of DEMOLISH methods was broken for immutablized classes,
187         which were not receiving the value of
188         Devel::GlobalDestruction::in_global_destruction.
189       - These two fixes address some of RT #48271, reported by Zefram.
190       - This is all now documented in Moose::Manual::Construction.
191       - Calling $object->new() is now deprecated. A warning will be
192         issued. (perigrin)
193
194     * Moose::Meta::Role
195       - Added more hooks to customize how roles are applied. The role
196         summation class, used to create composite roles, can now be changed
197         and/or have meta-roles applied to it. (rafl)
198       - The get_method_list method no longer explicitly excludes the "meta"
199         method. This was a hack that has been replaced by better hacks. (Dave
200         Rolsky)
201
202     * Moose::Meta::Method::Delegation
203       - fixed delegated methods to make sure that any modifiers attached to
204         the accessor being delegated on will be called (Stevan)
205         - added tests for this (Stevan)
206
207     * Moose::Meta::Class
208       - Moose no longer warns when a class that is being made immutable has
209         mutable ancestors. While in theory this is a good thing to warn about,
210         we found so many exceptions to this that doing this properly became
211         quite problematic.
212
213 0.89_02 Thu, Sep 10, 2009
214     * Moose::Meta::Attribute::Native
215       - Fix Hash, which still had 'empty' instead of 'is_empty'. (hdp)
216
217     * Moose::Meta::Attribute::Native::Trait::Array
218       - Added a number of functions from List::Util and List::MoreUtils,
219         including reduce, shuffle, uniq, and natatime. (doy)
220
221     * Moose::Exporter
222       - This module will now generate an init_meta method for your exporting
223         class if you pass it options for
224         Moose::Util::MetaRole::apply_metaclass_roles or
225         apply_base_class_roles. This eliminates a lot of repetitive
226         boilerplate for typical MooseX modules. (doy).
227       - Documented the with_meta feature, which is a replacement for
228         with_caller. This feature was added by josh a while ago.
229       - The with_caller feature is now deprecated, but will not issue a
230         warning yet. (Dave Rolsky)
231       - If you try to wrap/export a subroutine which doesn't actually exist,
232         Moose::Exporter will warn you about this. (doy)
233
234     * Moose::Meta::Role::Application::ToRole
235       - When a role aliased a method from another role, it was only getting
236         the new (aliased) name, not the original name. This differed from what
237         happens when a class aliases a role's methods. If you _only_ want the
238         aliased name, make sure to also exclue the original name. (Dave
239         Rolsky)
240
241 0.89_01 Wed Sep 2, 2009
242     * Moose::Meta::Attribute
243       - Added the currying syntax for delegation from AttributeHelpers to the
244         existing delegation API. (hdp)
245
246     * Moose::Meta::Attribute::Native
247       - We have merged the functionality of MooseX::AttributeHelpers into the
248         Moose core with some API tweaks. You can continue to use
249         MooseX::AttributeHelpers, but it will not be maintained except
250         (perhaps) for critical bug fixes in the future. See
251         Moose::Manual::Delta for details. (hdp, jhannah, rbuels, Sartak,
252         perigrin, doy)
253
254     * Moose::Error::Croak
255     * Moose::Error::Confess
256       - Clarify documentation on how to use different error-throwing
257         modules. (Curtis Jewell)
258
259     * Moose
260       - Correct POD for builder to point to Recipe8, not 9. (gphat)
261
262     * Moose::Exporter
263       - When a nonexistent sub name is passed to as_is, with_caller, or
264         with_meta, throw a warning and skip the exporting, rather than
265         installing a broken sub. (doy)
266
267     * Moose::Meta::Class
268       - Moose now warns if you call C<make_immutable> for a class with mutable
269         ancestors. (doy)
270
271 0.89 Thu Aug 13, 2009
272     * Moose::Manual::Attributes
273       - Clarify "is", include discussion of "bare". (Sartak)
274
275     * Moose::Meta::Role::Method::Conflicting
276     * Moose::Meta::Role::Application::ToClass
277       - For the first set of roles involved in a conflict, report all
278         unresolved method conflicts, not just the first method. Fixes #47210
279         reported by Ovid. (Sartak)
280
281     * Moose::Meta::TypeConstraint
282       - Add assert_valid method to use a TypeConstraint for assertion (rjbs)
283
284     * Moose::Exporter
285       - Make "use Moose -metaclass => 'Foo'" do alias resolution, like -traits
286         does. (doy)
287       - Allow specifying role options (alias, excludes, MXRP stuff) in the
288         arrayref passed to "use Moose -traits" (doy)
289
290     * Moose::Util
291       - Add functions meta_class_alias and meta_attribute_alias for creating
292         aliases for class and attribute metaclasses and metatraits. (doy)
293
294     * Moose::Meta::Attribute
295     * Moose::Meta::Method::Accessor
296       - A trigger now receives the old value as a second argument, if the
297         attribute had one. (Dave Rolsky)
298
299     * Moose::Meta::Method::Constructor
300       - Fix a bug with $obj->new when $obj has stringify overloading.
301         Reported by Andrew Suffield [rt.cpan.org #47882] (Sartak)
302         - However, we will probably deprecate $obj->new, so please don't start
303           using it for new code!
304
305     * Moose::Meta::Role::Application
306     * Moose::Meta::Role::Application::RoleSummation
307       - Rename alias and excludes to -alias and -excludes (but keep the old
308         names for now, for backcompat) (doy)
309
310 0.88 Fri Jul 24, 2009
311     * Moose::Manual::Contributing
312       - Re-write the Moose::Manual::Contributing document to reflect
313         the new layout and methods of work for the Git repository. All
314         work now should be done in topic branches and reviewed by a
315         core committer before being applied to master. All releases
316         are done by a cabal member and merged from master to
317         stable. This plan was devised by Yuval, blame him. (perigrin)
318
319     * Moose::Meta::Role
320       - Create metaclass attributes for the different role application
321         classes.  (rafl)
322
323     * Moose::Util::MetaRole
324       - Allow applying roles to a meta role's role application
325         classes. (rafl)
326
327     * Moose::Meta::Attribute
328       - Add weak_ref to allowed options for "has '+foo'" (mst)
329
330     * Moose::Meta::Method::Accessor
331       - No longer uses inline_slot_access in accessors, to support
332         non-lvalue-based meta instances. (sorear)
333
334 0.87 Tue Jul 7, 2009
335     * Moose::Meta::Method::Delegation
336       - Once again allow class names as well as objects for
337         delegation. This was changed in 0.86.
338
339 0.86 Fri Jul 3, 2009
340     * Moose::Meta::Class::Immutable::Trait
341       - Fixes to work with the latest Class::MOP.
342
343     * Moose::Meta::Method::Delegation
344       - Delegation now dies with a more useful error message if the
345         attribute's accessor returns something defined but
346         unblessed. (hdp)
347
348 0.85 Fri, Jun 26, 2009
349     * Moose::Meta::Attribute
350       - The warning for 'no associated methods' is now split out into
351         the _check_associated_methods method, so that extensions can
352         safely call 'after install_accessors => ...'. This fixes a
353         warning from MooseX::AttributeHelpers. (hdp)
354
355 0.84 Fri, Jun 26, 2009
356     * Moose::Role
357       - has now sets definition_context for attributes defined in
358         roles. (doy)
359
360     * Moose::Meta::Attribute
361       - When adding an attribute to a metaclass, if the attribute has
362         no associated methods, it will give a deprecation
363         warning. (hdp)
364       - Methods generated by delegation were not being added to
365         associated_methods. (hdp)
366       - Attribute accessors (reader, writer, accessor, predicate,
367         clearer) now warn if they overwrite an existing method. (doy)
368       - Attribute constructors now warn very noisily about unknown (or
369         misspelled) arguments
370
371     * Moose::Util::TypeConstraints
372       - Deprecated the totally useless Role type name, which just
373         checked if $object->can('does'). Note that this is _not_ the
374         same as a type created by calling role_type('RoleName').
375
376     * Moose::Util::TypeConstraints
377     * Moose::Meta::TypeConstraint::DuckType
378       - Reify duck type from a regular subtype into an actual class
379         (Sartak)
380         - Document this because Sartak did all my work for me
381           (perigrin)
382
383     * Moose::Meta::Attribute
384       - Allow Moose::Meta::TypeConstraint::DuckType in handles, since
385         it is just a list of methods (Sartak)
386
387     * Moose::Meta::Role
388       - The get_*_method_modifiers methods would die if the role had
389         no modifiers of the given type (Robert Buels).
390
391 0.83 Tue, Jun 23, 2009
392     * Moose::Meta::Class
393       - Fix _construct_instance not setting the special __MOP__ object
394         key in instances of anon classes. (doy)
395
396 0.82 Sun, Jun 21, 2009
397     * Moose::Manual::Types
398       - Mention MooseX::Types early to avoid users falling down the
399         string parsing rathole (mst)
400
401     * Moose::Manual::MooseX
402       - Add warnings about class-level extensions and mention considering
403         using plain objects instead
404
405 0.81 Sun, Jun 7, 2009
406     * Bumped our Class::MOP prereq to the latest version (0.85), since
407       that's what we need.
408
409 0.80 Sat, Jun 6, 2009
410     * Moose::Manual::FAQ
411       - Add FAQ about the coercion change from 0.76 because it came up
412         three times today (perigrin)
413         - Win doy $10 dollars because Sartak didn't think anybody
414           would document this fast enough (perigrin)
415
416     * Moose::Meta::Method::Destructor
417       - Inline a DESTROY method even if there are no DEMOLISH methods
418         to prevent unnecessary introspection in
419         Moose::Object::DEMOLISHALL
420
421     * Moose::*
422       - A role's required methods are now represented by
423         Moose::Meta::Role::Method::Required objects. Conflicts are now
424         represented by Moose::Meta::Role::Method::Conflicting
425         objects. The benefit for end-users in that unresolved
426         conflicts generate different, more instructive, errors,
427         resolving Ovid's #44895. (Sartak)
428
429     * Moose::Role
430       - Improve the error message of "extends" as suggested by Adam
431         Kennedy and confound (Sartak)
432       - Link to Moose::Manual::Roles from Moose::Role as we now have
433         excellent documentation (Adam Kennedy)
434
435     * Tests
436       - Update test suite for subname change in Class::MOP
437         (nothingmuch)
438       - Add TODO test for infinite recursion in Moose::Meta::Class
439         (groditi)
440
441 0.79 Wed, May 13, 2009
442     * Tests
443       - More fixes for Win32 problems. Reported by Robert Krimen.
444
445     * Moose::Object
446       - The DEMOLISHALL method could still blow up in some cases
447         during global destruction. This method has been made more
448         resilient in the face of global destruction's random garbage
449         collection order.
450
451     * Moose::Exporter
452       - If you "also" a module that isn't loaded, the error message
453         now acknowledges that (Sartak)
454
455     * Moose
456       - When your ->meta method does not return a Moose::Meta::Class,
457         the error message gave the wrong output (Sartak)
458
459 0.78 Tue, May 12, 2009
460     * Moose::Cookbook::FAQ and Moose::Cookbook::WTF
461       - Merged these documents into what is now Moose::Manual::FAQ
462
463     * Moose::Unsweetened
464       - Moved to Moose::Manual::Unsweetened
465
466     * Moose::Cookbook::Basics::Recipes 9-12
467       - Renamed to be 8-11, since recipe 8 did not exist
468
469     * Moose::Exporter
470       - Make Moose::Exporter import strict and warnings into packages
471         that use it (doy)
472
473     * Moose::Object
474       - Fix DEMOLISHALL sometimes not being able to find DEMOLISH
475         methods during global destruction (doy)
476
477     * Moose::Meta::Class
478     * Moose::Meta::Role::Application::ToClass
479       - Track the Role::Application objects created during class-role
480         consumption (Sartak)
481
482     * Moose::Meta::Class
483       - Fix metaclass incompatibility errors when extending a vanilla perl
484         class which isa Moose class with a metaclass role applied (t0m)
485
486     * Moose::Meta::Role
487       - Add a role-combination hook, _role_for_combination, for the
488         benefit of MooseX::Role::Parameterized (Sartak)
489
490     * Tests
491       - Some tests were failing on Win32 because they explicit checked
492         warning output for newlines. Reported by Nickolay Platonov.
493
494 0.77 Sat, May 2, 2009
495     * Moose::Meta::Role
496       - Add explicit use of Devel::GlobalDestruction and Sub::Name
497         (perigrin)
498
499     * Moose::Object
500       - Pass a boolean to DEMOLISHALL and DEMOLISH indicating whether
501         or not we are currently in global destruction (doy)
502       - Add explicit use of Devel::GlobalDestruction and Sub::Name
503         (perigrin)
504
505     * Moose::Cookbook::FAQ
506       - Reworked much of the existing content to be more useful to
507         modern Moose hackers (Sartak)
508
509     * Makefile.PL
510       - Depend on Class::MOP 0.83 instead of 0.82_01.
511
512 0.76 Mon, April 27, 2009
513     * Moose::Meta::TypeConstraint
514       - Do not run coercions in coerce() if the value already passes the type
515         constraint (hdp)
516
517     * Moose::Meta::TypeConstraint::Class
518       - In validation error messages, specifically say that the value is not
519         an instance of the class. This should alleviate some frustrating
520         forgot-to-load-my-type bugs. rt.cpan.org #44639 (Sartak)
521
522     * Moose::Meta::Role::Application::ToClass
523       - Revert the class-overrides-role warning in favor of a solution outside
524         of the Moose core (Sartak)
525
526     * Tests
527       - Make Test::Output optional again, since it's only used in a few files
528         (Sartak)
529
530 0.75_01 Thu, April 23, 2009
531     * Moose::Meta::Role::Application::ToClass
532       - Moose now warns about each class overriding methods from roles it
533         consumes (Sartak)
534
535     * Tests
536       - Warnings tests have standardized on Test::Output which is now an
537         unconditionally dependency (Sartak)
538
539     * Moose::Meta::Class
540       - Changes to immutabilization to work with Class::MOP 0.82_01+.
541
542 0.75 Mon, April 20, 2009
543     * Moose
544     * Moose::Meta::Class
545       - Move validation of not inheriting from roles from Moose::extends to
546         Moose::Meta::Class::superclasses (doy)
547
548     * Moose::Util
549       - add ensure_all_roles() function to encapsulate the common "apply this
550         role unless the object already does it" pattern (hdp)
551
552     * Moose::Exporter
553       - Users can now select a different metaclass with the "-metaclass"
554         option to import, for classes and roles (Sartak)
555
556     * Moose::Meta::Role
557       - Make method_metaclass an attr so that it can accept a metarole
558         application.  (jdv)
559
560 0.74 Tue, April 7, 2009
561     * Moose::Meta::Role
562     * Moose::Meta::Method::Destructor
563       - Include stack traces in the deprecation warnings.
564         (Florian Ragwitz)
565
566     * Moose::Meta::Class
567       - Removed the long-deprecated _apply_all_roles method.
568
569     * Moose::Meta::TypeConstraint
570       - Removed the long-deprecated union method.
571
572
573 0.73_02 Mon, April 6, 2009
574     * More deprecations and renamings
575       - Moose::Meta::Method::Constructor
576         - initialize_body => _initialize_body (this is always called
577           when an object is constructed)
578
579     * Moose::Object
580       - The DEMOLISHALL method could throw an exception during global
581         destruction, meaning that your class's DEMOLISH methods would
582         not be properly called. Reported by t0m.
583
584     * Moose::Meta::Method::Destructor
585       - Destructor inlining was totally broken by the change to the
586         is_needed method in 0.72_01. Now there is a test for this
587         feature, and it works again.
588
589     * Moose::Util
590       - Bold the word 'not' in the POD for find_meta (t0m)
591
592 0.73_01 Sun, April 5, 2009
593     * Moose::*
594       - Call user_class->meta in fewer places, with the eventual goal
595         of allowing the user to rename or exclude ->meta
596         altogether. Instead uses Class::MOP::class_of. (Sartak)
597
598     * Moose::Meta::Method::Accessor
599       - If an attribute had a lazy default, and that value did not
600         pass the attribute's type constraint, it did not get the
601         message from the type constraint, instead using a generic
602         message. Test provided by perigrin.
603
604     * Moose::Util::TypeConstraints
605       - Add duck_type keyword. It's sugar over making sure an object
606         can() a list of methods. This is easier than jrockway's
607         suggestion to fork all of CPAN. (perigrin)
608         - add tests and documentation (perigrin)
609
610     * Moose
611       - Document the fact that init_meta() returns the target class's
612         metaclass object. (hdp)
613
614     * Moose::Cookbook::Extending::Recipe1
615     * Moose::Cookbook::Extending::Recipe2
616     * Moose::Cookbook::Extending::Recipe3
617     * Moose::Cookbook::Extending::Recipe4
618       - Make init_meta() examples explicitly return the metaclass and
619         point out this fact. (hdp)
620
621     * Moose::Cookbook::Basics::Recipe12
622       - A new recipe, creating a custom meta-method class.
623
624     * Moose::Cookbook::Meta::Recipe6
625       - A new recipe, creating a custom meta-method class.
626
627     * Moose::Meta::Class
628     * Moose::Meta::Method::Constructor
629       - Attribute triggers no longer receive the meta-attribute object
630         as an argument in any circumstance. Previously, triggers
631         called during instance construction were passed the
632         meta-attribute, but triggers called by normal accessors were
633         not. Fixes RT#44429, reported by Mark Swayne. (hdp)
634
635     * Moose::Manual::Attributes
636       - Remove references to triggers receving the meta-attribute object as an
637         argument. (hdp)
638
639     * Moose::Cookbook::FAQ
640       - Remove recommendation for deprecated Moose::Policy and
641         Moose::Policy::FollowPBP; recommend MooseX::FollowPBP
642         instead. (hdp)
643
644     * Many methods have been renamed with a leading underscore, and a
645       few have been deprecated entirely. The methods with a leading
646       underscore are consider "internals only". People writing
647       subclasses or extensions to Moose should feel free to override
648       them, but they are not for "public" use.
649
650       - Moose::Meta::Class
651         - check_metaclass_compatibility => _check_metaclass_compatibility
652
653       - Moose::Meta::Method::Accessor
654         - initialize_body => _initialize_body (this is always called
655           when an object is constructed)
656         - /(generate_.*_method(?:_inline)?)/ => '_' . $1
657
658       - Moose::Meta::Method::Constructor
659         - initialize_body => _initialize_body (this is always called
660           when an object is constructed)
661         - /(generate_constructor_method(?:_inline)?)/ => '_' . $1
662         - attributes => _attributes (now inherited from parent)
663         - meta_instance => _meta_instance (now inherited from parent)
664
665       - Moose::Meta::Role
666         - alias_method is deprecated. Use add_method
667
668 0.73 Fri, March 29, 2009
669     * No changes from 0.72_01.
670
671 0.72_01 Thu, March 26, 2009
672     * Everything
673       - Almost every module has complete API documentation. A few
674         methods (and even whole classes) have been intentionally
675         excluded pending some rethinking of their APIs.
676
677     * Moose::Util::TypeConstraints
678       - Calling subtype with a name as the only argument is now an
679         exception. If you want an anonymous subtype do:
680
681          my $subtype = subtype as 'Foo';
682
683     * Moose::Cookbook::Meta::Recipe7
684       - A new recipe, creating a custom meta-instance class.
685
686     * Moose::Cookbook::Basics::Recipe5
687       - Fix various typos and mistakes. Includes a patch from Radu
688         Greab.
689
690     * Moose::Cookbook::Basics::Recipe9
691       - Link to this recipe from Moose.pm's builder blurb
692
693     * Moose::Exporter
694       - When wrapping a function with a prototype, Moose::Exporter now
695         makes sure the wrapped function still has the same
696         prototype. (Daisuke Maki)
697
698     * Moose::Meta::Attribute
699       - Allow a subclass to set lazy_build for an inherited
700         attribute. (hdp)
701
702     * Makefile.PL
703       - Explicitly depend on Data::OptList. We already had this dependency
704         via Sub::Exporter, but since we're using it directly we're
705         better off with it listed. (Sartak)
706
707     * Moose::Meta::Method::Constructor
708       - Make it easier to subclass the inlining behaviour. (Ash
709         Berlin)
710
711     * Moose::Manual::Delta
712       - Details significant changes in the history of Moose, along
713         with recommended workarounds.
714
715     * Moose::Manual::Contributing
716       - Contributor's guide to Moose.
717
718     * Moose::Meta::Method::Constructor
719       - The long-deprecated intialize_body method has been removed
720         (yes, spelled like that).
721
722     * Moose::Meta::Method::Destructor
723       - This is_needed method is now always a class method.
724
725     * Moose::Meta::Class
726       - Changes to the internals of how make_immutable works to match
727         changes in latest Class::MOP.
728
729 0.72 Mon, February 23, 2009
730     * Moose::Object
731     * Moose::Meta::Method::Constructor
732       - A mutable class accepted Foo->new(undef) without complaint,
733         while an immutable class would blow up with an unhelpful
734         error. Now, in both cases we throw a helpful error
735         instead. Reported by doy.
736
737 0.71_01 Sun, February 22, 2009
738     * Moose::Cookbook
739       - Hopefully fixed some POD errors in a few recipes that caused
740         them to display weird on search.cpan.org.
741
742     * Moose::Util::TypeConstraints
743       - Calling type or subtype without the sugar helpers (as, where,
744         message) is now deprecated.
745       - The subtype function tried hard to guess what you meant, but
746         often got it wrong. For example:
747
748          my $subtype = subtype as 'ArrayRef[Object]';
749
750         This caused an error in the past, but now works as you'd
751         expect.
752
753     * Everywhere
754       - Make sure Moose.pm is loaded before calling
755         Moose->throw_error. This wasn't normally an issue, but could
756         bite you in weird cases.
757
758 0.71 Thu, February 19, 2009
759     * Moose::Cookbook::Basics::Recipe11
760       - A new recipe which demonstrates the use of BUILDARGS and
761         BUILD. (Dave Rolsky)
762
763     * Moose::Cookbook::Roles::Recipe3
764       - A new recipe, applying a role to an object instance. (Dave
765         Rolsky)
766
767     * Moose::Exporter
768       - Allow overriding specific keywords from "also" packages. (doy)
769
770     * Tests
771       - Replace hardcoded cookbook tests with Test::Inline to ensure
772         the tests match the actual code in the recipes. (Dave Rolsky)
773
774     * Moose::Cookbook
775       - Working on the above turned up a number of little bugs in the
776         recipe code. (Dave Rolsky)
777
778     * Moose::Util::TypeConstraints::Optimized
779       - Just use Class::MOP for the optimized ClassName check. (Dave
780         Rolsky)
781
782 0.70 Sat, February 14, 2009
783     * Moose::Util::TypeConstraints
784       - Added the RoleName type (stevan)
785         - added tests for this (stevan)
786
787     * Moose::Cookbook::Basics::Recipe3
788       - Updated the before qw[left right] sub to be a little more
789         defensive about what it accepts (stevan)
790         - added more tests to t/000_recipies/basics/003_binary_tree.t
791           (stevan)
792
793     * Moose::Object
794       - We now always call DEMOLISHALL, even if a class does not
795         define DEMOLISH. This makes sure that method modifiers on
796         DEMOLISHALL work as expected. (doy)
797         - added tests for this (EvanCarroll)
798
799     * Moose::Util::MetaRole
800       - Accept roles for the wrapped_method_metaclass (rafl)
801         - added tests for this (rafl)
802
803     * Moose::Meta::Attribute
804       - We no longer pass the meta-attribute object as a final
805         argument to triggers. This actually changed for inlined code a
806         while back, but the non-inlined version and the docs were
807         still out of date.
808
809     * Tests
810       - Some tests tried to use Test::Warn 0.10, which had bugs. Now
811         they require 0.11. (Dave Rolsky)
812
813     * Documentation
814       - Lots of small changes to the manual, cookbook, and
815         elsewhere. These were based on feedback from various
816         users, too many to list here. (Dave Rolsky)
817
818 0.69 Thu, February 12, 2009
819     * Moose
820       - Make some keyword errors use throw_error instead of croak
821         since Moose::Exporter wraps keywords now (Sartak)
822
823     * Moose::Cookbook::*
824       - Revised every recipe for style and clarity. Also moved some
825         documentation out of cookbook recipes and into Moose::Manual
826         pages. This work was funded as part of the Moose docs grant
827         from TPF. (Dave Rolsky)
828
829     * Moose::Meta::Method::Delegation
830       - If the attribute doing the delegation was not populated, the
831         error message did not specify the attribute name
832         properly. (doy)
833
834 0.68 Wed, February 4, 2009
835     * POD
836       - Many spelling, typo, and formatting fixes by daxim.
837
838     * Moose::Manual::Attributes
839       - The NAME section in the POD used "Attribute" so search.cpan
840         didn't resolve links from other documents properly.
841
842     * Moose::Meta::Method::Overriden
843       - Now properly spelled as Overridden. Thanks to daxim for
844         noticing this.
845
846 0.67 Tue, February 3, 2009
847     * Moose::Manual::*
848       - Lots of little typo fixes and a few clarifications. Several
849         pages didn't have proper titles, and so weren't actually
850         visible on search.cpan.org. Thanks to hanekomu for a variety
851         of fixes and formatting improvements.
852
853 0.66 Tue, February 3, 2009
854     * Moose::Manual
855       - This is a brand new, extensive manual for Moose. This aims to
856         provide a complete introduction to all of Moose's
857         features. This work was funded as part of the Moose docs grant
858         from TPF. (Dave Rolsky)
859
860     * Moose::Meta::Attribute
861       - Added a delegation_metaclass method to replace a hard-coded
862         use of Moose::Meta::Method::Delegation. (Dave Rolsky)
863
864     * Moose::Util::TypeConstraints
865       - If you created a subtype and passed a parent that Moose didn't
866         know about, it simply ignored the parent. Now it automatically
867         creates the parent as a class type. This may not be what you
868         want, but is less broken than before. (Dave Rolsky)
869
870     * Moose::Util::TypeConstraints
871       - This module tried throw errors by calling Moose->throw_error,
872         but it did not ensure that Moose was loaded first. This could
873         cause very unhelpful errors when it tried to throw an error
874         before Moose was loaded. (Dave Rolsky)
875
876     * Moose::Util::TypeConstraints
877       - You could declare a name with subtype such as "Foo!Bar" that
878         would be allowed, but if you used it in a parameterized type
879         such as "ArrayRef[Foo!Bar]" it wouldn't work. We now do some
880         vetting on names created via the sugar functions, so that they
881         can only contain alphanumerics, ":", and ".". (Dave Rolsky)
882
883 0.65 Thu, January 22, 2008
884     * Moose and Moose::Meta::Method::Overridden
885       - If an overridden method called super(), and then the
886         superclass's method (not overridden) _also_ called super(),
887         Moose went into an endless recursion loop. Test provided by
888         Chris Prather. (Dave Rolsky)
889
890     * Moose::Meta::TypeConstraint
891       - All methods are now documented. (gphat)
892
893     * t/100_bugs/011_DEMOLISH_eats_exceptions.t
894       - Fixed some bogus failures that occurred because we tried to
895         validate filesystem paths in a very ad-hoc and
896         not-quite-correct way. (Dave Rolsky)
897
898     * Moose::Util::TypeConstraints
899       - Added maybe_type to exports. See docs for details. (rjbs)
900
901     * Moose
902       - Added Moose::Util::TypeConstraints to the SEE ALSO
903         section. (pjf)
904
905     * Moose::Role
906       - Methods created via an attribute can now fulfill a "requires"
907         declaration for a role. (nothingmuch)
908
909     * Moose::Meta::Method::*
910       - Stack traces from inlined code will now report its line and
911         file as being in your class, as opposed to in Moose
912         guts. (nothingmuch).
913
914 0.64 Wed, December 31, 2008
915     * Moose::Meta::Method::Accessor
916       - Always inline predicate and clearer methods (Sartak)
917
918     * Moose::Meta::Attribute
919       - Support for parameterized traits (Sartak)
920       - verify_against_type_constraint method to avoid duplication
921         and enhance extensibility (Sartak)
922
923     * Moose::Meta::Class
924       - Tests (but no support yet) for parameterized traits (Sartak)
925
926     * Moose
927       - Require Class::MOP 0.75+, which has the side effect of making
928         sure we work on Win32. (Dave Rolsky)
929
930 0.63 Mon, December 8, 2008
931     * Moose::Unsweetened
932       - Some small grammar tweaks and bug fixes in non-Moose example
933         code. (Dave Rolsky)
934
935 0.62_02 Fri, December 5, 2008
936     * Moose::Meta::Role::Application::ToClass
937       - When a class does not provide all of a role's required
938         methods, the error thrown now mentions all of the missing
939         methods, as opposed to just the first one found. Requested by
940         Curtis Poe (RT #41119). (Dave Rolsky)
941
942     * Moose::Meta::Method::Constructor
943       - Moose will no longer inline a constructor for your class
944         unless it inherits its constructor from Moose::Object, and
945         will warn when it doesn't inline. If you want to force
946         inlining anyway, pass "replace_constructor => 1" to
947         make_immutable. Addresses RT #40968, reported by Jon
948         Swartz. (Dave Rolsky)
949       - The quoting of default values could be broken if the default
950         contained a single quote ('). Now we use quotemeta to escape
951         anything potentially dangerous in the defaults. (Dave Rolsky)
952
953 0.62_01 Wed, December 3, 2008
954     * Moose::Object
955       - use the method->execute API for BUILDALL
956         and DEMOLISHALL (Sartak)
957
958     * Moose::Util::TypeConstraints
959       - We now make all the type constraint meta classes immutable
960         before creating the default types provided by Moose. This
961         should make loading Moose a little faster. (Dave Rolsky)
962
963 0.62 Wed November 26, 2008
964     * Moose::Meta::Role::Application::ToClass
965       Moose::Meta::Role::Application::ToRole
966       - fixed issues where excluding and aliasing the
967         same methods for a single role did not work
968         right (worked just fine with multiple
969         roles) (stevan)
970         - added test for this (stevan)
971
972     * Moose::Meta::Role::Application::RoleSummation
973       - fixed the error message when trying to compose
974         a role with a role it excludes (Sartak)
975
976     * Moose::Exporter
977       - Catch another case where recursion caused the value
978         of $CALLER to be stamped on (t0m)
979         - added test for this (t0m)
980
981     * Moose
982       - Remove the make_immutable keyword, which has been
983         deprecated since April. It breaks metaclasses that
984         use Moose without no Moose (Sartak)
985
986     * Moose::Meta::Attribute
987       - Removing an attribute from a class now also removes delegation
988         (handles) methods installed for that attribute (t0m)
989         - added test for this (t0m)
990
991     * Moose::Meta::Method::Constructor
992       - An attribute with a default that looked like a number (but was
993         really a string) would accidentally be treated as a number
994         when the constructor was made immutable (perigrin)
995         - added test for this (perigrin)
996
997     * Moose::Meta::Role
998       - create method for constructing a role
999         dynamically (Sartak)
1000         - added test for this (Sartak)
1001       - anonymous roles! (Sartak)
1002         - added test for this (Sartak)
1003
1004     * Moose::Role
1005       - more consistent error messages (Sartak)
1006
1007     * Moose::Cookbook::Roles::Recipe1
1008       - attempt to explain why a role that just requires
1009         methods is useful (Sartak)
1010
1011 0.61 Fri November 7, 2008
1012     * Moose::Meta::Attribute
1013       - When passing a role to handles, it will be loaded if necessary
1014         (perigrin)
1015
1016     * Moose::Meta::Class
1017       - Method objects returned by get_method (and other methods)
1018         Could end up being returned without an associated_metaclass
1019         attribute. Removing get_method_map, which is provided by
1020         Class::MOP::Class, fixed this. The Moose version did nothing
1021         different from its parent except introduce a bug. (Dave Rolsky)
1022         - added tests for this (jdv79)
1023
1024     * Various
1025       - Added a $VERSION to all .pm files which didn't have one. Fixes
1026         RT #40049, reported by Adam Kennedy. (Dave Rolsky)
1027
1028     * Moose::Cookbook::Basics::Recipe4
1029     * Moose::Cookbook::Basics::Recipe6
1030       - These files had spaces on the first line of the SYNOPSIS, as
1031         opposed to a totally empty line. According to RT #40432, this
1032         confuses POD parsers. (Dave Rolsky)
1033
1034 0.60 Fri October 24, 2008
1035     * Moose::Exporter
1036       - Passing "-traits" when loading Moose caused the Moose.pm
1037         exports to be broken. Reported by t0m. (Dave Rolsky)
1038         - Tests for this bug. (t0m)
1039
1040     * Moose::Util
1041       - Change resolve_metaclass alias to use the new
1042         load_first_existing_class function. This makes it a lot
1043         simpler, and also around 5 times faster. (t0m)
1044       - Add caching to resolve_metaclass_alias, which gives an order
1045         of magnitude speedup to things which repeatedly call the
1046         Moose::Meta::Attribute->does method, notably MooseX::Storage
1047         (t0m)
1048
1049     * Moose::Util::TypeConstraint
1050       - Put back the changes for parameterized constraints that
1051         shouldn't have been removed in 0.59. We still cannot parse
1052         them, but MooseX modules can create them in some other
1053         way. See the 0.58 changes for more details. (jnapiorkowski)
1054       - Changed the way subtypes are created so that the job is
1055         delegated to a type constraint parent. This clears up some
1056         hardcoded checking and should allow correct subtypes of
1057         Moose::Meta::Type::Constraint. Don't rely on this new API too
1058         much (create_child_type) because it may go away in the
1059         future. (jnapiorkowski)
1060
1061     * Moose::Meta::TypeConstraint::Union
1062       - Type constraint names are sorted as strings, not numbers.
1063         (jnapiorkowski)
1064
1065     * Moose::Meta::TypeConstraint::Parameterizable
1066       - New parameterize method. This can be used as a factory method
1067         to make a new type constraint with a given parameterized
1068         type. (jnapiorkowski)
1069         - added tests (jnapiorkowski)
1070
1071 0.59 Tue October 14, 2008
1072     * Moose
1073       - Add abridged documentation for builder/default/initializer/
1074         predicate, and link to more details sections in
1075         Class::MOP::Attribute. (t0m)
1076
1077     * Moose::Util::TypeConstraints
1078       - removed prototypes from all but the &-based stuff (mst)
1079
1080     * Moose::Util::TypeConstraints
1081       - Creating a anonymous subtype with both a constraint and a
1082         message failed with a very unhelpful error, but should just
1083         work. Reported by t0m. (Dave Rolsky)
1084
1085     * Tests
1086       - Some tests that used Test::Warn if it was available failed
1087         with older versions of Test::Warn. Reported by Fayland. (Dave
1088         Rolsky)
1089       - Test firing behavior of triggers in relation to builder/default/
1090         lazy_build. (t0m)
1091       - Test behavior of equals/is_a_type_of/is_a_subtype_of for all
1092         kinds of supported type. (t0m)
1093
1094     * Moose::Meta::Class
1095       - In create(), do not pass "roles" option to the superclass
1096         - added related test that creates an anon metaclass with
1097           a required attribute
1098
1099     * Moose::Meta::TypeConstraint::Class
1100     * Moose::Meta::TypeConstraint::Role
1101       - Unify behavior of equals/is_a_type_of/is_a_subtype_of with
1102         other types (as per change in 0.55_02). (t0m)
1103
1104     * Moose::Meta::TypeConstraint::Registry
1105       - Fix warning when dealing with unknown type names (t0m)
1106
1107     * Moose::Util::TypeConstraints
1108       - Reverted changes from 0.58 related to handle parameterized
1109         types. This caused random failures on BSD and Win32 systems,
1110         apparently related to the regex engine. This means that Moose
1111         can no longer parse structured type constraints like
1112         ArrayRef[Int,Int] or HashRef[name=>Str]. This will be
1113         supported in a slightly different way via MooseX::Types some
1114         time in the future. (Dave Rolsky)
1115
1116 0.58 Sat September 20, 2008
1117     !! This release has an incompatible change regarding !!
1118     !! how roles add methods to a class !!
1119
1120     * Roles and role application
1121       ! Roles now add methods by calling add_method, not
1122         alias_method. They make sure to always provide a method
1123         object, which will be cloned internally. This means that it is
1124         now possible to track the source of a method provided by a
1125         role, and even follow its history through intermediate roles.
1126
1127         This means that methods added by a role now show up when
1128         looking at a class's method list/map. (Dave Rolsky)
1129
1130     * Makefile.PL
1131       - From this release on, we'll try to maintain a list of
1132         conflicting modules, and warn you if you have one
1133         installed. For example, this release conflicts with ...
1134         - MooseX::Singleton        <= 0.11
1135         - MooseX::Params::Validate <= 0.05
1136         - Fey::ORM                 <= 0.10
1137
1138         In general, we try to not break backwards compatibility for
1139         most Moose users, but MooseX modules and other code which
1140         extends Moose's metaclasses is often affected by very small
1141         changes in the Moose internals.
1142
1143     * Moose::Meta::Method::Delegation
1144     * Moose::Meta::Attribute
1145       - Delegation methods now have their own method class. (Dave
1146         Rolsky)
1147
1148     * Moose::Meta::TypeConstraint::Parameterizable
1149       - Added a new method 'parameterize' which is basically a factory
1150         for the containing constraint. This makes it easier to create
1151         new types of parameterized constraints. (jnapiorkowski)
1152
1153     * Moose::Meta::TypeConstraint::Union
1154       - Changed the way Union types canonicalize their names to follow
1155         the normalized TC naming rules, which means we strip all
1156         whitespace. (jnapiorkowski)
1157
1158     * Moose::Util::TypeConstraints
1159       - Parameter and Union args are now sorted, this makes Int|Str
1160         the same constraint as Str|Int. (jnapiorkowski)
1161       - Changes to the way Union types are parsed to more correctly
1162         stringify their names. (jnapiorkowski)
1163       - When creating a parameterized type, we now use the new
1164         parameterize method. (jnapiorkowski)
1165       - Incoming type constraint strings are now normalized to remove
1166         all whitespace differences. (jnapiorkowski)
1167       - Changed the way we parse type constraint strings so that we now
1168         match TC[Int,Int,...] and TC[name=>Str] as parameterized type
1169         constraints. This lays the foundation for more flexible type
1170         constraint implementations.
1171
1172     * Tests and docs for all the above. (jnapiorkowski)
1173
1174     * Moose::Exporter
1175     * Moose
1176       - Moose::Exporter will no longer remove a subroutine that the
1177         exporting package re-exports. Moose re-exports the
1178         Carp::confess function, among others. The reasoning is that we
1179         cannot know whether you have also explicitly imported those
1180         functions for your own use, so we err on the safe side and
1181         always keep them. (Dave Rolsky)
1182         - added tests for this (rafl)
1183
1184     * Moose::Meta::Class
1185       - Changes to how we fix metaclass compatibility that are much
1186         too complicated to go into. The summary is that Moose is much
1187         less likely to complain about metaclass incompatibility
1188         now. In particular, if two metaclasses differ because
1189         Moose::Util::MetaRole was used on the two corresponding
1190         classes, then the difference in roles is reconciled for the
1191         subclass's metaclass. (Dave Rolsky)
1192       - Squashed an warning in _process_attribute (thepler)
1193
1194     * Moose::Meta::Role
1195       - throw exceptions (sooner) for invalid attribute names (thepler)
1196         - added tests for this (thepler)
1197
1198     * Moose::Util::MetaRole
1199       - If you explicitly set a constructor or destructor class for a
1200         metaclass object, and then applied roles to the metaclass,
1201         that explicitly set class would be lost and replaced with the
1202         default.
1203
1204     * Moose::Meta::Class
1205     * Moose::Meta::Attribute
1206     * Moose::Meta::Method
1207     * Moose
1208     * Moose::Object
1209     * Moose::Error::Default
1210     * Moose::Error::Croak
1211     * Moose::Error::Confess
1212       - All instances of confess() changed to use overridable
1213         C<throw_error> method. This method ultimately calls a class
1214         constructor, and you can change the class being called. In
1215         addition, errors now pass more information than just a string.
1216         The default C<error_class> behaves like C<Carp::confess>, so
1217         the behavior is not visibly different for end users.
1218
1219 0.57 Wed September 3, 2008
1220     * Moose::Intro
1221       - A new bit of doc intended to introduce folks familiar with
1222         "standard" Perl 5 OO to Moose concepts. (Dave Rolsky)
1223
1224     * Moose::Unsweetened
1225       - Shows examples of two classes, each done first with and then
1226         without Moose. This makes a nice parallel to
1227         Moose::Intro. (Dave Rolsky)
1228
1229     * Moose::Util::TypeConstraints
1230       - Fixed a bug in find_or_parse_type_constraint so that it
1231         accepts a Moose::Meta::TypeConstraint object as the parent
1232         type, not just a name (jnapiorkowski)
1233         - added tests (jnapiorkowski)
1234
1235     * Moose::Exporter
1236       - If Sub::Name was not present, unimporting failed to actually
1237         remove some sugar subs, causing test failures (Dave Rolsky)
1238
1239 0.56 Mon September 1, 2008
1240     For those not following the series of dev releases, there are
1241     several major changes in this release of Moose.
1242       ! Moose::init_meta should now be called as a method. See the
1243         docs for details.
1244
1245       - Major performance improvements by nothingmuch.
1246
1247       - New modules for extension writers, Moose::Exporter and
1248         Moose::Util::MetaRole by Dave Rolsky.
1249
1250       - Lots of doc improvements and additions, especially in the
1251         cookbook sections.
1252
1253       - Various bug fixes.
1254
1255     * Removed all references to the experimental-but-no-longer-needed
1256       Moose::Meta::Role::Application::ToMetaclassInstance.
1257
1258     * Require Class::MOP 0.65.
1259
1260 0.55_04 Sat August 30, 2008
1261     * Moose::Util::MetaRole
1262     * Moose::Cookbook::Extending::Recipe2
1263       - This simplifies the application of roles to any meta class, as
1264         well as the base object class. Reimplemented metaclass traits
1265         using this module. (Dave Rolsky)
1266
1267     * Moose::Cookbook::Extending::Recipe1
1268       - This a new recipe, an overview of various ways to write Moose
1269         extensions (Dave Rolsky)
1270
1271     * Moose::Cookbook::Extending::Recipe3
1272     * Moose::Cookbook::Extending::Recipe4
1273       - These used to be Extending::Recipe1 and Extending::Recipe2,
1274         respectively.
1275
1276 0.55_03 Fri August 29, 2008
1277     * No changes from 0.55_02 except increasing the Class::MOP
1278       dependency to 0.64_07.
1279
1280 0.55_02 Fri August 29, 2008
1281     * Makefile.PL and Moose.pm
1282       - explicitly require Perl 5.8.0+ (Dave Rolsky)
1283
1284     * Moose::Util::TypeConstraints
1285       - Fix warnings from find_type_constraint if the type is not
1286         found (t0m).
1287
1288     * Moose::Meta::TypeConstraint
1289       - Predicate methods (equals/is_a_type_of/is_subtype_of) now
1290         return false if the type you specify cannot be found in the
1291         type registry, rather than throwing an unhelpful and
1292         coincidental exception. (t0m).
1293         - added docs & test for this (t0m)
1294
1295     * Moose::Meta::TypeConstraint::Registry
1296       - add_type_constraint now throws an exception if a parameter is
1297         not supplied (t0m).
1298         - added docs & test for this (t0m)
1299
1300     * Moose::Cookbook::FAQ
1301       - Added a faq entry on the difference between "role" and "trait"
1302         (t0m)
1303
1304     * Moose::Meta::Role
1305       - Fixed a bug that caused role composition to not see a required
1306         method when that method was provided by another role being
1307         composed at the same time. (Dave Rolsky)
1308         - test and bug finding (tokuhirom)
1309
1310 0.55_01 Wed August 20, 2008
1311
1312     !! Calling Moose::init_meta as a function is now         !!
1313     !! deprecated. Please see the Moose.pm docs for details. !!
1314
1315     * Moose::Meta::Method::Constructor
1316       - Fix inlined constructor so that values produced by default
1317         or builder methods are coerced as required. (t0m)
1318         - added test for this (t0m)
1319
1320     * Moose::Meta::Attribute
1321       - A lazy attribute with a default or builder did not attempt to
1322         coerce the default value. The immutable code _did_
1323         coerce. (t0m)
1324         - added test for this (t0m)
1325
1326     * Moose::Exporter
1327       - This is a new helper module for writing "Moose-alike"
1328         modules. This should make the lives of MooseX module authors
1329         much easier. (Dave Rolsky)
1330
1331     * Moose
1332     * Moose::Cookbook::Meta::Recipe5
1333       - Implemented metaclass traits (and wrote a recipe for it):
1334
1335           use Moose -traits => 'Foo'
1336
1337         This should make writing small Moose extensions a little
1338         easier (Dave Rolsky)
1339
1340     * Moose::Cookbook::Basics::Recipe1
1341       - Removed any examples of direct hashref access, and applied an
1342         editorial axe to reduce verbosity. (Dave Rolsky)
1343
1344     * Moose::Cookbook::Basics::Recipe1
1345       - Also applied an editorial axe here. (Dave Rolsky)
1346
1347     * Moose
1348     * Moose::Cookbook::Extending::Recipe1
1349     * Moose::Cookbook::Extending::Recipe2
1350       - Rewrote extending and embedding moose documentation and
1351         recipes to use Moose::Exporter (Dave Rolsky)
1352
1353     * Moose
1354     * Moose::Role
1355       - These two modules now warn when you load them from the main
1356         package "main" package, because we will not export sugar to
1357         main. Previously it just did nothing. (Dave Rolsky)
1358
1359     * Moose::Role
1360       - Now provide an init_meta method just like Moose.pm, and you
1361         can call this to provide an alternate role metaclass. (Dave
1362         Rolsky and nothingmuch)
1363       - get_method_map now respects the package cache flag (nothingmuch)
1364
1365     * Moose::Meta::Role
1366       - Two new methods - add_method and wrap_method_body
1367         (nothingmuch)
1368
1369     * many modules
1370       - Optimizations including allowing constructors to accept hash
1371         refs, making many more classes immutable, and making
1372         constructors immutable. (nothingmuch)
1373
1374 0.55 Sun August 3, 2008
1375     * Moose::Meta::Attribute
1376       - breaking down the way 'handles' methods are
1377         created so that the process can be more easily
1378         overridden by subclasses (stevan)
1379
1380     * Moose::Meta::TypeConstraint
1381       - fixing what is passed into a ->message with
1382         the type constraints (RT #37569)
1383         - added tests for this (Charles Alderman)
1384
1385     * Moose::Util::TypeConstraints
1386       - fix coerce to accept anon types like subtype can (mst)
1387
1388     * Moose::Cookbook
1389       - reorganized the recipes into sections - Basics, Roles, Meta,
1390         Extending - and wrote abstracts for each section (Dave Rolsky)
1391
1392     * Moose::Cookbook::Basics::Recipe10
1393       - A new recipe that demonstrates operator overloading
1394         in combination with Moose. (bluefeet)
1395
1396     * Moose::Cookbook::Meta::Recipe1
1397       - an introduction to what meta is and why you'd want to make
1398         your own metaclass extensions (Dave Rolsky)
1399
1400     * Moose::Cookbook::Meta::Recipe4
1401       - a very simple metaclass example (Dave Rolsky)
1402
1403     * Moose::Cookbook::Extending::Recipe1
1404       - how to write a Moose-alike module to use your own object base
1405         class (Dave Rolsky)
1406
1407     * Moose::Cookbook::Extending::Recipe2
1408       - how to write modules with an API just like C<Moose.pm> (Dave
1409         Rolsky)
1410
1411     * all documentation
1412       - Tons of fixes, both syntactical and grammatical (Dave
1413         Rolsky, Paul Fenwick)
1414
1415 0.54 Thurs. July 3, 2008
1416     ... this is not my day today ...
1417
1418     * Moose::Meta::Attribute
1419       - fixed legal_options_for_inheritance such that
1420         clone_and_inherit options still works for
1421         Class::MOP::Attribute objects and therefore
1422         does not break MooseX::AttributeHelpers
1423         (stevan)
1424
1425 0.53 Thurs. July 3, 2008
1426     * Whoops, I guess I should run 'make manifest' before
1427       actually releasing the module. No actual changes
1428       in this release, except the fact that it includes
1429       the changes that I didn't include in the last
1430       release. (stevan--)
1431
1432 0.52 Thurs. July 3, 2008
1433     * Moose
1434       - added "FEATURE REQUESTS" section to the Moose docs
1435         to properly direct people (stevan) (RT #34333)
1436       - making 'extends' croak if it is passed a Role since
1437         this is not ever something you want to do
1438         (fixed by stevan, found by obra)
1439         - added tests for this (stevan)
1440
1441     * Moose::Object
1442       - adding support for DOES (as in UNIVERSAL::DOES)
1443         (nothingmuch)
1444         - added test for this
1445
1446     * Moose::Meta::Attribute
1447       - added legal_options_for_inheritance (wreis)
1448         - added tests for this (wreis)
1449
1450     * Moose::Cookbook::Snacks::*
1451       - removed some of the unfinished snacks that should
1452         not have been released yet. Added some more examples
1453         to the 'Keywords' snack. (stevan)
1454
1455     * Moose::Cookbook::Style
1456       - added general Moose "style guide" of sorts to the
1457         cookbook (nothingmuch) (RT #34335)
1458
1459     * t/
1460       - added more BUILDARGS tests (stevan)
1461
1462 0.51 Thurs. Jun 26, 2008
1463     * Moose::Role
1464       - add unimport so "no Moose::Role" actually does
1465         something (sartak)
1466
1467     * Moose::Meta::Role::Application::ToRole
1468       - when RoleA did RoleB, and RoleA aliased a method from RoleB in
1469         order to provide its own implementation, that method still got
1470         added to the list of required methods for consumers of
1471         RoleB. Now an aliased method is only added to the list of
1472         required methods if the role doing the aliasing does not
1473         provide its own implementation. See Recipe 11 for an example
1474         of all this. (Dave Rolsky)
1475         - added tests for this
1476
1477     * Moose::Meta::Method::Constructor
1478       - when a single argument that wasn't a hashref was provided to
1479         an immutabilized constructor, the error message was very
1480         unhelpful, as opposed to the non-immutable error. Reported by
1481         dew. (Dave Rolsky)
1482         - added test for this (Dave Rolsky)
1483
1484     * Moose::Meta::Attribute
1485       - added support for meta_attr->does("ShortAlias") (sartak)
1486         - added tests for this (sartak)
1487       - moved the bulk of the `handles` handling to the new
1488         install_delegation method (Stevan)
1489
1490     * Moose::Object
1491       - Added BUILDARGS, a new step in new()
1492
1493     * Moose::Meta::Role::Application::RoleSummation
1494       - fix typos no one ever sees (sartak)
1495
1496     * Moose::Util::TypeConstraints
1497     * Moose::Meta::TypeConstraint
1498     * Moose::Meta::TypeCoercion
1499       - Attempt to work around the ??{ } vs. threads issue
1500         (not yet fixed)
1501       - Some null_constraint optimizations
1502
1503 0.50 Thurs. Jun 11, 2008
1504     - Fixed a version number issue by bumping all modules
1505       to 0.50.
1506
1507 0.49 Thurs. Jun 11, 2008
1508     !! This version now approx. 20-25% !!
1509     !! faster with new Class::MOP 0.59 !!
1510
1511     * Moose::Meta::Attribute
1512       - fixed how the is => (ro|rw) works with
1513         custom defined reader, writer and accessor
1514         options.
1515         - added docs for this (TODO).
1516         - added tests for this (Thanks to Penfold)
1517       - added the custom attribute alias for regular
1518         Moose attributes which is "Moose"
1519       - fix builder and default both being used
1520         (groditi)
1521
1522     * Moose
1523       Moose::Meta::Class
1524       Moose::Meta::Attribute
1525       Moose::Meta::Role
1526       Moose::Meta::Role::Composite
1527       Moose::Util::TypeConstraints
1528       - switched usage of reftype to ref because
1529         it is much faster
1530
1531     * Moose::Meta::Role
1532       - changing add_package_symbol to use the new
1533         HASH ref form
1534
1535     * Moose::Object
1536       - fixed how DEMOLISHALL is called so that it
1537         can be overrided in subclasses (thanks to Sartak)
1538         - added test for this (thanks to Sartak)
1539
1540     * Moose::Util::TypeConstraints
1541       - move the ClassName type check code to
1542         Class::MOP::is_class_loaded (thanks to Sartak)
1543
1544     * Moose::Cookbook::Recipe11
1545       - add tests for this (thanks to tokuhirom)
1546
1547 0.48 Thurs. May 29, 2008
1548     (early morning release engineering)--
1549
1550     - fixing the version in Moose::Meta::Method::Destructor
1551       which was causing the indexer to choke
1552
1553 0.47 Thurs. May 29, 2008
1554     (late night release engineering)--
1555
1556     - fixing the version is META.yml, no functional
1557       changes in this release
1558
1559 0.46 Wed. May 28, 2008
1560     !! This version now approx. 20-25% !!
1561     !! faster with new Class::MOP 0.57 !!
1562
1563     * Moose::Meta::Class
1564       - some optimizations of the &initialize method
1565         since it is called so often by &meta
1566
1567     * Moose::Meta::Class
1568       Moose::Meta::Role
1569       - now use the get_all_package_symbols from the
1570         updated Class::MOP, test suite is now 10 seconds
1571         faster
1572
1573     * Moose::Meta::Method::Destructor
1574       - is_needed can now also be called as a class
1575         method for immutablization to check if the
1576         destructor object even needs to be created
1577         at all
1578
1579     * Moose::Meta::Method::Destructor
1580       Moose::Meta::Method::Constructor
1581       - added more descriptive error message to help
1582         keep people from wasting time tracking an error
1583         that is easily fixed by upgrading.
1584
1585 0.45 Saturday, May 24, 2008
1586     * Moose
1587       - Because of work in Class::MOP 0.57, all
1588         XS based functionality is now optional
1589         and a Pure Perl version is supplied
1590         - the CLASS_MOP_NO_XS environment variable
1591           can now be used to force non-XS versions
1592           to always be used
1593         - several of the packages have been tweaked
1594           to take care of this, mostly we added
1595           support for the package_name and name
1596           variables in all the Method metaclasses
1597       - before/around/after method modifiers now
1598         support regexp matching of names
1599         (thanks to Takatoshi Kitano)
1600         - tests added for this
1601         - NOTE: this only works for classes, it
1602           is currently not supported in roles,
1603           but, ... patches welcome
1604       - All usage of Carp::confess have been replaced
1605         by Carp::croak in the "keyword" functions since
1606         the stack trace is usually not helpful
1607
1608     * Moose::Role
1609       - All usage of Carp::confess have been replaced
1610         by Carp::croak in the "keyword" functions since
1611         the stack trace is usually not helpful
1612       - The 'has' keyword for roles now accepts the
1613         same array ref form that Moose.pm does
1614         (has [qw/foo bar/] => (is => 'rw', ...))
1615         - added test for this
1616
1617     * Moose::Meta::Attribute
1618       - trigger on a ro-attribute is no longer an
1619         error, as it's useful to trigger off of the
1620         constructor
1621
1622     * Moose::Meta::Class
1623       - added same 'add_package_symbol' fix as in
1624         Class::MOP 0.57
1625
1626     * Moose::Util
1627       - does_role now handles non-Moose classes
1628         more gracefully
1629         - added tests for this
1630       - added the 'add_method_modifier' function
1631         (thanks to Takatoshi Kitano)
1632
1633     * Moose::Util::TypeConstraints
1634       - subtypes of parameterizable types now are
1635         themselves parameterizable types
1636
1637     * Moose::Meta::Method::Constructor
1638       - fixed bug where trigger was not being
1639         called by the inlined immutable
1640         constructors
1641         - added test for this (thanks to Caelum)
1642
1643     * Moose::Meta::Role::Application::ToInstance
1644       - now uses the metaclass of the instance
1645         (if possible) to create the anon-class
1646         (thanks Jonathan Rockway)
1647
1648     * Moose::Cookbook::Recipe22
1649       - added the meta-attribute trait recipe
1650         (thanks to Sartak)
1651
1652     * t/
1653       - fixed hash-ordering test bug that was
1654         causing occasional cpantester failures
1655       - renamed the t/000_recipe/*.t tests to be
1656         more descriptive (thanks to Sartak)
1657
1658 0.44 Sat. May 10, 2008
1659     * Moose
1660       - made make_immutable warning cluck to
1661         show where the error is (thanks mst)
1662
1663     * Moose::Object
1664       - BUILDALL and DEMOLISHALL now call
1665         ->body when looping through the
1666         methods, to avoid the overloaded
1667         method call.
1668       - fixed issue where DEMOLISHALL was
1669         eating the $@ values, and so not
1670         working correctly, it still kind of
1671         eats them, but so does vanilla perl
1672         - added tests for this
1673
1674     * Moose::Cookbook::Recipe7
1675       - added new recipe for immutable
1676         functionality (thanks Dave Rolsky)
1677
1678     * Moose::Cookbook::Recipe9
1679       - added new recipe for builder and
1680         lazy_build (thanks Dave Rolsky)
1681
1682     * Moose::Cookbook::Recipe11
1683       - added new recipe for method aliasing
1684         and exclusion with Roles (thanks Dave Rolsky)
1685
1686     * t/
1687       - fixed Win32 test failure (thanks spicyjack)
1688
1689     ~ removed Build.PL and Module::Build compat
1690       since Module::Install has done that.
1691
1692 0.43 Wed. April, 30, 2008
1693     * NOTE TO SELF:
1694         drink more coffee before
1695         doing release engineering
1696
1697     - whoops, forgot to do the smolder tests,
1698       and we broke some of the custom meta-attr
1699       modules. This fixes that.
1700
1701 0.42 Mon. April 28, 2008
1702     - some bad tests slipped by, nothing else
1703       changed in this release (cpantesters++)
1704
1705     - upped the Class::MOP dependency to 0.55
1706       since we have tests which need the C3
1707       support
1708
1709 0.41 Mon. April 28, 2008
1710     ~~ numerous documentation updates ~~
1711
1712     - Changed all usage of die to Carp::croak for better
1713       error reporting (initial patch by Tod Hagan)
1714
1715     ** IMPORTANT NOTE **
1716     - the make_immutable keyword is now deprecated, don't
1717       use it in any new code and please fix your old code
1718       as well. There will be 2 releases, and then it will
1719       be removed.
1720
1721     * Moose
1722       Moose::Role
1723       Moose::Meta::Class
1724       - refactored the way inner and super work to avoid
1725         any method/@ISA cache penalty (nothingmuch)
1726
1727     * Moose::Meta::Class
1728       - fixing &new_object to make sure trigger gets the
1729         coerced value (spotted by Charles Alderman on the
1730         mailing list)
1731         - added test for this
1732
1733     * Moose::Meta::Method::Constructor
1734       - immutable classes which had non-lazy attributes were calling
1735         the default generating sub twice in the constructor. (bug
1736         found by Jesse Luehrs, fixed by Dave Rolsky)
1737         - added tests for this (Dave Rolsky)
1738       - fix typo in initialize_body method (nothingmuch)
1739
1740     * Moose::Meta::Method::Destructor
1741       - fix typo in initialize_body method (nothingmuch)
1742
1743     * Moose::Meta::Method::Overriden
1744       Moose::Meta::Method::Augmented
1745       - moved the logic for these into their own
1746         classes (nothingmuch)
1747
1748     * Moose::Meta::Attribute
1749       - inherited attributes may now be extended without
1750         restriction on the type ('isa', 'does') (Sartak)
1751         - added tests for this (Sartak)
1752       - when an attribute property is malformed (such as lazy without
1753         a default), give the name of the attribute in the error
1754         message (Sartak)
1755       - added the &applied_traits and &has_applied_traits methods
1756         to allow introspection of traits
1757         - added tests for this
1758       - moved 'trait' and 'metaclass' argument handling to here from
1759         Moose::Meta::Class
1760       - clone_and_inherit_options now handles 'trait' and 'metaclass' (has
1761         '+foo' syntax) (nothingmuch)
1762         - added tests for this (t0m)
1763
1764     * Moose::Object
1765       - localize $@ inside DEMOLISHALL to avoid it
1766         eating $@ (found by Ernesto)
1767         - added test for this (thanks to Ernesto)
1768
1769     * Moose::Util::TypeConstraints
1770       - &find_type_constraint now DWIMs when given an
1771         type constraint object or name (nothingmuch)
1772       - &find_or_create_type_constraint superseded with a number of more
1773         specific functions:
1774         - find_or_create_{isa,does}_type_constraint
1775         - find_or_parse_type_constraint
1776
1777     * Moose::Meta::TypeConstraint
1778       Moose::Meta::TypeConstraint::Class
1779       Moose::Meta::TypeConstraint::Role
1780       Moose::Meta::TypeConstraint::Enum
1781       Moose::Meta::TypeConstraint::Union
1782       Moose::Meta::TypeConstraint::Parameterized
1783         - added the &equals method for comparing two type
1784           constraints (nothingmuch)
1785           - added tests for this (nothingmuch)
1786
1787     * Moose::Meta::TypeConstraint
1788       - add the &parents method, which is just an alias to &parent.
1789         Useful for polymorphism with TC::{Class,Role,Union} (nothingmuch)
1790
1791     * Moose::Meta::TypeConstraint::Class
1792       - added the class attribute for introspection purposes
1793         (nothingmuch)
1794         - added tests for this
1795
1796     * Moose::Meta::TypeConstraint::Enum
1797       Moose::Meta::TypeConstraint::Role
1798       - broke these out into their own classes (nothingmuch)
1799
1800     * Moose::Cookbook::Recipe*
1801       - fixed references to test file locations in the POD
1802         and updated up some text for new Moose features
1803         (Sartak)
1804
1805     * Moose::Util
1806       - Added &resolve_metaclass_alias, a helper function for finding an actual
1807         class for a short name (e.g. in the traits list)
1808
1809 0.40 Fri. March 14, 2008
1810     - I hate Pod::Coverage
1811
1812 0.39 Fri. March 14, 2008
1813     * Moose
1814       - documenting the use of '+name' with attributes
1815         that come from recently composed roles. It makes
1816         sense, people are using it, and so why not just
1817         officially support it.
1818       - fixing the 'extends' keyword so that it will not
1819         trigger Ovid's bug (http://use.perl.org/~Ovid/journal/35763)
1820
1821     * oose
1822       - added the perl -Moose=+Class::Name feature to allow
1823         monkeypatching of classes in one liners
1824
1825     * Moose::Util
1826       - fixing the 'apply_all_roles' keyword so that it will not
1827         trigger Ovid's bug (http://use.perl.org/~Ovid/journal/35763)
1828
1829     * Moose::Meta::Class
1830       - added ->create method which now supports roles (thanks to jrockway)
1831         - added tests for this
1832       - added ->create_anon_class which now supports roles and caching of
1833         the results (thanks to jrockway)
1834         - added tests for this
1835       - made ->does_role a little more forgiving when it is
1836         checking a Class::MOP era metaclasses.
1837
1838     * Moose::Meta::Role::Application::ToInstance
1839       - it is now possible to pass extra params to be used when
1840         a role is applied to an the instance (rebless_params)
1841         - added tests for this
1842
1843     * Moose::Util::TypeConstraints
1844       - class_type now accepts an optional second argument for a
1845         custom message. POD anotated accordingly (groditi)
1846         - added tests for this
1847       - it is now possible to make anon-enums by passing 'enum' an
1848         ARRAY ref instead of the $name => @values. Everything else
1849         works as before.
1850         - added tests for this
1851
1852     * t/
1853       - making test for using '+name' on attributes consumed
1854         from a role, it works and makes sense too.
1855
1856     * Moose::Meta::Attribute
1857       - fix handles so that it doesn't return nothing
1858         when the method cannot be found, not sure why
1859         it ever did this originally, this means we now
1860         have slightly better support for AUTOLOADed
1861         objects
1862         - added more delegation tests
1863       - adding ->does method to this so as to better
1864         support traits and their introspection.
1865         - added tests for this
1866
1867     * Moose::Object
1868       - localizing the Data::Dumper configurations so
1869         that it does not pollute others (RT #33509)
1870       - made ->does a little more forgiving when it is
1871         passed Class::MOP era metaclasses.
1872
1873 0.38 Fri. Feb. 15, 2008
1874     * Moose::Meta::Attribute
1875       - fixed initializer to correctly do
1876         type checking and coercion in the
1877         callback
1878         - added tests for this
1879
1880     * t/
1881       - fixed some finicky tests (thanks to konobi)
1882
1883 0.37 Thurs. Feb. 14, 2008
1884     * Moose
1885       - fixed some details in Moose::init_meta
1886         and its superclass handling (thanks thepler)
1887         - added tests for this (thanks thepler)
1888       - 'has' now dies if you don't pass in name
1889         value pairs
1890       - added the 'make_immutable' keyword as a shortcut
1891         to make_immutable
1892
1893     * Moose::Meta::Class
1894       Moose::Meta::Method::Constructor
1895       Moose::Meta::Attribute
1896       - making (init_arg => undef) work here too
1897         (thanks to nothingmuch)
1898
1899     * Moose::Meta::Attribute
1900       Moose::Meta::Method::Constructor
1901       Moose::Meta::Method::Accessor
1902       - make lazy attributes respect attr initializers (rjbs)
1903         - added tests for this
1904
1905     * Moose::Util::TypeConstraints
1906       Moose::Util::TypeConstraints::OptimizedConstraints
1907       Moose::Meta::TypeConstraints
1908       Moose::Meta::Attribute
1909       Moose::Meta::Method::Constructor
1910       Moose::Meta::Method::Accessor
1911       - making type errors use the
1912         assigned message (thanks to Sartak)
1913         - added tests for this
1914
1915     * Moose::Meta::Method::Destructor
1916       - making sure DESTROY gets inlined properly
1917         with successive DEMOLISH calls (thanks to manito)
1918
1919     * Moose::Meta::Attribute
1920       Moose::Meta::Method::Accessor
1921       - fixed handling of undef with type constraints
1922         (thanks to Ernesto)
1923         - added tests for this
1924
1925     * Moose::Util
1926       - added &get_all_init_args and &get_all_attribute_values
1927         (thanks to Sartak and nothingmuch)
1928
1929 0.36 Sat. Jan. 26, 2008
1930     * Moose::Role
1931       Moose::Meta::Attribute
1932       - role type tests now support when roles are
1933         applied to non-Moose classes (found by ash)
1934         - added tests for this (thanks to ash)
1935       - couple extra tests to boost code coverage
1936
1937     * Moose::Meta::Method::Constructor
1938       - improved fix for handling Class::MOP attributes
1939         - added test for this
1940
1941     * Moose::Meta::Class
1942       - handled the add_attribute($attribute_meta_object)
1943         case correctly
1944         - added test for this
1945
1946 0.35 Tues. Jan. 22, 2008
1947     * Moose::Meta::Method::Constructor
1948       - fix to make sure even Class::MOP attributes
1949         are handled correctly (Thanks to Dave Rolsky)
1950         - added test for this (also Dave Rolsky)
1951
1952     * Moose::Meta::Class
1953       - improved error message on _apply_all_roles,
1954         you should now use Moose::Util::apply_all_roles
1955         and you shouldnt have been using a _ prefixed
1956         method in the first place ;)
1957
1958 0.34 Mon. Jan. 21, 2008
1959     ~~~ more misc. doc. fixes ~~~
1960     ~~ updated copyright dates ~~
1961
1962     Moose is now a postmodern object system :)
1963       - (see the POD for details)
1964
1965     * <<Role System Refactoring>>
1966     - this release contains a major reworking and
1967       cleanup of the role system
1968       - 100% backwards compat.
1969       - Role application now restructured into seperate
1970         classes based on type of applicants
1971       - Role summation (combining of more than one role)
1972         is much cleaner and anon-classes are no longer
1973         used in this process
1974       - new Composite role metaclass
1975       - runtime application of roles to instances
1976         is now more efficient and re-uses generated
1977         classes when applicable
1978
1979     * <<New Role composition features>>
1980       - methods can now be excluded from a given role
1981         during composition
1982       - methods can now be aliased to another name (and
1983         still retain the original as well)
1984
1985     * Moose::Util::TypeConstraints::OptimizedConstraints
1986       - added this module (see above)
1987
1988     * Moose::Meta::Class
1989       - fixed the &_process_attribute method to be called
1990         by &add_attribute, so that the API is now correct
1991
1992     * Moose::Meta::Method::Accessor
1993       - fixed bug when passing a list of values to
1994         an accessor would get (incorrectly) ignored.
1995         Thanks to Sartak for finding this ;)
1996         - added tests for this (Sartak again)
1997
1998     * Moose::Meta::Method::Accessor
1999       Moose::Meta::Method::Constructor
2000       Moose::Meta::Attribute
2001       Moose::Meta::TypeConstraint
2002       Moose::Meta::TypeCoercion
2003       - lots of cleanup of such things as:
2004         - generated methods
2005         - type constraint handling
2006         - error handling/messages
2007         (thanks to nothingmuch)
2008
2009     * Moose::Meta::TypeConstraint::Parameterizable
2010       - added this module to support the refactor
2011         in Moose::Meta::TypeConstraint::Parameterized
2012
2013     * Moose::Meta::TypeConstraint::Parameterized
2014       - refactored how these types are handled so they
2015         are more generic and not confined to ArrayRef
2016         and HashRef only
2017
2018     * t/
2019       - shortened some file names for better VMS support (RT #32381)
2020
2021 0.33 Fri. Dec. 14, 2007
2022     !! Moose now loads 2 x faster !!
2023     !!  with new Class::MOP 0.49  !!
2024
2025     ++ new oose.pm module to make command line
2026        Moose-ness easier (see POD docs for more)
2027
2028     * Moose::Meta::Class
2029     * Moose::Meta::Role
2030       - several tweaks to take advantage of the
2031         new method map caching in Class::MOP
2032
2033     * Moose::Meta::TypeConstraint::Parameterized
2034       - allow subtypes of ArrayRef and HashRef to
2035         be used as a container (sartak)
2036         - added tests for this
2037       - basic support for coercion to ArrayRef and
2038         HashRef for containers (sartak)
2039         - added tests for this
2040
2041     * Moose::Meta::TypeCoercion
2042       - coercions will now create subtypes as needed
2043         so you can now add coercions to parameterized
2044         types without having to explictly define them
2045         - added tests for this
2046
2047     * Moose::Meta::Method::Accessor
2048       - allow subclasses to decide whether we need
2049         to copy the value into a new variable (sartak)
2050
2051 0.32 Tues. Dec. 4, 2007
2052     * Moose::Util::TypeConstraints
2053       - fixing how subtype aliases of unions work
2054         they should inherit the parent's coercion
2055         - added tests for this
2056       - you can now define multiple coercions on
2057         a single type at different times instead of
2058         having to do it all in one place
2059         - added tests for this
2060
2061     * Moose::Meta::TypeConstraint
2062       - there is now a default constraint of sub { 1 }
2063         instead of Moose::Util::TypeConstraints setting
2064         this for us
2065
2066     * Moose::Meta::TypeCoercion
2067     * Moose::Meta::TypeCoercion::Union
2068       - added the &has_coercion_for_type and
2069         &add_type_coercions methods to support the
2070         new features above (although you cannot add
2071         more type coercions for Union types)
2072
2073 0.31 Mon. Nov. 26, 2007
2074     * Moose::Meta::Attribute
2075       - made the +attr syntax handle extending types with
2076         parameters. So "has '+foo' => (isa => 'ArrayRef[Int]')"
2077         now works if the original foo is an ArrayRef.
2078         - added tests for this.
2079       - delegation now works even if the attribute does not
2080         have a reader method using the get_read_method_ref
2081         method from Class::MOP::Attribute.
2082         - added tests for this
2083         - added docs for this
2084
2085     * Moose::Util::TypeConstraints
2086       - passing no "additional attribute info" to
2087         &find_or_create_type_constraint will no longer
2088         attempt to create an __ANON__ type for you,
2089         instead it will just return undef.
2090         - added docs for this
2091
2092 0.30 Fri. Nov. 23, 2007
2093     * Moose::Meta::Method::Constructor
2094       -builder related bug in inlined constructor. (groditi)
2095
2096     * Moose::Meta::Method::Accessor
2097       - genereate unnecessary calls to predicates and refactor
2098         code generation for runtime speed (groditi)
2099
2100     * Moose::Util::TypeConstraints
2101       - fix ClassName constraint to introspect symbol table (mst)
2102         - added more tests for this (mst)
2103       - fixed it so that subtype 'Foo' => as 'HashRef[Int]' ...
2104         with work correctly.
2105         - added tests for this
2106
2107     * Moose::Cookbook
2108       - adding the link to Recipie 11 (written by Sartak)
2109         - adding test for SYNOPSIS code
2110
2111     * t/
2112       - New tests for builder bug. Upon instantiation, if an
2113         attribute had a builder, no value and was not lazy the
2114         builder default was not getting run, oops. (groditi)
2115
2116 0.29 Tues. Nov. 13, 2007
2117     * Moose::Meta::Attribute
2118       - Fix error message on missing builder method (groditi)
2119
2120     * Moose::Meta::Method::Accessor
2121       - Fix error message on missing builder method (groditi)
2122
2123     * t/
2124       - Add test to check for the correct error message when
2125         builder method is missing (groditi)
2126
2127 0.28 Tues. Nov. 13, 2007
2128     - 0.27 packaged incorrectly (groditi)
2129
2130 0.27 Tues. Nov. 13, 2007
2131     * Moose::Meta::Attribute
2132       - Added support for the new builder option (groditi)
2133       - Added support for lazy_build option (groditi)
2134       - Changed slot initialization for predicate changes (groditi)
2135
2136     * Moose::Meta::Method::Accessor
2137       - Added support for lazy_build option (groditi)
2138       - Fix inline methods to work with corrected predicate
2139         behavior (groditi)
2140
2141     * Moose::Meta::Method::Constructor
2142       - Added support for lazy_build option (groditi)
2143
2144     * t/
2145       - tests for builder and lazy_build (groditi)
2146
2147     * fixing some misc. bits in the docs that
2148       got mentioned on CPAN Forum & perlmonks
2149
2150     * Moose::Meta::Role
2151       - fixed how required methods are handled
2152         when they encounter overriden or modified
2153         methods from a class (thanks to confound).
2154         - added tests for this
2155
2156     * Moose::Util::TypeConstraint
2157       - fixed the type notation parser so that
2158         the | always creates a union and so is
2159         no longer a valid type char (thanks to
2160         konobi, mugwump and #moose for working
2161         this one out.)
2162         - added more tests for this
2163
2164 0.26 Thurs. Sept. 27, 2007
2165     == New Features ==
2166
2167     * Parameterized Types
2168       We now support parameterized collection types, such as:
2169           ArrayRef[Int]    # array or integers
2170           HashRef[Object]  # a hash with object values
2171       They can also be nested:
2172           ArrayRef[HashRef[RegexpRef]] # an array of hashes with regex values
2173       And work with the type unions as well:
2174           ArrayRef[Int | Str]  # array of integers of strings
2175
2176     * Better Framework Extendability
2177       Moose.pm is now "extendable" such that it is now much
2178       easier to extend the framework and add your own keywords
2179       and customizations. See the "EXTENDING AND EMBEDDING MOOSE"
2180       section of the Moose.pm docs.
2181
2182     * Moose Snacks!
2183       In an effort to begin documenting some of the various
2184       details of Moose as well as some common idioms, we have
2185       created Moose::Cookbook::Snacks as a place to find
2186       small (easily digestable) nuggets of Moose code.
2187
2188     ====
2189     ~ Several doc updates/cleanup thanks to castaway ~
2190
2191     - converted build system to use Module::Install instead of
2192       Module::Build (thanks to jrockway)
2193
2194     * Moose
2195       - added all the meta classes to the immutable list and
2196         set it to inline the accessors
2197       - fix import to allow Sub::Exporter like { into => }
2198             and { into_level => } (perigrin)
2199       - exposed and documented init_meta() to allow better
2200             embedding and extending of Moose (perigrin)
2201
2202         * t/
2203           - complete re-organization of the test suite
2204           - added some new tests as well
2205           - finally re-enabled the Moose::POOP test since
2206             the new version of DBM::Deep now works again
2207             (thanks rob)
2208
2209     * Moose::Meta::Class
2210       - fixed very odd and very nasty recursion bug with
2211         inner/augment (mst)
2212         - added tests for this (eilara)
2213
2214     * Moose::Meta::Attribute
2215       Moose::Meta::Method::Constructor
2216       Moose::Meta::Method::Accessor
2217       - fixed issue with overload::Overloaded getting called
2218         on non-blessed items. (RT #29269)
2219         - added tests for this
2220
2221     * Moose::Meta::Method::Accessor
2222       - fixed issue with generated accessor code making
2223         assumptions about hash based classes (thanks to dexter)
2224
2225     * Moose::Coookbook::Snacks
2226       - these are bits of documentation, not quite as big as
2227         Recipes but which have no clear place in the module docs.
2228         So they are Snacks! (horray for castaway++)
2229
2230     * Moose::Cookbook::Recipe4
2231       - updated it to use the new ArrayRef[MyType] construct
2232         - updated the accompanying test as well
2233
2234     +++ Major Refactor of the Type Constraint system +++
2235     +++       with new features added as well        +++
2236
2237     * Moose::Util::TypeConstraint
2238       - no longer uses package variable to keep track of
2239         the type constraints, now uses the an instance of
2240         Moose::Meta::TypeConstraint::Registry to do it
2241       - added more sophisticated type notation parsing
2242         (thanks to mugwump)
2243         - added tests for this
2244
2245     * Moose::Meta::TypeConstraint
2246       - some minor adjustments to make subclassing easier
2247       - added the package_defined_in attribute so that we
2248         can track where the type constraints are created
2249
2250     * Moose::Meta::TypeConstraint::Union
2251       - this is now been refactored to be a subclass of
2252         Moose::Meta::TypeConstraint
2253
2254     * Moose::Meta::TypeCoercion::Union
2255       - this has been added to service the newly refactored
2256         Moose::Meta::TypeConstraint::Union and is itself
2257         a subclass of Moose::Meta::TypeCoercion
2258
2259     * Moose::Meta::TypeConstraint::Parameterized
2260       - added this module (taken from MooseX::AttributeHelpers)
2261         to help construct nested collection types
2262         - added tests for this
2263
2264     * Moose::Meta::TypeConstraint::Registry
2265       - added this class to keep track of type constraints
2266
2267 0.25 Mon. Aug. 13, 2007
2268     * Moose
2269       - Documentation update to reference Moose::Util::TypeConstraints
2270         under 'isa' in 'has' for how to define a new type
2271         (thanks to shlomif).
2272
2273     * Moose::Meta::Attribute
2274       - required attributes now will no longer accept undef
2275         from the constructor, even if there is a default and lazy
2276         - added tests for this
2277       - default subroutines must return a value which passes the
2278         type constraint
2279         - added tests for this
2280
2281     * Moose::Meta::Attribute
2282     * Moose::Meta::Method::Constructor
2283     * Moose::Meta::Method::Accessor
2284       - type-constraint tests now handle overloaded objects correctly
2285         in the error message
2286         - added tests for this (thanks to EvanCarroll)
2287
2288     * Moose::Meta::TypeConstraint::Union
2289       - added (has_)hand_optimized_constraint to this class so that
2290         it behaves as the regular Moose::Meta::TypeConstraint does.
2291
2292     * Moose::Meta::Role
2293       - large refactoring of this code
2294       - added several more tests
2295         - tests for subtle conflict resolition issues
2296           added, but not currently running
2297           (thanks to kolibre)
2298
2299     * Moose::Cookbook::Recipe7
2300       - added new recipe for augment/inner functionality
2301         (still in progress)
2302         - added test for this
2303
2304     * Moose::Spec::Role
2305       - a formal definition of roles (still in progress)
2306
2307     * Moose::Util
2308       - utilities for easier working with Moose classes
2309         - added tests for these
2310
2311     * Test::Moose
2312       - This contains Moose specific test functions
2313         - added tests for these
2314
2315 0.24 Tues. July 3, 2007
2316     ~ Some doc updates/cleanup ~
2317
2318     * Moose::Meta::Attribute
2319       - added support for roles to be given as parameters
2320         to the 'handles' option.
2321         - added tests and docs for this
2322       - the has '+foo' attribute form now accepts changes to
2323         the lazy option, and the addition of a handles option
2324         (but not changing the handles option)
2325         - added tests and docs for this
2326
2327     * Moose::Meta::Role
2328       - required methods are now fetched using find_method_by_name
2329         so that required methods can come from superclasses
2330         - adjusted tests for this
2331
2332 0.23 Mon. June 18, 2007
2333     * Moose::Meta::Method::Constructor
2334       - fix inlined constructor for hierarchy with multiple BUILD methods (mst)
2335     * Moose::Meta::Class
2336       - Modify make_immutable to work with the new Class::MOP immutable
2337         mechanism + POD + very basic test (groditi)
2338     * Moose::Meta::Attribute
2339       - Fix handles to use goto() so that caller() comes out properly on
2340         the other side (perigrin)
2341
2342 0.22 Thurs. May 31, 2007
2343     * Moose::Util::TypeConstraints
2344       - fix for prototype undeclared issue when Moose::Util::TypeConstraints
2345         loaded before consumers (e.g. Moose::Meta::Attribute) by predeclaring
2346         prototypes for functions
2347       - added the ClassName type constraint, this checks for strings
2348         which will respond true to ->isa(UNIVERSAL).
2349         - added tests and docs for this
2350       - subtyping just in name now works correctly by making the
2351         default for where be { 1 }
2352         - added test for this
2353
2354     * Moose::Meta::Method::Accessor
2355       - coerce and lazy now work together correctly, thanks to
2356         merlyn for finding this bug
2357         - tests added for this
2358       - fix reader presedence bug in Moose::Meta::Attribute + tests
2359
2360     * Moose::Object
2361       - Foo->new(undef) now gets ignored, it is assumed you meant to pass
2362         a HASH-ref and missed. This produces better error messages then
2363         having it die cause undef is not a HASH.
2364         - added tests for this
2365
2366 0.21 Thursday, May 2nd, 2007
2367     * Moose
2368       - added SUPER_SLOT and INNER_SLOT class hashes to support unimport
2369       - modified unimport to remove super and inner along with the rest
2370         - altered unimport tests to handle this
2371
2372     * Moose::Role
2373       - altered super export to populate SUPER_SLOT
2374
2375     * Moose::Meta::Class
2376       - altered augment and override modifier application to use *_SLOT
2377         - modified tests for these to unimport one test class each to test
2378
2379     * Moose::Meta::Role
2380       - fixed issue where custom attribute metaclasses
2381         where not handled correctly in roles
2382         - added tests for this
2383
2384     * Moose::Meta::Class
2385       - fixed issue where extending metaclasses with
2386         roles would blow up. Thanks to Aankhen`` for
2387         finding this insidious error, and it's solution.
2388
2389     ~~ lots of spelling and grammer fixes in the docs,
2390        many many thanks to rlb3 and Aankhen for these :)
2391
2392 0.20 Friday, April 6th, 2007
2393     >> I messed up the SKIP logic in one test
2394        so this release is just to fix that.
2395
2396     * Moose
2397       - 'has' now also accepts an ARRAY ref
2398         to create multiple attrs (see docs)
2399         (thanks to konobi for this)
2400          - added tests and docs
2401
2402 0.19 Thurs. April 5th, 2007
2403     ~~ More documentation updates ~~
2404
2405     * Moose::Util::TypeConstraints
2406       - 'type' now supports messages as well
2407         thanks to phaylon for finding this
2408         - added tests for this
2409       - added &list_all_type_constraints and
2410         &list_all_builtin_type_constraints
2411         functions to facilitate introspection.
2412
2413     * Moose::Meta::Attribute
2414       - fixed regexp 'handles' declarations
2415         to build the list of delegated methods
2416         correctly (and not override important
2417         things like &new) thanks to ashleyb
2418         for finding this
2419         - added tests and docs for this
2420       - added the 'documentation' attributes
2421         so that you can actually document your
2422         attributes and inspect them through the
2423         meta-object.
2424         - added tests and docs for this
2425
2426     * Moose::Meta::Class
2427       - when loading custom attribute metaclasses
2428         it will first look in for the class in the
2429         Moose::Meta::Attribute::Custom::$name, and
2430         then default to just loading $name.
2431         - added tests and docs for this
2432
2433     * Moose::Meta::TypeConstraint
2434       - type constraints now stringify to their names.
2435         - added test for this
2436
2437     * misc.
2438       - added tests to assure we work with Module::Refresh
2439       - added stricter test skip logic in the Moose POOP
2440         test, ask Rob Kinyon why.
2441         - *cough* DBM::Deep 1.0 backwards compatibility sucks *cough* ;)
2442
2443 0.18 Sat. March 10, 2007
2444     ~~ Many, many documentation updates ~~
2445
2446     * misc.
2447       - We now use Class::MOP::load_class to
2448         load all classes.
2449       - added tests to show types and subtypes
2450         working with Declare::Constraints::Simple
2451         and Test::Deep as constraint engines.
2452
2453 0.18_001
2454     !! You must have Class::MOP 0.37_001  !!
2455     !! for this developer release to work !!
2456
2457     This release was primarily adding the immutable
2458     feature to Moose. An immutable class is one which
2459     you promise not to alter. When you set the class
2460     as immutable it will perform various bits of
2461     memoization and inline certain part of the code
2462     (constructors, destructors and accessors). This
2463     minimizes (and in some cases totally eliminates)
2464     one of Moose's biggest performance hits. This
2465     feature is not on by default, and is 100% optional.
2466     It has several configurable bits as well, so you
2467     can pick and choose to your specific needs.
2468
2469     The changes involved in this were fairly wide and
2470     highly specific, but 100% backwards compatible, so
2471     I am not going to enumerate them here. If you are
2472     truely interested in what was changed, please do
2473     a diff :)
2474
2475 0.17 Tues. Nov. 14, 2006
2476     * Moose::Meta::Method::Accessor
2477       - bugfix for read-only accessors which
2478         are have a type constraint and lazy.
2479         Thanks to chansen for finding it.
2480
2481 0.16 Tues. Nov. 14, 2006
2482     ++ NOTE ++
2483     There are some speed improvements in this release,
2484     but they are only the begining, so stay tuned.
2485
2486     * Moose::Object
2487       - BUILDALL and DEMOLISHALL no longer get
2488         called unless they actually need to be.
2489         This gave us a signifigant speed boost
2490         for the cases when there is no BUILD or
2491         DEMOLISH method present.
2492
2493     * Moose::Util::TypeConstraints
2494     * Moose::Meta::TypeConstraint
2495       - added an 'optimize_as' option to the
2496         type constraint, which allows for a
2497         hand optimized version of the type
2498         constraint to be used when possible.
2499       - Any internally created type constraints
2500         now provide an optimized version as well.
2501
2502 0.15 Sun. Nov. 5, 2006
2503     ++ NOTE ++
2504     This version of Moose *must* have Class::MOP 0.36 in order
2505     to work correctly. A number of small internal tweaks have
2506     been made in order to be compatible with that release.
2507
2508     * Moose::Util::TypeConstraints
2509       - added &unimport so that you can clean out
2510         your class namespace of these exported
2511         keywords
2512
2513     * Moose::Meta::Class
2514       - fixed minor issue which occasionally
2515         comes up during global destruction
2516         (thanks omega)
2517       - moved Moose::Meta::Method::Overriden into
2518         its own file.
2519
2520     * Moose::Meta::Role
2521       - moved Moose::Meta::Role::Method into
2522         its own file.
2523
2524     * Moose::Meta::Attribute
2525       - changed how we do type checks so that
2526         we reduce the overall cost, but still
2527         retain correctness.
2528        *** API CHANGE ***
2529       - moved accessor generation methods to
2530         Moose::Meta::Method::Accessor to
2531         conform to the API changes from
2532         Class::MOP 0.36
2533
2534     * Moose::Meta::TypeConstraint
2535       - changed how constraints are compiled
2536         so that we do less recursion and more
2537         iteration. This makes the type check
2538         faster :)
2539       - moved Moose::Meta::TypeConstraint::Union
2540         into its own file
2541
2542     * Moose::Meta::Method::Accessor
2543       - created this from methods formerly found in
2544         Moose::Meta::Attribute
2545
2546     * Moose::Meta::Role::Method
2547       - moved this from Moose::Meta::Role
2548
2549     * Moose::Meta::Method::Overriden
2550       - moved this from Moose::Meta::Class
2551
2552     * Moose::Meta::TypeConstraint::Union
2553       - moved this from Moose::Meta::TypeConstraint
2554
2555 0.14 Mon. Oct. 9, 2006
2556
2557     * Moose::Meta::Attribute
2558       - fixed lazy attributes which were not getting
2559         checked with the type constraint (thanks ashley)
2560         - added tests for this
2561       - removed the over-enthusiastic DWIMery of the
2562         automatic ArrayRef and HashRef defaults, it
2563         broke predicates in an ugly way.
2564         - removed tests for this
2565
2566 0.13 Sat. Sept. 30, 2006
2567     ++ NOTE ++
2568     This version of Moose *must* have Class::MOP 0.35 in order
2569     to work correctly. A number of small internal tweaks have
2570     been made in order to be compatible with that release.
2571
2572     * Moose
2573       - Removed the use of UNIVERSAL::require to be a better
2574         symbol table citizen and remove a dependency
2575         (thanks Adam Kennedy)
2576
2577       **~~ removed experimental & undocumented feature ~~**
2578       - commented out the 'method' and 'self' keywords, see the
2579         comments for more info.
2580
2581     * Moose::Cookbook
2582       - added a FAQ and WTF files to document frequently
2583         asked questions and common problems
2584
2585     * Moose::Util::TypeConstraints
2586       - added GlobRef and FileHandle type constraint
2587         - added tests for this
2588
2589     * Moose::Meta::Attribute
2590       - if your attribute 'isa' ArrayRef of HashRef, and you have
2591         not explicitly set a default, then make the default DWIM.
2592         This will also work for subtypes of ArrayRef and HashRef
2593         as well.
2594       - you can now auto-deref subtypes of ArrayRef or HashRef too.
2595         - new test added for this (thanks to ashley)
2596
2597     * Moose::Meta::Role
2598       - added basic support for runtime role composition
2599         but this is still *highly experimental*, so feedback
2600         is much appreciated :)
2601         - added tests for this
2602
2603     * Moose::Meta::TypeConstraint
2604       - the type constraint now handles the coercion process
2605         through delegation, this is to support the coercion
2606         of unions
2607
2608     * Moose::Meta::TypeConstraint::Union
2609       - it is now possible for coercions to be performed
2610         on a type union
2611         - added tests for this (thanks to konobi)
2612
2613     * Moose::Meta::TypeCoercion
2614       - properly capturing error when type constraint
2615         is not found
2616
2617     * Build.PL
2618       - Scalar::Util 1.18 is bad on Win32, so temporarily
2619         only require version 1.17 for Win32 and cygwin.
2620         (thanks Adam Kennedy)
2621
2622 0.12 Sat. Sept. 1, 2006
2623     * Moose::Cookbook
2624       - Recipe5 (subtypes & coercion) has been written
2625
2626     * Moose
2627       - fixed "bad meta" error message to be more descriptive
2628       - fixed &unimport to not remove the &inner and &super
2629         keywords because we need to localize them.
2630       - fixed number of spelling/grammer issues, thanks Theory :)
2631
2632       **~~ experimental & undocumented feature ~~**
2633       - added the method and self keywords, they are basically
2634         just sugar, and they may not stay around.
2635
2636     * Moose::Object
2637       - added &dump method to easily Data::Dumper
2638         an object
2639
2640     * Moose::Meta::TypeConstraint
2641       - added the &is_a_type_of method to check both the current
2642         and the subtype of a method (similar to &isa with classes)
2643
2644     * Moose::Meta::Role
2645       - this is now a subclass of Class::MOP::Module, and no longer
2646         creates the _role_meta ugliness of before.
2647         - fixed tests to reflect this change
2648
2649 0.11 Wed. July 12, 2006
2650     * Moose
2651       - added an &unimport method to remove all the keywords
2652         that Moose will import, simply add 'no Moose' to the
2653         bottom of your class file.
2654
2655     * t/
2656       - fixed some test failures caused by a forgotten test
2657         dependency.
2658
2659 0.10 Thurs. July 6, 2006
2660     * Moose
2661       - improved error message when loading modules so
2662         it is less confusing when you load a role.
2663       - added &calculate_all_roles method to
2664         Moose::Meta::Class and Moose::Meta::Role
2665
2666     NOTE:
2667     This module has been tested against Class::MOP 0.30
2668     but it does not yet utilize the optimizations
2669     it makes available. Stay tuned for that ;)
2670
2671 0.09_03 Fri. June 23, 2006
2672     ++ DEVELOPER RELEASE ++
2673     * Moose
2674       - 'use strict' and 'use warnings' are no longer
2675          needed in Moose classes, Moose itself will
2676          turn them on for you.
2677          - added tests for this
2678       - moved code from exported subs to private methods
2679         in Moose::Meta::Class
2680
2681     * Moose::Role
2682       - as with Moose, strict and warnings are
2683         automatically turned on for you.
2684          - added tests for this
2685
2686     * Moose::Meta::Role
2687       - now handles an edge case for override errors
2688         - added tests for this
2689       - added some more edge case tests
2690
2691 0.09_02 Tues. May 16, 2006
2692     ++ DEVELOPER RELEASE ++
2693     * Moose
2694       - added prototypes to the exported subs
2695       - updated docs
2696
2697     * Moose::Role
2698       - added prototypes to the exported subs
2699       - updated docs
2700
2701     * Moose::Util::TypeConstraints
2702       - cleaned up prototypes for the subs
2703       - updated docs
2704
2705 0.09_01 Fri. May 12, 2006
2706     ++ DEVELOPER RELEASE ++
2707       - This release works in combination with
2708         Class::MOP 0.29_01, it is a developer
2709         release because it uses the a new
2710         instance sub-protocol and a fairly
2711         complete Role implementation. It has
2712         not yet been optimized, so it slower
2713         the the previous CPAN version. This
2714         release also lacks good updated docs,
2715         the official release will have updated docs.
2716
2717     * Moose
2718       - refactored the keyword exports
2719         - 'with' now checks Role validaity and
2720           accepts more than one Role at a time
2721         - 'extends' makes metaclass adjustments as
2722            needed to ensure metaclass compatibility
2723
2724     * Moose::Role
2725       - refactored the keyword exports
2726         - 'with' now checks Role validaity and
2727           accepts more than one Role at a time
2728
2729     * Moose::Util::TypeConstraints
2730       - added the 'enum' keyword for simple
2731         string enumerations which can be used as
2732         type constraints
2733         - see example of usage in t/202_example.t
2734
2735     * Moose::Object
2736       - more careful checking of params to new()
2737
2738     * Moose::Meta::Role
2739       - much work done on the role composition
2740         - many new tests for conflict detection
2741           and composition edge cases
2742         - not enough documentation, I suggest
2743           looking at the tests
2744
2745     * Moose::Meta::Instance
2746       - added new Instance metaclass to support
2747         the new Class::MOP instance protocol
2748
2749     * Moose::Meta::Class
2750       - some small changes to support the new
2751         instance protocol
2752       - some small additions to support Roles
2753
2754     * Moose::Meta::Attribute
2755       - some improvements to the accessor generation code
2756         by nothingmuch
2757       - some small changes to support the new
2758         instance protocol
2759       - (still somewhat) experimental delegation support
2760         with the 'handles' option
2761         - added several tests for this
2762         - no docs for this yet
2763
2764 0.05 Thurs. April 27, 2006
2765     * Moose
2766       - keywords are now exported with Sub::Exporter
2767         thanks to chansen for this commit
2768       - has keyword now takes a 'metaclass' option
2769         to support custom attribute meta-classes
2770         on a per-attribute basis
2771         - added tests for this
2772       - the 'has' keyword not accepts inherited slot
2773         specifications (has '+foo'). This is still an
2774         experimental feature and probably not finished
2775         see t/038_attribute_inherited_slot_specs.t for
2776         more details, or ask about it on #moose
2777         - added tests for this
2778
2779     * Moose::Role
2780       - keywords are now exported with Sub::Exporter
2781
2782     * Moose::Utils::TypeConstraints
2783       - reorganized the type constraint hierarchy, thanks
2784         to nothingmuch and chansen for his help and advice
2785         on this
2786         - added some tests for this
2787       - keywords are now exported with Sub::Exporter
2788         thanks to chansen for this commit
2789
2790     * Moose::Meta::Class
2791       - due to changes in Class::MOP, we had to change
2792         construct_instance (for the better)
2793
2794     * Moose::Meta::Attribute
2795       - due to changes in Class::MOP, we had to add the
2796         initialize_instance_slot method (it's a good thing)
2797
2798     * Moose::Meta::TypeConstraint
2799       - added type constraint unions
2800         - added tests for this
2801       - added the is_subtype_of predicate method
2802         - added tests for this
2803
2804 0.04 Sun. April 16th, 2006
2805     * Moose::Role
2806       - Roles can now consume other roles
2807         - added tests for this
2808       - Roles can specify required methods now with
2809         the requires() keyword
2810         - added tests for this
2811
2812     * Moose::Meta::Role
2813       - ripped out much of it's guts ,.. much cleaner now
2814       - added required methods and correct handling of
2815         them in apply() for both classes and roles
2816         - added tests for this
2817       - no longer adds a does() method to consuming classes
2818         it relys on the one in Moose::Object
2819       - added roles attribute and some methods to support
2820         roles consuming roles
2821
2822     * Moose::Meta::Attribute
2823       - added support for triggers on attributes
2824         - added tests for this
2825       - added support for does option on an attribute
2826         - added tests for this
2827
2828     * Moose::Meta::Class
2829       - added support for attribute triggers in the
2830         object construction
2831         - added tests for this
2832
2833     * Moose
2834       - Moose no longer creates a subtype for your class
2835         if a subtype of the same name already exists, this
2836         should DWIM in 99.9999% of all cases
2837
2838     * Moose::Util::TypeConstraints
2839       - fixed bug where incorrect subtype conflicts were
2840         being reported
2841         - added test for this
2842
2843     * Moose::Object
2844       - this class can now be extended with 'use base' if
2845         you need it, it properly loads the metaclass class now
2846         - added test for this
2847
2848 0.03_02 Wed. April 12, 2006
2849     * Moose
2850       - you must now explictly use Moose::Util::TypeConstraints
2851         it no longer gets exported for you automatically
2852
2853     * Moose::Object
2854       - new() now accepts hash-refs as well as key/value lists
2855       - added does() method to check for Roles
2856         - added tests for this
2857
2858     * Moose::Meta::Class
2859       - added roles attribute along with the add_role() and
2860         does_role() methods
2861         - added tests for this
2862
2863     * Moose::Meta::Role
2864       - now adds a does() method to consuming classes
2865         which tests the class's hierarchy for roles
2866         - added tests for this
2867
2868 0.03_01 Mon. April 10, 2006
2869     * Moose::Cookbook
2870       - added new Role recipe (no content yet, only code)
2871
2872     * Moose
2873       - added 'with' keyword for Role support
2874         - added test and docs for this
2875       - fixed subtype quoting bug
2876         - added test for this
2877
2878     * Moose::Role
2879       - Roles for Moose
2880         - added test and docs
2881
2882     * Moose::Util::TypeConstraints
2883       - added the message keyword to add custom
2884         error messages to type constraints
2885
2886     * Moose::Meta::Role
2887       - the meta role to support Moose::Role
2888         - added tests and docs
2889
2890     * Moose::Meta::Class
2891       - moved a number of things from Moose.pm
2892         to here, they should have been here
2893         in the first place
2894
2895     * Moose::Meta::Attribute
2896       - moved the attribute option macros here
2897         instead of putting them in Moose.pm
2898
2899     * Moose::Meta::TypeConstraint
2900       - added the message attributes and the
2901         validate method
2902         - added tests and docs for this
2903
2904 0.03 Thurs. March 30, 2006
2905     * Moose::Cookbook
2906       - added the Moose::Cookbook with 5 recipes,
2907         describing all the stuff Moose can do.
2908
2909     * Moose
2910       - fixed an issue with &extends super class loading
2911         it now captures errors and deals with inline
2912         packages correctly (bug found by mst, solution
2913         stolen from alias)
2914       - added super/override & inner/augment features
2915         - added tests and docs for these
2916
2917     * Moose::Object
2918       - BUILDALL now takes a reference of the %params
2919         that are passed to &new, and passes that to
2920         each BUILD as well.
2921
2922     * Moose::Util::TypeConstraints
2923       - Type constraints now survive runtime reloading
2924         - added test for this
2925
2926         * Moose::Meta::Class
2927           - fixed the way attribute defaults are handled
2928             during instance construction (bug found by chansen)
2929
2930     * Moose::Meta::Attribute
2931       - read-only attributes now actually enforce their
2932         read-only-ness (this corrected in Class::MOP as
2933         well)
2934
2935 0.02 Tues. March 21, 2006
2936     * Moose
2937       - many more tests, fixing some bugs and
2938         edge cases
2939       - &extends now loads the base module with
2940         UNIVERSAL::require
2941         - added UNIVERSAL::require to the
2942           dependencies list
2943       ** API CHANGES **
2944       - each new Moose class will also create
2945         and register a subtype of Object which
2946         correspond to the new Moose class.
2947       - the 'isa' option in &has now only
2948         accepts strings, and will DWIM in
2949         almost all cases
2950
2951     * Moose::Util::TypeConstraints
2952       - added type coercion features
2953         - added tests for this
2954         - added support for this in attributes
2955           and instance construction
2956       ** API CHANGES **
2957       - type construction no longer creates a
2958         function, it registers the type instead.
2959         - added several functions to get the
2960           registered types
2961
2962     * Moose::Object
2963       - BUILDALL and DEMOLISHALL were broken
2964         because of a mis-named hash key, Whoops :)
2965
2966     * Moose::Meta::Attribute
2967       - adding support for coercion in the
2968         autogenerated accessors
2969
2970     * Moose::Meta::Class
2971       - adding support for coercion in the
2972         instance construction
2973
2974     * Moose::Meta::TypeConstraint
2975     * Moose::Meta::TypeCoercion
2976           - type constraints and coercions are now
2977             full fledges meta-objects
2978
2979 0.01 Wed. March 15, 2006
2980     - Moooooooooooooooooose!!!