lib/Moose/Meta/Attribute/Native/Trait.pm: factor out some of the namespace resolution...
[gitmo/Moose.git] / Changes
1 Also see Moose::Manual::Delta for more details of, and workarounds
2 for, noteworthy changes.
3
4 {{$NEXT}}
5
6 2.0801 Thu, Mar 28, 2013
7
8   [BUG FIXES]
9
10   * properly apply traits at compile time (error introduced in 2.0800,
11     RT#77974). (doy)
12
13 2.0800 Wed, Mar 27, 2013
14
15   [ENHANCEMENTS]
16
17   * The super() subroutine now carps if you pass it arguments. These arguments
18     are always ignored, but we used to ignore them silently. RT #77383.
19
20   * Roles can now override methods from other roles they consume directly,
21     without needing to manually exclude them (just like classes can). (mst)
22
23   [BUG FIXES]
24
25   * Fix false positive when checking for circular references for modules that
26     use the "also" parameter with Moose::Exporter. Reported by Jon
27     Swartz. Fixed by Matthew Wickline. RT #63818.
28
29   * Fix memory leak in type unions. (Karen Etheridge) RT#83929.
30
31   * Fix application of traits at compile time. (doy) RT#77974.
32
33 2.0604 Wed, Sep 19, 2012
34
35   [BUG FIXES]
36
37   * Fix nonsensical error message for inlined accessors of required attributes.
38     (doy)
39
40   * Stop trying to localize a lexical (blead now throws an error for this). RT
41     #79257, perl #114628. (sprout)
42
43   [OTHER]
44
45   * Depend on a version of Carp new enough to have caller_info. RT #79367.
46     (pshangov)
47
48 2.0603 Thu, Jun 28, 2012
49
50   [BUG FIXES]
51
52   * Fix test failure in blead. RT #78085.
53
54 2.0602 Mon, May 07, 2012
55
56   [BUG FIXES]
57
58   * Ensure that the Moose::Exporter-generated init_meta returns the same value
59     that it did previously. This isn't really a bug, since the return value has
60     never been tested or documented, but since the generated init_meta is
61     nothing more than a compatibility shim at this point, there's no reason to
62     not make it as compatible as possible. Reported by Moritz Onken. (doy)
63
64 2.0601 Tue, May 01, 2012
65
66   [BUG FIXES]
67
68   * Fix init_meta order when multiple also packages are specified (this matters
69     when one of them is being used to actually initalize the metaclass,
70     typically with also => 'Moose'). Reported by Randy Stauner. (doy)
71
72 2.0600 Sun, Apr 29, 2012
73
74   [OTHER]
75
76   * Releasing 2.0502 as stable.
77
78 2.0502-TRIAL Wed, Apr 25, 2012
79
80   [OTHER]
81
82   * The Test::DependentModules test now covers a much wider range of downstream
83     dependents (all of them in fact, for some definition of "all"). This should
84     allow us to track inadvertent backwards compatibility breakages much more
85     effectively. (doy)
86
87   * A few test tweaks to avoid spurious failures. (doy)
88
89 2.0501-TRIAL Tue, Apr 03, 2012
90
91   [BUG FIXES]
92
93   * Avoid syntax errors on pre-5.14. (doy)
94
95 2.0500-TRIAL Tue, Apr 03, 2012
96
97   [NEW FEATURES]
98
99   * Class::MOP::Class now has methods for introspecting and modifying the
100     overloaded operators for a class. (doy)
101
102   [ENHANCEMENTS]
103
104   * The cookbook recipes have all been renamed. Instead of numbered recipes
105     (Basics::Recipe1), we now have descriptive names
106     (Basics::Point_AttributesAndSubclassing). This makes it easier for us to
107     add and remove recipes in the future, and makes it a little easier to
108     converse about them, since the name gives us some clue of what they
109     contain.
110
111   [BUG FIXES]
112
113   * Re-declaring a class_type or role_type constraint that has already been
114     declared now just returns the original type constraint, rather than
115     replacing the original constraint and ergo losing any coercions that were
116     on the original constraint. Fixes RT #73289. (t0m)
117
118   * Moose::Exporter now calls init_meta methods in the correct order, when
119     multiple levels of 'also' parameters are specified. Reported by Rocco
120     Caputo. (doy, perigrin)
121
122   * Moose::Exporter no longer generates init_meta methods in order to apply
123     metaroles, since the metaclass itself isn't guaranteed to exist yet at that
124     point. Metaroles are now applied at the end of import, after all
125     user-defined init_meta methods have been called. Fixes RT #51561. (doy)
126
127   * Fixed a memory leak. This occurred when creating an anonymous
128     class. Immutabilizing an anonymous class still leaks memory due to a bug in
129     Eval::Closure (which should hopefully be fixed soon). Based on code and bug
130     report from Carlos Lima. RT #74650.
131
132   * Fix a segfault when adding a method to a class which was defined in a
133     package which was deleted. (doy)
134
135 2.0403 Tue, Apr 03, 2012
136
137   [OTHER]
138
139     * No changes, reupload to fix indexing.
140
141 2.0402 Sat, Feb 04, 2012
142
143   [OTHER]
144
145   * Minor documentation fixes.
146
147   * Fix test failure on blead (test was unnecessarily strict). Reported by
148     Nicholas Clark. (doy)
149
150 2.0401 Thu, Nov 17, 2011
151
152   [BUG FIXES]
153
154   * Attributes with weak_ref now weaken their associated slot when they are
155     initialized through a lazy default or builder. Reported by tome. (doy)
156
157 2.0400 Tue, Nov 15, 2011
158
159   [OTHER]
160
161   * No changes from 2.0302 (other than a few minor documentation tweaks).
162
163 2.0302-TRIAL Wed, Nov 02, 2011
164
165   [BUG FIXES]
166
167   * Fix test failure on 5.8. (Dave Rolsky)
168
169   * Make make_immutable return value consistent and document it to be true.
170     (mst)
171
172 2.0301-TRIAL Fri, Oct 21, 2011
173
174   [BUG FIXES]
175
176   * Fix compilation on 5.8. Reported by ether. (doy)
177
178   * A custom error class caused a warning when the class that used it was made
179     immutable. Reported by Maroš Kollár. RT #71514. (Dave Rolsky)
180
181   [ENHANCEMENTS]
182
183   * The enum type will now allow single value enumerations. Previously, two or
184     more values were required. (rjbs)
185
186 2.0300-TRIAL Fri, Sep 23, 2011
187
188   [DEPRECATIONS]
189
190   * The optimize_as option for type constraints has been deprecated. Use the
191     inline_as option to provide inlining code instead. (Dave Rolsky)
192
193   [API CHANGES]
194
195   * Methods to introspect a class's methods will now return methods defined in
196     UNIVERSAL (isa, can, etc.). This also means that you can wrap these
197     methods with method modifiers. RT #69839. Reported by Vyacheslav
198     Matyukhin. (Dave Rolsky)
199
200   * The ->parent and ->parents method for a union now return the nearest
201     common ancestor of that union's component types. See Moose::Manual::Delta
202     for more details. (Dave Rolsky)
203
204   * The ->parents method used to return an arrayref for union types, and a
205     list of one or more types for all other types. Now they all return
206     lists. (Dave Rolsky)
207
208   * The ->is_subtype_of and ->is_a_type_of methods have changed their behavior
209     for union types. Previously, they returned true if any of their member
210     types returned true for a given type. Now, all of the member types must
211     return true. RT #67731. (Dave Rolsky)
212
213   [ENHANCEMENTS]
214
215   * The Moose::Exporter module now has a "meta_lookup" option when creating an
216     importer. This allows you to specify an alternate method for determining
217     the metaclass of a caller. This is useful for modules like
218     MooseX::Role::Parameterized which generate new metaclasses on the
219     fly. (sartak)
220
221   * Added a Moose::Meta::Method->is_stub method. (Dave Rolsky)
222
223   [BUG FIXES]
224
225   * A subtype of a union type did not return the right results when you called
226     ->is_subtype_of or ->is_a_type_of on it. This has been fixed. RT
227     #70322. (Dave Rolsky)
228
229   * An attribute accessor or delegation method can overwrite a stub method and
230     this will no longer throw an error. Reported by Mark-Jason Dominus. RT
231     #69988. (Dave Rolsky)
232
233   * The error generated by unfulfilled method requirements during role
234     composition now mentions how to work around imported methods not being
235     recognized. Reported by Michael Schwern. RT #60583. (doy)
236
237   * class_type and role_type will now throw errors if you attempt to use them
238     to override existing types, just like type and subtype have always done.
239     (doy)
240
241   * Implicitly creating class or role types by using them as the 'isa' or
242     'does' parameter to attribute construction will now register the type. This
243     means that it cannot later be redefined as something else. (doy)
244
245   * $class_type->is_subtype_of no longer returns true if passed the name of the
246     class that the class type represents when the class type wasn't registered.
247     (doy)
248
249   * Removing anonymous metaclasses prematurely no longer prevents reaping of
250     the associated stash. (doy)
251
252   [OTHER]
253
254   * The Class::MOP::load_class and Class::MOP::is_class_loaded subroutines are
255     no longer documented, and will cause a deprecation warning in the
256     future. Moose now uses Class::Load to provide this functionality, and you
257     should as well. (Dave Rolsky)
258
259 2.0205 Tue, Sep 06, 2011
260
261   [NEW FEATURES]
262
263   * The Array and Hash native traits now provide a "shallow_clone" method,
264     which will return a reference to a new container with the same contents as
265     the attribute's reference.
266
267   [ENHANCEMENTS]
268
269   * Specifying an invalid value in a hashref 'handles' value now throws a
270     sensible error. Reported by Mark-Jason Dominus. RT #69990. (Dave
271     Rolsky)
272
273   [BUG FIXES]
274
275   * When specifying an attribute trait, passing options for the trait besides
276     -alias or -excludes caused a warning. However, passing other options is
277     totally valid when using MooseX::Role::Parameterized. Fixes RT
278     #70419. (sartak)
279
280   * Allow regexp objects in duck_type constraints (to bring this in line with
281     the Object constraint).
282
283 2.0204 Thu, Aug 25, 2011
284
285   [BUG FIXES]
286
287   * Validating duck_type type constraint turned out to work only by accident,
288     and only when not running under the debugger. This has been fixed.
289     (Florian Ragwitz)
290
291   [OTHER]
292
293   * Loosen the dependency on ExtUtils::ParseXS.
294
295 2.0203 Tue, Aug 23, 2011
296
297   [BUG FIXES]
298
299   * is_class_loaded now properly detects packages which have a version object
300     in their $VERSION.
301
302   * Fix XS compilation under blead.
303
304 2.0202 Tue, Jul 26, 2011
305
306   [BUG FIXES]
307
308   * Be more consistent about how type constraint messages are handled.
309
310 2.0201 Fri, Jul 22, 2011
311
312   [BUG FIXES]
313
314   * Moose::Util::does_role shouldn't call ->does on things that don't inherit
315     from Moose::Object.
316
317   * Make ->does initialize the metaclass, so that calling it as a class method
318     on a class which sets up inheritance via some method other than extends
319     works properly (this fixes an issue with MooseX::Types).
320
321   * Make Dist::CheckConflicts a runtime requirement, so moose-outdated always
322     works.
323
324 2.0200 Mon, Jul 18, 2011
325
326   [OTHER]
327
328   * No changes from 2.0105 (other than a few minor documentation tweaks).
329
330 2.0105-TRIAL Mon, Jun 27, 2011
331
332   [ENHANCEMENTS]
333
334   * Moose::Util::does_role now respects overridden ->does methods. (doy)
335
336 2.0104-TRIAL Mon, Jun 20, 2011
337
338   [OTHER]
339
340   * Include changes from 2.0010.
341
342 2.0103-TRIAL Mon, Jun 20, 2011
343
344   [DEPRECATIONS]
345
346   * Several things that have been deprecated for a while have been removed. See
347     the 2.0000 section in Moose::Manual::Delta for details.
348
349   [NEW FEATURES]
350
351   * New Moose::Util::TypeConstraints::union function for creating union type
352     constraints without having to rely on the string type constraint parsing.
353     This also allows for creating unions of anonymous type constraints.
354     (kentnl)
355
356   [OTHER]
357
358   * Include changes from Moose 2.0009.
359
360 2.0102-TRIAL Sat, Jun 18, 2011
361
362   [ENHANCEMENTS]
363
364   * The native Array trait now has a 'first_index' method, which works just
365     like the version in List::MoreUtils. (Karen Etheridge)
366
367   * Clean up some internal code to help out extensions.
368
369   [OTHER]
370
371   * Include changes from Moose 2.0008.
372
373 2.0101-TRIAL Mon, Jun 06, 2011
374
375   [OTHER]
376
377   * Various packaging issues.
378
379 2.0100-TRIAL Mon, Jun 06, 2011
380
381   [DEPRECATIONS]
382
383   * Using a hand-optimized type constraint is now deprecated. In keeping with
384     our release policy, this won't actually start warning until the 2.0200
385     release.
386
387   [NEW FEATURES]
388
389   * Type constraints can now provide inlined versions, which should make
390     inlined code which uses type constraints (such as accessors) faster. This
391     replaces the existing hand-optimized constraint feature.  (Dave Rolsky)
392
393   [ENHANCEMENTS]
394
395   * Remove a lot of cases where generated methods closed over meta objects.
396     Most simple cases should now only close over simple data types and
397     coderefs. This should make deparsing simpler.
398
399 2.0010 Mon, Jun 20, 2011
400
401   [BUG FIXES]
402
403   * Fix regression in 2.0009 and 2.0103 when applying roles during init_meta in
404     an exporter that also re-exports Moose or Moose::Role. (t0m, ilmari)
405
406 2.0009 Sun, Jun 19, 2011
407
408   [BUG FIXES]
409
410   * duck_type type constraints now report reasonable errors when given
411     something which isn't an instance of an object. (t0m)
412
413   * Moose::Util::apply_all_roles now works even if the applicant is a non-Moose
414     class. (perigrin)
415
416   * When an object is reblessed, triggers are called on attributes that are
417     set during the reblessing. (Karen Etheridge).
418
419   [OTHER]
420
421   * Better error message if Moose->init_meta is called with a 'metaclass'
422     option when that metaclass hasn't been loaded. (jasonmay)
423
424 2.0008 Thu, Jun 16, 2011
425
426   [BUG FIXES]
427
428   * The 'accessor' native delegation for hashrefs now allows setting the value
429     to undef. (sugoik, doy)
430
431   [ENHANCEMENTS]
432
433   * Various generated methods have more useful context information. (doy)
434
435 2.0007 Sun, May 15, 2011
436
437   [BUG FIXES]
438
439   * Make sure weak attributes remain weak when cloning. (doy, rafl)
440
441 2.0006 Mon, May 09, 2011
442
443   [BUG FIXES]
444
445   * Revert the List::MoreUtils version bump, as it breaks backwards
446     compatibility. The dependency will be bumped with Moose 2.0200.
447
448 2.0005 Mon, May 09, 2011
449
450   [BUG FIXES]
451
452   * Only sort the alias keys when determining caching.
453
454 2.0004 Mon, May 09, 2011
455
456   [BUG FIXES]
457
458   * Bump the List::MoreUtils dep to avoid buggy behavior in old versions.
459
460   * Sort the list of roles and the alias and excludes parameters when
461     determining caching, since their order doesn't matter.
462
463 2.0003 Mon, May 09, 2011
464
465   [BUG FIXES]
466
467   * Applying multiple role objects (rather than role names) at once no longer
468     skips every other role. (rjbs)
469
470   * Caching of anon classes now works more sanely in the presence of role
471     application parameters - alias and excludes options are taken into account,
472     and caching is disabled entirely if other parameters exist. Asking for
473     caching (instead of just not weakening) when parameters are given will
474     begin warning in Moose 2.0200. (doy, autarch)
475
476 2.0002 Thu, Apr 28, 2011
477
478   [ENHANCEMENTS]
479
480   * Provide definition context information for constructors and destructors, so
481     that they will show up as something other than "generated method (unknown
482     origin)". Also, add the package that accessors are defined in to their
483     definition context.
484
485   * Use Devel::PartialDump in type constraint error messages, if it is
486     installed.
487
488   [BUG FIXES]
489
490   * Stop hiding warnings produced by throwing errors in DEMOLISH methods.
491
492   * The 'reset' native delegation for Counter attributes will now also respect
493     builders (previously, it only respected defaults).
494
495 2.0001 Fri, Apr 22, 2011
496
497   [ENHANCEMENTS]
498
499   * Anonymous classes and roles now have a unified implementation in
500     Class::MOP::Package. This means that anonymous packages are now also
501     possible. (Shawn M Moore, doy)
502
503   [BUG FIXES]
504
505   * No longer call XSLoader from multiple places, as this causes issues on
506     older perls. (doy, ribasushi)
507
508   * Moose::Meta::Role->create now accepts the 'roles' parameter, as it was
509     documented to. (Chris Weyl)
510
511   * Depend on Eval::Closure 0.04, which fixes some issues in mod_perl
512     environments. (doy, mateu)
513
514 2.0000 Mon, Apr 11, 2011
515
516   [API CHANGES]
517
518   * The RegexpRef type constraint now accepts regular expressions blessed into
519     other classes, such as those found in pluggable regexp engines.
520     Additionally the 'Object' constraint no longer rejects objects implemented
521     as a blessed regular expression. (David Leadbeater)
522
523   [OTHER]
524
525   * Moose::Manual::Support now explicitly states when major releases are
526     allowed to happen (January, April, July, or October).
527
528 1.9906-TRIAL Mon, Apr 04, 2011
529
530   [OTHER]
531
532   * Update conflicts list.
533   * Minor pod updates.
534
535 1.9905-TRIAL Mon, Mar 28, 2011
536
537   [NEW FEATURES]
538
539   * The Moose::Meta::Role::Attribute class now has an original_role method
540     which returns the role which first defined an attribute. See the docs for
541     details. (Dave Rolsky)
542
543   * Moose::Util::MetaRole will make sure that the class to which you're
544     applying metaroles or base class roles can actually have them applied. If
545     not (it's not a Moose class, it has a non-Moose metaclass, etc.), then it
546     gives a useful error message. Previously, this would just end up dying in
547     the MetaRole code without a useful message. (Dave Rolsky)
548
549   [BUG FIXES]
550
551   * When a role had its own applied_attribute metaclass (usually from MetaRole
552     application), that metaclass would get lost when that role participated in
553     role composition. It was also lost if that role was consumed by some other
554     role. Both of these cases have been fixed. Attributes are always applied
555     with the applied_attribute metaclass of the role which originally defined
556     them. (Dave Rolsky)
557
558 1.9904-TRIAL Fri, Mar 04, 2011
559
560   [BUG FIXES]
561
562   * Reinitializing anonymous roles used to accidentally clear out the role's
563     stash in some circumstances. This is now fixed. (doy)
564
565   * The Int type constraint now rejects integers with trailing newlines.
566     (Matthew Horsfall)
567
568 1.9903-TRIAL Mon, Feb 28, 2011
569
570   [BUG FIXES]
571
572   * Reverse the order that Moose::Exporter 'also' exports are dispatched. When
573     trying to re-export from a package that itself exported a modified set of
574     Moose sugar, you'd get the original Moose sugar instead of the overrides.
575     There are also now tests for this. (perigrin)
576
577   * Don't initialize lazy attributes with defaults in the constructor (for
578     immutable classes). (mo)
579
580   * When reinitializing meta objects for classes and roles, we failed to
581     preserve roles and role applications. This led to weird bugs. Many MooseX
582     modules end up reinitializing your class or role. (Dave Rolsky)
583
584 1.9902-TRIAL Mon, Jan 03, 2011
585
586   [OTHER]
587
588   * Fix generation of CCFLAGS.
589
590   * Add a bit more Dist::Zilla functionality.
591
592 1.9901-TRIAL Mon, Jan 03, 2011
593
594   [OTHER]
595
596   * Fix some indexing issues.
597
598   * Fix a few issues with the conflict checking stuff.
599
600 1.9900-TRIAL Sat, Jan 01, 2011
601
602   [OTHER]
603
604   * The entire Class::MOP distribution has been merged with Moose. In the
605     future, the Class::MOP code itself will be merged into Moose, and
606     eventually the Class::MOP namespace will disappear entirely. For the
607     current release, we have simply changed how Class::MOP is
608     distributed. (Dave Rolsky).
609
610   * Switched to Dist::Zilla for development. However, we still have a minimal
611     Makefile.PL in the repository that can be used for development. (Dave
612     Rolsky)
613
614   [API CHANGES]
615
616   * Roles now have their own default attribute metaclass to use during
617     application to a class, rather than just using the class's
618     attribute_metaclass. This is also overridable via ::MetaRole, with the
619     applied_attribute key in the role_metaroles hashref (doy).
620
621   * The internal code used to generate inlined methods (accessor, constructor,
622     etc.) has been massively rewritten. MooseX modules that do inlining will
623     almost certainly need to be updated as well.
624
625   [ENHANCEMENTS]
626
627   * We now load the roles needed for native delegations only as needed. This
628     speeds up the compilation time for Moose itself. (doy)
629
630
631 1.25 Fri, Apr 1, 2011
632
633   [BUG FIXES]
634
635   * Reinitializing anonymous roles used to accidentally clear out the role's
636     stash in some circumstances. This is now fixed. (doy) (backported from
637     1.9904)
638
639
640 1.24 Tue, Feb 24, 2011
641
642   [BUG FIXES]
643
644   * Reverse the order that Moose::Exporter 'also' exports are dispatched. When
645     trying to re-export from a package that itself exported a modified set of
646     Moose sugar, you'd get the original Moose sugar instead of the overrides.
647     There are also now tests for this. (perigrin) (backported from 1.9903)
648
649
650 1.23 Sun, Feb 13, 2011
651
652   [PACKAGING FIX]
653
654   * The 1.22 release had a bad MANIFEST. This has been fixed.
655
656
657 1.22 Sun, Feb 13, 2011
658
659   [BUG FIXES]
660
661   * When reinitializing meta objects for classes and roles, we failed to
662     preserve roles and role applications. This led to weird bugs. Many MooseX
663     modules end up reinitializing your class or role. (Dave Rolsky) (backported
664     from 1.9903)
665
666 1.21 Wed, Nov 24, 2010
667
668   [ENHANCEMENTS]
669
670   * The Support manual has been updated to reflect our new major/minor version
671     policy. (Chris Prather)
672
673   * The Contributing manual has been updated to reflect workflow changes based
674     on this new support policy. (doy)
675
676   [BUG FIXES]
677
678   * The role attribute metaclass did not inherit from Class::MOP::Object,
679     which could cause errors when trying to resolve metaclass compatibility
680     issues. Reported by Daniel Ruoso. (doy)
681
682   * The lazy_build feature was accidentally removed from all the docs. Now
683     it's listed in Moose.pm again. (Chris Prather)
684
685 1.20 Fri, Nov 19, 2010
686
687   [BUG FIXES]
688
689   * When using native delegations, if an array or hash ref member failed a
690     type constraint check, Moose ended up erroring out with "Can't call method
691     "get_message" on unblessed reference" instead of generating a useful error
692     based on the failed type constraint. Reported by t0m. RT #63113. (Dave
693     Rolsky)
694
695 1.19 Tue, Nov 2, 2010
696
697   [BUG FIXES]
698
699   * There was still one place in the code trying to load Test::Exception
700     instead of Test::Fatal. (Karen Etheridge)
701
702
703 1.18 Sun, Oct 31, 2010
704
705   [ENHANCEMENTS]
706
707   * Type constraint objects now have an assert_coerce method which will either
708     return a valid value or throw an error. (rjbs)
709
710   * We now warn when an accessor for one attribute overwrites an accessor for
711     another attribute. RT #57510. (Dave Rolsky)
712
713   [BUG FIXES]
714
715   * The native Array and Hash delegation methods now coerce individual new
716     members if the _member type_ has a coercion. In other words, if the array
717     reference is defined as an ArrayRef[DateTime], and you've defined a
718     coercion from Int to DateTime, then pushing an integer via a delegation
719     method will coerce the integer to a DateTime object. Reported by Karen
720     Etheridge. RT #62351. (Dave Rolsky)
721
722   * An attribute using native delegations did not always properly coerce and
723     type check a lazily set default value. (doy and Dave Rolsky)
724
725   * Using a regexp to define delegations for a class which was not yet loaded
726     did not actually work, but did not explicitly fail. However, it caused an
727     error when the class was loaded later. Reported by Max Kanat-Alexander. RT
728     #60596. (Dave Rolsky)
729
730   * Attempting to delegate to a class or role which is not yet loaded will now
731     throw an explicit error. (Dave Rolsky)
732
733   * Attempting to set lazy_build in an inherited attribute was ignored. RT
734     #62057. (perigrin)
735
736   [OTHER]
737
738   * The Moose test suite now uses Test::Fatal instead of
739     Test::Exception. (rjbs)
740
741 1.17 Tue, Oct 19, 2010
742
743   [BUG FIXES]
744
745   * Make native delegation inlining work with instance metaclasses where slot
746     access is an do {} block, like Kioku. This fixes the use of native
747     delegations together with Kioku. (Scott, doy)
748
749 1.16 Mon, Oct 18, 2010
750
751   [ENHANCEMENTS]
752
753   * Almost every native delegation method which changes the attribute value
754     now has an explicitly documented return value. In general, this return
755     value matches what Perl would return for the same operation. (Dave Rolsky)
756
757   * Lots of work on native delegation documentation, including documenting
758     what arguments each native delegation method allows or requires. (Dave
759     Rolsky)
760
761   * Passing an odd number of args to ->new() now gives a more useful warning
762     than Perl's builtin warning. Suggested by Sir Robert Burbridge. (Dave
763     Rolsky)
764
765   * Allow disabling stack traces by setting an environment variable. See
766     Moose::Error::Default for details. This feature is considered
767     experimental, and may change in a future release. (Marcus Ramberg)
768
769   * The deprecation warning for using alias and excludes without a leading
770     dash now tells you the role being applied and what it was being applied
771     to. (mst).
772
773   [BUG FIXES]
774
775   * A number of native trait methods which expected strings as arguments did
776     not allow the empty string. This included Array->join, String->match,
777     String->replace, and String->substr. Reported by Whitney Jackson. RT
778     #61962. (Dave Rolsky)
779
780   * 'no Moose' no longer inadvertently removes imports it didn't create
781     itself. RT #60013. (Florian Ragwitz, doy)
782
783   * Roles now support passing an array reference of method names to method
784     modifier sugar functions. (doy)
785
786   * Native traits no longer use optimized inlining routines if the instance
787     requests it (in particular, if inline_get_slot_value doesn't return
788     something that can be assigned to). This should fix issues with
789     KiokuDB::Class. (doy)
790
791   * We now ignore all Class::MOP and Moose classes when determining what
792     package called a deprecated feature. This should make the deprecation
793     warnings saner, and make it possible to turn them off more easily. (Dave
794     Rolsky)
795
796   * The deprecated "default is" warning no longer happens if the attribute has
797     any accessor method defined (accessor, reader, writer). Also, this warning
798     only happens when a method that was generated because of the "default is"
799     gets called, rather than when the attribute is defined. (Dave Rolsky)
800
801   * The "default default" code for some native delegations no longer issues a
802     deprecation warning when the attribute is required or has a builder. (Dave
803     Rolsky)
804
805   * Setting a "default default" caused a fatal error if you used the builder
806     or lazy_build options for the attribute. Reported by Kent Fredric. RT
807     #59613. (Dave Rolsky)
808
809 1.15 Tue, Oct 5, 2010
810
811   [API CHANGES]
812
813   * Major changes to Native Traits, most of which make them act more like
814     "normal" attributes. This should be mostly compatible with existing code,
815     but see Moose::Manual::Delta for details.
816
817   * A few native traits (String, Counter, Bool) provide default values of "is"
818     and "default" when you created an attribute. Allowing them to provide
819     these values is now deprecated. Supply the value yourself when creating
820     the attribute.
821
822   * New option 'trait_aliases' for Moose::Exporter, which will allow you to
823     generate non-global aliases for your traits (and allow your users to
824     rename the aliases, etc). (doy)
825
826   * 'use Moose' and 'use Moose::Role' now accept a '-meta_name' option, to
827     determine which name to install the 'meta' name under. Passing 'undef'
828     to this option will suppress generation of the meta method entirely. (doy)
829
830   * Moose now warns if it overwrites an existing method named "meta" in your
831     class when you "use Moose". (doy)
832
833   [ENHANCEMENTS]
834
835   * Native Trait delegations are now all generated as inline code. This should
836     be much faster than the previous method of delegation. In the best case,
837     native trait methods will be very highly optimized.
838
839   * Reinitializing a metaclass no longer removes the existing method and
840     attribute objects (it instead fixes them so they are correct for the
841     reinitialized metaclass). This should make the order of loading many
842     MooseX modules less of an issue. (doy)
843
844   * The Moose::Manual docs have been revised and updated. (Dave Rolsky)
845
846   [BUG FIXES]
847
848   * If an attribute was weak, setting it to a non-ref value after the object
849     was constructed caused an error. Now we only call weaken when the new
850     value is a reference.
851
852   * t/040_type_constraints/036_match_type_operator.t failed on 5.13.5+. Fixed
853     based on a patch from Andreas Koenig.
854
855 1.14 Tue, Sep 21, 2010
856
857   [BUG FIXES]
858
859   * Work around what looks like a bug in List::MoreUtils::any. This bug caused
860     a weird error when defining the same union type twice, but only when using
861     MooseX::Types. Reported by Curtis Jewell. RT #61001. (Dave Rolsky)
862
863 1.13 Mon, Sep 13, 2010
864
865   [API CHANGES]
866
867   * The deprecation warnings for alias and excludes are back, use -alias and
868     -excludes instead. (Dave Rolsky)
869
870   [ENHANCEMENTS]
871
872   * When composing one role into another and there is an attribute conflict,
873     the error message now includes the attribute name. Reported by Sam
874     Graham. RT #59985. (Dave Rolsky)
875
876   * When a class is made immutable, the does_role method is overridden with a
877     much faster version that simply looks role names up in a hash. Code which
878     uses lots of role-based type constraints should be faster. (Dave Rolsky)
879
880 1.12 Sat, Aug 28, 2010
881
882   [BUG FIXES]
883
884   * Fix the MANIFEST. Fixes RT #60831, reported by Alberto Simões.
885
886 1.11 Fri, Aug 27, 2010
887
888   [API CHANGES]
889
890   * An attribute in a subclass can now override the value of "is". (doy)
891
892   * The deprecation warnings for alias and excludes have been turned back off
893     for this release, to give other module authors a chance to tweak their
894     code. (Dave Rolsky)
895
896   [BUG FIXES]
897
898   * mro::get_linear_isa was being called as a function rather than a method,
899     which caused problems with Perl 5.8.x. (t0m)
900
901   * Union types always created a type constraint, even if their constituent
902     constraints did not have any coercions. This bogus coercion always
903     returned undef, which meant that a union which included Undef as a member
904     always coerced bad values to undef. Reported by Eric Brine. RT
905     #58411. (Dave Rolsky)
906
907   * Union types with coercions would always fall back to coercing the value to
908     undef (unintentionally). Now if all the coercions for a union type fail,
909     the value returned by the coercion is the original value that we attempted
910     to coerce. (Dave Rolsky).
911
912 1.10 Sun, Aug 22, 2010
913
914   [API CHANGES]
915
916   * The long-deprecated alias and excludes options for role applications now
917     issue a deprecation warning. Use -alias and -excludes instead. (Dave
918     Rolsky)
919
920   [BUG FIXES]
921
922   * Inlined code no longer stringifies numeric attribute defaults. (vg, doy)
923
924   * default => undef now works properly. (doy)
925
926   * Enum type constraints now throw errors if their values are nonsensical.
927     (Sartak)
928
929   [ENHANCEMENTS]
930
931   * Optimizations that should help speed up compilation time (Dave Rolsky).
932
933 1.09 Tue, Jul 25, 2010
934
935   [API CHANGES]
936
937   * You can no longer pass "coerce => 1" for an attribute unless its type
938     constraint has a coercion defined. Doing so will issue a deprecation
939     warning. (Dave Rolsky)
940
941   * Previously, '+foo' only allowed a specific set of options to be
942     overridden, which made it impossible to change attribute options related
943     to extensions. Now we blacklist some options, and anything else is
944     allowed. (doy, Tuomas Jormola)
945
946   * Most features which have been declared deprecated now issue a warning using
947     Moose::Deprecated. Warnings are issued once per calling package, not
948     repeatedly. See Moose::Deprecated for information on how you can shut
949     these warnings up entirely. Note that deprecated features will eventually
950     be removed, so shutting up the warnings may not be the best idea. (Dave
951     Rolsky)
952
953   * Removed the long-deprecated Moose::Meta::Role->alias_method method. (Dave
954     Rolsky).
955
956   [NEW FEATURES]
957
958   * We no longer unimport strict and warnings when Moose, Moose::Role, or
959     Moose::Exporter are unimported. Doing this was broken if the user
960     explicitly loaded strict and warnings themself, and the results could be
961     generally surprising. We decided that it was best to err on the side of
962     safety and leave these on. Reported by David Wheeler. RT #58310. (Dave
963     Rolsky)
964
965   * New with_traits helper function in Moose::Util. (doy)
966
967   [BUG FIXES]
968
969   * Accessors will no longer be inlined if the instance metaclass isn't
970     inlinable. (doy)
971
972   * Use Perl 5.10's new recursive regex features, if possible, for the type
973     constraint parser. (doy, nothingmuch)
974
975   [ENHANCEMENTS]
976
977   * Attributes now warn if their accessors overwrite a locally defined
978     function (not just method). (doy)
979
980   [OTHER]
981
982   * Bump our required perl version to 5.8.3, since earlier versions fail tests
983     and aren't easily installable/testable.
984
985 1.08 Tue, Jun 15, 2010
986
987   [ENHANCEMENTS]
988
989   * Refactored a small amount of Moose::Meta::Method::Constructor to allow it
990     to be overridden more easily (doy).
991
992 1.07 Sat, Jun 05, 2010
993
994   [BUG FIXES]
995
996   * Fixed a minor metaclass compatibility fixing bug dealing with immutable
997     classes and non-class metaclass traits (doy, dougdude).
998
999 1.06 Tue, Jun 01, 2010
1000
1001   [NEW FEATURES]
1002
1003   * Added '0+' overloading in Moose::Meta::TypeConstraint so that we can
1004     more uniformly compare type constraints between 'classic' Moose type
1005     constraints and MooseX::Types based type constraints.
1006
1007 1.05 Thu, May 20, 2010
1008
1009   [API CHANGES]
1010
1011   * Packages and modules no longer have methods - this functionality was
1012     moved back up into Moose::Meta::Class and Moose::Meta::Role individually
1013     (through the Class::MOP::Mixin::HasMethods mixin) (doy).
1014
1015   * BUILDALL is now called by Moose::Meta::Class::new_object, rather than by
1016     Moose::Object::new. (doy)
1017
1018   [NEW FEATURES]
1019
1020   * strict and warnings are now unimported when Moose, Moose::Role, or
1021     Moose::Exporter are unimported. (doy, Adam Kennedy)
1022
1023   * Added a 'consumers' method to Moose::Meta::Role for finding all
1024     classes/roles which consume the given role. (doy)
1025
1026   [BUG FIXES]
1027
1028   * Fix has '+attr' in Roles to explode immediately, rather than when the role
1029     is applied to a class (t0m).
1030
1031   * Fix type constraint validation messages to not include the string 'failed'
1032     twice in the same sentence (Florian Ragwitz).
1033
1034   * New type constraints will default to being unequal, rather than equal
1035     (rjbs).
1036
1037   * The tests no longer check for perl's behavior of clobbering $@, which has
1038     been fixed in perl-5.13.1 (Florian Ragwitz).
1039
1040   * Metaclass compatibility fixing has been completely rewritten, and should
1041     be much more robust. (doy)
1042
1043 1.04 Thu, May 20, 2010
1044
1045   * This release was broken and has been deleted from CPAN shortly after its
1046     upload.
1047
1048 1.03 Thu, May 06, 2010
1049
1050   [NEW FEATURES]
1051
1052   * Allow specifying required versions when setting superclasses or applying
1053     roles (Florian Ragwitz).
1054
1055 1.02 Sat, May 01, 2010
1056
1057   [BUG FIXES]
1058
1059   * Stop the natatime method provided by the native Array trait from returning
1060     an exhausted iterator when being called with a callback. (Florian Ragwitz)
1061
1062   * Make Moose::Meta::TypeConstraint::Class correctly reject RegexpRefs.
1063     (Florian Ragwitz)
1064
1065   * Calling is_subtype_of on a Moose::Meta::TypeConstraint::Class with itself or
1066     the class the TC represents as an argument incorrectly returned true. This
1067     behavior is correct for is_type_of, not is_subtype_of. (Guillermo Roditi)
1068
1069   * Use File::Temp for temp files created during tests. Previously, files were
1070     written to the t/ dir, which could cause problems of the user running the
1071     tests did not have write access to that directory.. (Chris Weyl, Ævar
1072     Arnfjörð Bjarmason)
1073
1074   * Pass role arguments along when applying roles to instances. (doy, lsm)
1075
1076 1.01 Fri, Mar 26, 2010
1077
1078   [NEW FEATURES]
1079
1080   * The handles option now also accepts a role type constraint in addition to a
1081     plain role name. (Florian Ragwitz)
1082
1083   [OTHER]
1084
1085   * Record the Sartak/doy debt properly in Changes (perigrin)
1086
1087 1.00 Tue, Mar 25, 2010
1088
1089   [BUG FIXES]
1090
1091   * Moose::Meta::Attribute::Native::Trait::Code no longer creates reader
1092     methods by default. (Florian Ragwitz)
1093
1094   [DOCUMENTATION]
1095
1096   * Improve various parts of the documentation and fix many typos.
1097     (Dave Rolsky, Mateu Hunter, Graham Knop, Robin V, Jay Hannah, Jesse Luehrs)
1098
1099   [OTHER]
1100
1101   * Paid the $10 debt to doy from 0.80 Sat, Jun 6, 2009 (Sartak)
1102
1103 0.99 Mon, Mar 8, 2010
1104
1105   [NEW FEATURES]
1106
1107   * New method find_type_for in Moose::Meta::TypeConstraint::Union, for finding
1108     which member of the union a given value validates for. (Cory Watson)
1109
1110   [BUG FIXES]
1111
1112   * DEMOLISH methods in mutable subclasses of immutable classes are now called
1113     properly (Chia-liang Kao, Jesse Luehrs)
1114
1115   [NEW DOCUMENTATION]
1116
1117   * Added Moose::Manual::Support that defines the support, compatiblity, and
1118     release policies for Moose. (Chris Prather)
1119
1120 0.98 Wed, Feb 10, 2010
1121
1122   [BUG FIXES]
1123
1124   * An internals change in 0.97 broke role application to an instance in some
1125     cases. The bug occurred when two different roles were applied to different
1126     instances of the same class. (Rafael Kitover)
1127
1128
1129 0.97 Tue, Feb 9, 2010
1130
1131   [BUG FIXES]
1132
1133   * Calling ->reinitialize on a cached anonymous class effectively uncached
1134     the metaclass object, causing the metaclass to go out of scope
1135     unexpectedly. This could easily happen at a distance by applying a
1136     metarole to an anonymous class. (Dave Rolsky).
1137
1138 0.96 Sat, Feb 6, 2010
1139
1140   [NEW FEATURES]
1141
1142   * ScalarRef is now a parameterized type. You can now specify a type
1143     constraint for whatever the reference points to. (Closes RT#50857)
1144     (Michael G. Schwern, Florian Ragwitz)
1145
1146   [BUG FIXES]
1147
1148   * ScalarRef now accepts references to other references. (Closes RT#50934)
1149     (Michael G. Schwern)
1150
1151 0.95 Thu, Feb 4, 2010
1152
1153   [NEW FEATURES]
1154
1155   * Moose::Meta::Attribute::Native::Trait::Code now provides execute_method as
1156     a delegation option. This allows the code reference to be called as a
1157     method on the object. (Florian Ragwitz)
1158
1159   [ENHANCEMENTS]
1160
1161   * Moose::Object::does no longer checks the entire inheritance tree, since
1162     Moose::Meta::Class::does_role already does this. (doy)
1163
1164   * Moose::Util::add_method_modifier (and subsequently the sugar functions
1165     Moose::before, Moose::after, and Moose::around) can now accept arrayrefs,
1166     with the same behavior as lists. Types other than arrayref and regexp
1167     result in an error.  (Dylan Hardison)
1168
1169 0.94 Mon, Jan 18, 2010
1170
1171   [API CHANGES]
1172
1173   * Please see the changes listed for 0.93_01 and Moose::Manual::Delta.
1174
1175   [ENHANCEMENTS]
1176
1177   * Improved support for anonymous roles by changing various APIs to take
1178     Moose::Meta::Role objects as well as role names. This included
1179
1180   - Moose::Meta::Class->does_role
1181   - Moose::Meta::Role->does_role
1182   - Moose::Util::does_role
1183   - Moose::Util::apply_all_roles
1184   - Moose::Util::ensure_all_roles
1185   - Moose::Util::search_class_by_role
1186
1187   Requested by Shawn Moore. Addresses RT #51143 (and then some). (Dave Rolsky)
1188
1189   [BUG FIXES]
1190
1191   * Fix handling of non-alphanumeric attributes names like '@foo'. This should
1192     work as long as the accessor method names are explicitly set to valid Perl
1193     method names. Reported by Doug Treder. RT #53731. (Dave Rolsky)
1194
1195
1196 0.93_03 Tue, Jan 5, 2010
1197
1198   [BUG FIXES]
1199
1200   * Portability fixes to our XS code so we compile with 5.8.8 and Visual
1201     C++. Fixes RT #53391. Reported by Taro Nishino. (rafl)
1202
1203
1204 0.93_02 Tue, Jan 5, 2010
1205
1206  [BUG FIXES]
1207
1208   * Depend on Class::MOP 0.97_01 so we can get useful results from CPAN
1209     testers. (Dave Rolsky)
1210
1211
1212 0.93_01 Mon, Jan 4, 2010
1213
1214   [API CHANGES]
1215
1216   See Moose::Manual::Delta for more details on backwards compatiblity issues.
1217
1218   * Role attributes are now objects of the Moose::Meta::Role::Attribute
1219     class. (Dave Rolsky).
1220
1221   * There were major changes to how metaroles are applied. We now distinguish
1222     between metaroles for classes vs those for roles. See the
1223     Moose::Util::MetaRole docs for details. (Dave Rolsky)
1224
1225   * The old MetaRole API has been deprecated, but will continue to
1226     work. However, if you are applying an attribute metaclass role, this may
1227     break because of the fact that roles now have an attribute metaclass
1228     too. (Dave Rolsky)
1229
1230   * Moose::Util::MetaRole::apply_metaclass_roles is now called
1231     apply_metaroles. The old name is deprecated. (Dave Rolsky)
1232
1233   * The unimport subs created by Moose::Exporter now clean up re-exported
1234     functions like blessed and confess, unless the caller imported them from
1235     somewhere else too. See Moose::Manua::Delta for backcompat details. (rafl)
1236
1237   [ENHANCEMENTS AND BUG FIXES]
1238
1239   * Changed the Str constraint to accept magic lvalue strings like one gets from
1240     substr et al, again. (sorear)
1241
1242   * Sped up the type constraint parsing regex. (Sam Vilain)
1243
1244   * The Moose::Cookbook::Extending::Recipe2 recipe was broken. Fix suggested by
1245     jrey.
1246
1247   * Added Moose::Util::TypeConstraints exports when using oose.pm to allow
1248     easier testing of TypeConstraints from the command line. (perigrin)
1249
1250   * Added a with_immutable test function to Test::Moose, to run a block of tests
1251     with and without certain classes being immutable. (doy)
1252
1253   * We now use Module::Install extensions explicitly to avoid confusing errors
1254     if they're not installed. We use Module::Install::AuthorRequires to stop
1255     test extraction and general failures if you don't have the author side
1256     dependencies installed.
1257
1258   * Fixed a grammar error in Moose::Cookbook::Basics::Recipe4. rt.cpan.org
1259     #51791. (Amir E. Aharoni)
1260
1261
1262 0.93 Thu, Nov 19, 2009
1263     * Moose::Object
1264       - Calling $object->new() is no longer deprecated, and no longer
1265         warns. (doy)
1266
1267     * Moose::Meta::Role
1268       - The get_attribute_map method is now deprecated. (Dave Rolsky)
1269
1270     * Moose::Meta::Method::Delegation
1271       - Preserve variable aliasing in @_ for delegated methods, so that
1272         altering @_ affects the passed value. (doy)
1273
1274     * Moose::Util::TypeConstraints
1275       - Allow array refs for non-anonymous form of enum and duck_type, not
1276         just anonymous. The non-arrayref forms may be removed in the
1277         future. (doy)
1278       - Changed Str constraint to not accept globs (*STDIN or *FOO). (chansen)
1279       - Properly document Int being a subtype of Str. (doy)
1280
1281     * Moose::Exporter
1282       - Moose::Exporter using modules can now export their functions to the
1283         main package. This applied to Moose and Moose::Role, among
1284         others. (nothingmuch)
1285
1286     * Moose::Meta::Attribute
1287       - Don't remove attribute accessors we never installed, during
1288         remove_accessors. (doy)
1289
1290     * Moose::Meta::Attribute::Native::Trait::Array
1291       - Don't bypass prototype checking when calling List::Util::first, to
1292         avoid a segfault when it is called with a non-code argument. (doy)
1293
1294     * Moose::Meta::Attribute::Native::Trait::Code
1295       - Fix passing arguments to code execute helpers. (doy)
1296
1297 0.92 Tue, Sep 22, 2009
1298     * Moose::Util::TypeConstraints
1299       - added the match_on_type operator (Stevan)
1300         - added tests and docs for this (Stevan)
1301
1302     * Moose::Meta::Class
1303       - Metaclass compat fixing should already happen recursively, there's no
1304         need to explicitly walk up the inheritance tree. (doy)
1305
1306     * Moose::Meta::Attribute
1307       - Add tests for set_raw_value and get_raw_value. (nothingmuch)
1308
1309 0.91 Thu, Sep 17, 2009
1310     * Moose::Object
1311       - Don't import any functions, in order to avoid polluting our namespace
1312         with things that can look like methods (blessed, try, etc)
1313         (nothingmuch)
1314
1315     * Moose::Meta::Method::Constructor
1316       - The generated code needs to called Scalar::Util::blessed by its
1317         fully-qualified name or else Perl can interpret the call to blessed as
1318         an indirect method call. This broke Search::GIN, which in turn broke
1319         KiokuDB. (nothingmuch)
1320
1321 0.90 Tue, Sep 15, 2009
1322     * Moose::Meta::Attribute::Native::Trait::Counter
1323     * Moose::Meta::Attribute::Native::Trait::String
1324       - For these two traits, an attribute which did not explicitly provide
1325         methods to handles magically ended up delegating *all* the helper
1326         methods. This has been removed. You must be explicit in your handles
1327         declaration for all Native Traits. (Dave Rolsky)
1328
1329     * Moose::Object
1330       - DEMOLISHALL behavior has changed. If any DEMOLISH method dies, we make
1331         sure to rethrow its error message. However, we also localize $@ before
1332         this so that if all the DEMOLISH methods success, the value of $@ will
1333         be preserved. (nothingmuch and Dave Rolsky)
1334       - We now also localize $? during object destruction. (nothingmuch and
1335         Dave Rolsky)
1336       - The handling of DEMOLISH methods was broken for immutablized classes,
1337         which were not receiving the value of
1338         Devel::GlobalDestruction::in_global_destruction.
1339       - These two fixes address some of RT #48271, reported by Zefram.
1340       - This is all now documented in Moose::Manual::Construction.
1341       - Calling $object->new() is now deprecated. A warning will be
1342         issued. (perigrin)
1343
1344     * Moose::Meta::Role
1345       - Added more hooks to customize how roles are applied. The role
1346         summation class, used to create composite roles, can now be changed
1347         and/or have meta-roles applied to it. (rafl)
1348       - The get_method_list method no longer explicitly excludes the "meta"
1349         method. This was a hack that has been replaced by better hacks. (Dave
1350         Rolsky)
1351
1352     * Moose::Meta::Method::Delegation
1353       - fixed delegated methods to make sure that any modifiers attached to
1354         the accessor being delegated on will be called (Stevan)
1355         - added tests for this (Stevan)
1356
1357     * Moose::Meta::Class
1358       - Moose no longer warns when a class that is being made immutable has
1359         mutable ancestors. While in theory this is a good thing to warn about,
1360         we found so many exceptions to this that doing this properly became
1361         quite problematic.
1362
1363 0.89_02 Thu, Sep 10, 2009
1364     * Moose::Meta::Attribute::Native
1365       - Fix Hash, which still had 'empty' instead of 'is_empty'. (hdp)
1366
1367     * Moose::Meta::Attribute::Native::Trait::Array
1368       - Added a number of functions from List::Util and List::MoreUtils,
1369         including reduce, shuffle, uniq, and natatime. (doy)
1370
1371     * Moose::Exporter
1372       - This module will now generate an init_meta method for your exporting
1373         class if you pass it options for
1374         Moose::Util::MetaRole::apply_metaclass_roles or
1375         apply_base_class_roles. This eliminates a lot of repetitive
1376         boilerplate for typical MooseX modules. (doy).
1377       - Documented the with_meta feature, which is a replacement for
1378         with_caller. This feature was added by josh a while ago.
1379       - The with_caller feature is now deprecated, but will not issue a
1380         warning yet. (Dave Rolsky)
1381       - If you try to wrap/export a subroutine which doesn't actually exist,
1382         Moose::Exporter will warn you about this. (doy)
1383
1384     * Moose::Meta::Role::Application::ToRole
1385       - When a role aliased a method from another role, it was only getting
1386         the new (aliased) name, not the original name. This differed from what
1387         happens when a class aliases a role's methods. If you _only_ want the
1388         aliased name, make sure to also exclue the original name. (Dave
1389         Rolsky)
1390
1391 0.89_01 Wed Sep 2, 2009
1392     * Moose::Meta::Attribute
1393       - Added the currying syntax for delegation from AttributeHelpers to the
1394         existing delegation API. (hdp)
1395
1396     * Moose::Meta::Attribute::Native
1397       - We have merged the functionality of MooseX::AttributeHelpers into the
1398         Moose core with some API tweaks. You can continue to use
1399         MooseX::AttributeHelpers, but it will not be maintained except
1400         (perhaps) for critical bug fixes in the future. See
1401         Moose::Manual::Delta for details. (hdp, jhannah, rbuels, Sartak,
1402         perigrin, doy)
1403
1404     * Moose::Error::Croak
1405     * Moose::Error::Confess
1406       - Clarify documentation on how to use different error-throwing
1407         modules. (Curtis Jewell)
1408
1409     * Moose
1410       - Correct POD for builder to point to Recipe8, not 9. (gphat)
1411
1412     * Moose::Exporter
1413       - When a nonexistent sub name is passed to as_is, with_caller, or
1414         with_meta, throw a warning and skip the exporting, rather than
1415         installing a broken sub. (doy)
1416
1417     * Moose::Meta::Class
1418       - Moose now warns if you call C<make_immutable> for a class with mutable
1419         ancestors. (doy)
1420
1421 0.89 Thu Aug 13, 2009
1422     * Moose::Manual::Attributes
1423       - Clarify "is", include discussion of "bare". (Sartak)
1424
1425     * Moose::Meta::Role::Method::Conflicting
1426     * Moose::Meta::Role::Application::ToClass
1427       - For the first set of roles involved in a conflict, report all
1428         unresolved method conflicts, not just the first method. Fixes #47210
1429         reported by Ovid. (Sartak)
1430
1431     * Moose::Meta::TypeConstraint
1432       - Add assert_valid method to use a TypeConstraint for assertion (rjbs)
1433
1434     * Moose::Exporter
1435       - Make "use Moose -metaclass => 'Foo'" do alias resolution, like -traits
1436         does. (doy)
1437       - Allow specifying role options (alias, excludes, MXRP stuff) in the
1438         arrayref passed to "use Moose -traits" (doy)
1439
1440     * Moose::Util
1441       - Add functions meta_class_alias and meta_attribute_alias for creating
1442         aliases for class and attribute metaclasses and metatraits. (doy)
1443
1444     * Moose::Meta::Attribute
1445     * Moose::Meta::Method::Accessor
1446       - A trigger now receives the old value as a second argument, if the
1447         attribute had one. (Dave Rolsky)
1448
1449     * Moose::Meta::Method::Constructor
1450       - Fix a bug with $obj->new when $obj has stringify overloading.
1451         Reported by Andrew Suffield [rt.cpan.org #47882] (Sartak)
1452         - However, we will probably deprecate $obj->new, so please don't start
1453           using it for new code!
1454
1455     * Moose::Meta::Role::Application
1456     * Moose::Meta::Role::Application::RoleSummation
1457       - Rename alias and excludes to -alias and -excludes (but keep the old
1458         names for now, for backcompat) (doy)
1459
1460 0.88 Fri Jul 24, 2009
1461     * Moose::Manual::Contributing
1462       - Re-write the Moose::Manual::Contributing document to reflect
1463         the new layout and methods of work for the Git repository. All
1464         work now should be done in topic branches and reviewed by a
1465         core committer before being applied to master. All releases
1466         are done by a cabal member and merged from master to
1467         stable. This plan was devised by Yuval, blame him. (perigrin)
1468
1469     * Moose::Meta::Role
1470       - Create metaclass attributes for the different role application
1471         classes.  (rafl)
1472
1473     * Moose::Util::MetaRole
1474       - Allow applying roles to a meta role's role application
1475         classes. (rafl)
1476
1477     * Moose::Meta::Attribute
1478       - Add weak_ref to allowed options for "has '+foo'" (mst)
1479
1480     * Moose::Meta::Method::Accessor
1481       - No longer uses inline_slot_access in accessors, to support
1482         non-lvalue-based meta instances. (sorear)
1483
1484 0.87 Tue Jul 7, 2009
1485     * Moose::Meta::Method::Delegation
1486       - Once again allow class names as well as objects for
1487         delegation. This was changed in 0.86.
1488
1489 0.86 Fri Jul 3, 2009
1490     * Moose::Meta::Class::Immutable::Trait
1491       - Fixes to work with the latest Class::MOP.
1492
1493     * Moose::Meta::Method::Delegation
1494       - Delegation now dies with a more useful error message if the
1495         attribute's accessor returns something defined but
1496         unblessed. (hdp)
1497
1498 0.85 Fri, Jun 26, 2009
1499     * Moose::Meta::Attribute
1500       - The warning for 'no associated methods' is now split out into
1501         the _check_associated_methods method, so that extensions can
1502         safely call 'after install_accessors => ...'. This fixes a
1503         warning from MooseX::AttributeHelpers. (hdp)
1504
1505 0.84 Fri, Jun 26, 2009
1506     * Moose::Role
1507       - has now sets definition_context for attributes defined in
1508         roles. (doy)
1509
1510     * Moose::Meta::Attribute
1511       - When adding an attribute to a metaclass, if the attribute has
1512         no associated methods, it will give a deprecation
1513         warning. (hdp)
1514       - Methods generated by delegation were not being added to
1515         associated_methods. (hdp)
1516       - Attribute accessors (reader, writer, accessor, predicate,
1517         clearer) now warn if they overwrite an existing method. (doy)
1518       - Attribute constructors now warn very noisily about unknown (or
1519         misspelled) arguments
1520
1521     * Moose::Util::TypeConstraints
1522       - Deprecated the totally useless Role type name, which just
1523         checked if $object->can('does'). Note that this is _not_ the
1524         same as a type created by calling role_type('RoleName').
1525
1526     * Moose::Util::TypeConstraints
1527     * Moose::Meta::TypeConstraint::DuckType
1528       - Reify duck type from a regular subtype into an actual class
1529         (Sartak)
1530         - Document this because Sartak did all my work for me
1531           (perigrin)
1532
1533     * Moose::Meta::Attribute
1534       - Allow Moose::Meta::TypeConstraint::DuckType in handles, since
1535         it is just a list of methods (Sartak)
1536
1537     * Moose::Meta::Role
1538       - The get_*_method_modifiers methods would die if the role had
1539         no modifiers of the given type (Robert Buels).
1540
1541 0.83 Tue, Jun 23, 2009
1542     * Moose::Meta::Class
1543       - Fix _construct_instance not setting the special __MOP__ object
1544         key in instances of anon classes. (doy)
1545
1546 0.82 Sun, Jun 21, 2009
1547     * Moose::Manual::Types
1548       - Mention MooseX::Types early to avoid users falling down the
1549         string parsing rathole (mst)
1550
1551     * Moose::Manual::MooseX
1552       - Add warnings about class-level extensions and mention considering
1553         using plain objects instead
1554
1555 0.81 Sun, Jun 7, 2009
1556     * Bumped our Class::MOP prereq to the latest version (0.85), since
1557       that's what we need.
1558
1559 0.80 Sat, Jun 6, 2009
1560     * Moose::Manual::FAQ
1561       - Add FAQ about the coercion change from 0.76 because it came up
1562         three times today (perigrin)
1563         - Win doy $10 dollars because Sartak didn't think anybody
1564           would document this fast enough (perigrin)
1565
1566     * Moose::Meta::Method::Destructor
1567       - Inline a DESTROY method even if there are no DEMOLISH methods
1568         to prevent unnecessary introspection in
1569         Moose::Object::DEMOLISHALL
1570
1571     * Moose::*
1572       - A role's required methods are now represented by
1573         Moose::Meta::Role::Method::Required objects. Conflicts are now
1574         represented by Moose::Meta::Role::Method::Conflicting
1575         objects. The benefit for end-users in that unresolved
1576         conflicts generate different, more instructive, errors,
1577         resolving Ovid's #44895. (Sartak)
1578
1579     * Moose::Role
1580       - Improve the error message of "extends" as suggested by Adam
1581         Kennedy and confound (Sartak)
1582       - Link to Moose::Manual::Roles from Moose::Role as we now have
1583         excellent documentation (Adam Kennedy)
1584
1585     * Tests
1586       - Update test suite for subname change in Class::MOP
1587         (nothingmuch)
1588       - Add TODO test for infinite recursion in Moose::Meta::Class
1589         (groditi)
1590
1591 0.79 Wed, May 13, 2009
1592     * Tests
1593       - More fixes for Win32 problems. Reported by Robert Krimen.
1594
1595     * Moose::Object
1596       - The DEMOLISHALL method could still blow up in some cases
1597         during global destruction. This method has been made more
1598         resilient in the face of global destruction's random garbage
1599         collection order.
1600
1601     * Moose::Exporter
1602       - If you "also" a module that isn't loaded, the error message
1603         now acknowledges that (Sartak)
1604
1605     * Moose
1606       - When your ->meta method does not return a Moose::Meta::Class,
1607         the error message gave the wrong output (Sartak)
1608
1609 0.78 Tue, May 12, 2009
1610     * Moose::Cookbook::FAQ and Moose::Cookbook::WTF
1611       - Merged these documents into what is now Moose::Manual::FAQ
1612
1613     * Moose::Unsweetened
1614       - Moved to Moose::Manual::Unsweetened
1615
1616     * Moose::Cookbook::Basics::Recipes 9-12
1617       - Renamed to be 8-11, since recipe 8 did not exist
1618
1619     * Moose::Exporter
1620       - Make Moose::Exporter import strict and warnings into packages
1621         that use it (doy)
1622
1623     * Moose::Object
1624       - Fix DEMOLISHALL sometimes not being able to find DEMOLISH
1625         methods during global destruction (doy)
1626
1627     * Moose::Meta::Class
1628     * Moose::Meta::Role::Application::ToClass
1629       - Track the Role::Application objects created during class-role
1630         consumption (Sartak)
1631
1632     * Moose::Meta::Class
1633       - Fix metaclass incompatibility errors when extending a vanilla perl
1634         class which isa Moose class with a metaclass role applied (t0m)
1635
1636     * Moose::Meta::Role
1637       - Add a role-combination hook, _role_for_combination, for the
1638         benefit of MooseX::Role::Parameterized (Sartak)
1639
1640     * Tests
1641       - Some tests were failing on Win32 because they explicit checked
1642         warning output for newlines. Reported by Nickolay Platonov.
1643
1644 0.77 Sat, May 2, 2009
1645     * Moose::Meta::Role
1646       - Add explicit use of Devel::GlobalDestruction and Sub::Name
1647         (perigrin)
1648
1649     * Moose::Object
1650       - Pass a boolean to DEMOLISHALL and DEMOLISH indicating whether
1651         or not we are currently in global destruction (doy)
1652       - Add explicit use of Devel::GlobalDestruction and Sub::Name
1653         (perigrin)
1654
1655     * Moose::Cookbook::FAQ
1656       - Reworked much of the existing content to be more useful to
1657         modern Moose hackers (Sartak)
1658
1659     * Makefile.PL
1660       - Depend on Class::MOP 0.83 instead of 0.82_01.
1661
1662 0.76 Mon, April 27, 2009
1663     * Moose::Meta::TypeConstraint
1664       - Do not run coercions in coerce() if the value already passes the type
1665         constraint (hdp)
1666
1667     * Moose::Meta::TypeConstraint::Class
1668       - In validation error messages, specifically say that the value is not
1669         an instance of the class. This should alleviate some frustrating
1670         forgot-to-load-my-type bugs. rt.cpan.org #44639 (Sartak)
1671
1672     * Moose::Meta::Role::Application::ToClass
1673       - Revert the class-overrides-role warning in favor of a solution outside
1674         of the Moose core (Sartak)
1675
1676     * Tests
1677       - Make Test::Output optional again, since it's only used in a few files
1678         (Sartak)
1679
1680 0.75_01 Thu, April 23, 2009
1681     * Moose::Meta::Role::Application::ToClass
1682       - Moose now warns about each class overriding methods from roles it
1683         consumes (Sartak)
1684
1685     * Tests
1686       - Warnings tests have standardized on Test::Output which is now an
1687         unconditionally dependency (Sartak)
1688
1689     * Moose::Meta::Class
1690       - Changes to immutabilization to work with Class::MOP 0.82_01+.
1691
1692 0.75 Mon, April 20, 2009
1693     * Moose
1694     * Moose::Meta::Class
1695       - Move validation of not inheriting from roles from Moose::extends to
1696         Moose::Meta::Class::superclasses (doy)
1697
1698     * Moose::Util
1699       - add ensure_all_roles() function to encapsulate the common "apply this
1700         role unless the object already does it" pattern (hdp)
1701
1702     * Moose::Exporter
1703       - Users can now select a different metaclass with the "-metaclass"
1704         option to import, for classes and roles (Sartak)
1705
1706     * Moose::Meta::Role
1707       - Make method_metaclass an attr so that it can accept a metarole
1708         application.  (jdv)
1709
1710 0.74 Tue, April 7, 2009
1711     * Moose::Meta::Role
1712     * Moose::Meta::Method::Destructor
1713       - Include stack traces in the deprecation warnings.
1714         (Florian Ragwitz)
1715
1716     * Moose::Meta::Class
1717       - Removed the long-deprecated _apply_all_roles method.
1718
1719     * Moose::Meta::TypeConstraint
1720       - Removed the long-deprecated union method.
1721
1722
1723 0.73_02 Mon, April 6, 2009
1724     * More deprecations and renamings
1725       - Moose::Meta::Method::Constructor
1726         - initialize_body => _initialize_body (this is always called
1727           when an object is constructed)
1728
1729     * Moose::Object
1730       - The DEMOLISHALL method could throw an exception during global
1731         destruction, meaning that your class's DEMOLISH methods would
1732         not be properly called. Reported by t0m.
1733
1734     * Moose::Meta::Method::Destructor
1735       - Destructor inlining was totally broken by the change to the
1736         is_needed method in 0.72_01. Now there is a test for this
1737         feature, and it works again.
1738
1739     * Moose::Util
1740       - Bold the word 'not' in the POD for find_meta (t0m)
1741
1742 0.73_01 Sun, April 5, 2009
1743     * Moose::*
1744       - Call user_class->meta in fewer places, with the eventual goal
1745         of allowing the user to rename or exclude ->meta
1746         altogether. Instead uses Class::MOP::class_of. (Sartak)
1747
1748     * Moose::Meta::Method::Accessor
1749       - If an attribute had a lazy default, and that value did not
1750         pass the attribute's type constraint, it did not get the
1751         message from the type constraint, instead using a generic
1752         message. Test provided by perigrin.
1753
1754     * Moose::Util::TypeConstraints
1755       - Add duck_type keyword. It's sugar over making sure an object
1756         can() a list of methods. This is easier than jrockway's
1757         suggestion to fork all of CPAN. (perigrin)
1758         - add tests and documentation (perigrin)
1759
1760     * Moose
1761       - Document the fact that init_meta() returns the target class's
1762         metaclass object. (hdp)
1763
1764     * Moose::Cookbook::Extending::Recipe1
1765     * Moose::Cookbook::Extending::Recipe2
1766     * Moose::Cookbook::Extending::Recipe3
1767     * Moose::Cookbook::Extending::Recipe4
1768       - Make init_meta() examples explicitly return the metaclass and
1769         point out this fact. (hdp)
1770
1771     * Moose::Cookbook::Basics::Recipe12
1772       - A new recipe, creating a custom meta-method class.
1773
1774     * Moose::Cookbook::Meta::Recipe6
1775       - A new recipe, creating a custom meta-method class.
1776
1777     * Moose::Meta::Class
1778     * Moose::Meta::Method::Constructor
1779       - Attribute triggers no longer receive the meta-attribute object
1780         as an argument in any circumstance. Previously, triggers
1781         called during instance construction were passed the
1782         meta-attribute, but triggers called by normal accessors were
1783         not. Fixes RT#44429, reported by Mark Swayne. (hdp)
1784
1785     * Moose::Manual::Attributes
1786       - Remove references to triggers receving the meta-attribute object as an
1787         argument. (hdp)
1788
1789     * Moose::Cookbook::FAQ
1790       - Remove recommendation for deprecated Moose::Policy and
1791         Moose::Policy::FollowPBP; recommend MooseX::FollowPBP
1792         instead. (hdp)
1793
1794     * Many methods have been renamed with a leading underscore, and a
1795       few have been deprecated entirely. The methods with a leading
1796       underscore are consider "internals only". People writing
1797       subclasses or extensions to Moose should feel free to override
1798       them, but they are not for "public" use.
1799
1800       - Moose::Meta::Class
1801         - check_metaclass_compatibility => _check_metaclass_compatibility
1802
1803       - Moose::Meta::Method::Accessor
1804         - initialize_body => _initialize_body (this is always called
1805           when an object is constructed)
1806         - /(generate_.*_method(?:_inline)?)/ => '_' . $1
1807
1808       - Moose::Meta::Method::Constructor
1809         - initialize_body => _initialize_body (this is always called
1810           when an object is constructed)
1811         - /(generate_constructor_method(?:_inline)?)/ => '_' . $1
1812         - attributes => _attributes (now inherited from parent)
1813         - meta_instance => _meta_instance (now inherited from parent)
1814
1815       - Moose::Meta::Role
1816         - alias_method is deprecated. Use add_method
1817
1818 0.73 Fri, March 29, 2009
1819     * No changes from 0.72_01.
1820
1821 0.72_01 Thu, March 26, 2009
1822     * Everything
1823       - Almost every module has complete API documentation. A few
1824         methods (and even whole classes) have been intentionally
1825         excluded pending some rethinking of their APIs.
1826
1827     * Moose::Util::TypeConstraints
1828       - Calling subtype with a name as the only argument is now an
1829         exception. If you want an anonymous subtype do:
1830
1831          my $subtype = subtype as 'Foo';
1832
1833     * Moose::Cookbook::Meta::Recipe7
1834       - A new recipe, creating a custom meta-instance class.
1835
1836     * Moose::Cookbook::Basics::Recipe5
1837       - Fix various typos and mistakes. Includes a patch from Radu
1838         Greab.
1839
1840     * Moose::Cookbook::Basics::Recipe9
1841       - Link to this recipe from Moose.pm's builder blurb
1842
1843     * Moose::Exporter
1844       - When wrapping a function with a prototype, Moose::Exporter now
1845         makes sure the wrapped function still has the same
1846         prototype. (Daisuke Maki)
1847
1848     * Moose::Meta::Attribute
1849       - Allow a subclass to set lazy_build for an inherited
1850         attribute. (hdp)
1851
1852     * Makefile.PL
1853       - Explicitly depend on Data::OptList. We already had this dependency
1854         via Sub::Exporter, but since we're using it directly we're
1855         better off with it listed. (Sartak)
1856
1857     * Moose::Meta::Method::Constructor
1858       - Make it easier to subclass the inlining behaviour. (Ash
1859         Berlin)
1860
1861     * Moose::Manual::Delta
1862       - Details significant changes in the history of Moose, along
1863         with recommended workarounds.
1864
1865     * Moose::Manual::Contributing
1866       - Contributor's guide to Moose.
1867
1868     * Moose::Meta::Method::Constructor
1869       - The long-deprecated intialize_body method has been removed
1870         (yes, spelled like that).
1871
1872     * Moose::Meta::Method::Destructor
1873       - This is_needed method is now always a class method.
1874
1875     * Moose::Meta::Class
1876       - Changes to the internals of how make_immutable works to match
1877         changes in latest Class::MOP.
1878
1879 0.72 Mon, February 23, 2009
1880     * Moose::Object
1881     * Moose::Meta::Method::Constructor
1882       - A mutable class accepted Foo->new(undef) without complaint,
1883         while an immutable class would blow up with an unhelpful
1884         error. Now, in both cases we throw a helpful error
1885         instead. Reported by doy.
1886
1887 0.71_01 Sun, February 22, 2009
1888     * Moose::Cookbook
1889       - Hopefully fixed some POD errors in a few recipes that caused
1890         them to display weird on search.cpan.org.
1891
1892     * Moose::Util::TypeConstraints
1893       - Calling type or subtype without the sugar helpers (as, where,
1894         message) is now deprecated.
1895       - The subtype function tried hard to guess what you meant, but
1896         often got it wrong. For example:
1897
1898          my $subtype = subtype as 'ArrayRef[Object]';
1899
1900         This caused an error in the past, but now works as you'd
1901         expect.
1902
1903     * Everywhere
1904       - Make sure Moose.pm is loaded before calling
1905         Moose->throw_error. This wasn't normally an issue, but could
1906         bite you in weird cases.
1907
1908 0.71 Thu, February 19, 2009
1909     * Moose::Cookbook::Basics::Recipe11
1910       - A new recipe which demonstrates the use of BUILDARGS and
1911         BUILD. (Dave Rolsky)
1912
1913     * Moose::Cookbook::Roles::Recipe3
1914       - A new recipe, applying a role to an object instance. (Dave
1915         Rolsky)
1916
1917     * Moose::Exporter
1918       - Allow overriding specific keywords from "also" packages. (doy)
1919
1920     * Tests
1921       - Replace hardcoded cookbook tests with Test::Inline to ensure
1922         the tests match the actual code in the recipes. (Dave Rolsky)
1923
1924     * Moose::Cookbook
1925       - Working on the above turned up a number of little bugs in the
1926         recipe code. (Dave Rolsky)
1927
1928     * Moose::Util::TypeConstraints::Optimized
1929       - Just use Class::MOP for the optimized ClassName check. (Dave
1930         Rolsky)
1931
1932 0.70 Sat, February 14, 2009
1933     * Moose::Util::TypeConstraints
1934       - Added the RoleName type (stevan)
1935         - added tests for this (stevan)
1936
1937     * Moose::Cookbook::Basics::Recipe3
1938       - Updated the before qw[left right] sub to be a little more
1939         defensive about what it accepts (stevan)
1940         - added more tests to t/000_recipies/basics/003_binary_tree.t
1941           (stevan)
1942
1943     * Moose::Object
1944       - We now always call DEMOLISHALL, even if a class does not
1945         define DEMOLISH. This makes sure that method modifiers on
1946         DEMOLISHALL work as expected. (doy)
1947         - added tests for this (EvanCarroll)
1948
1949     * Moose::Util::MetaRole
1950       - Accept roles for the wrapped_method_metaclass (rafl)
1951         - added tests for this (rafl)
1952
1953     * Moose::Meta::Attribute
1954       - We no longer pass the meta-attribute object as a final
1955         argument to triggers. This actually changed for inlined code a
1956         while back, but the non-inlined version and the docs were
1957         still out of date.
1958
1959     * Tests
1960       - Some tests tried to use Test::Warn 0.10, which had bugs. Now
1961         they require 0.11. (Dave Rolsky)
1962
1963     * Documentation
1964       - Lots of small changes to the manual, cookbook, and
1965         elsewhere. These were based on feedback from various
1966         users, too many to list here. (Dave Rolsky)
1967
1968 0.69 Thu, February 12, 2009
1969     * Moose
1970       - Make some keyword errors use throw_error instead of croak
1971         since Moose::Exporter wraps keywords now (Sartak)
1972
1973     * Moose::Cookbook::*
1974       - Revised every recipe for style and clarity. Also moved some
1975         documentation out of cookbook recipes and into Moose::Manual
1976         pages. This work was funded as part of the Moose docs grant
1977         from TPF. (Dave Rolsky)
1978
1979     * Moose::Meta::Method::Delegation
1980       - If the attribute doing the delegation was not populated, the
1981         error message did not specify the attribute name
1982         properly. (doy)
1983
1984 0.68 Wed, February 4, 2009
1985     * POD
1986       - Many spelling, typo, and formatting fixes by daxim.
1987
1988     * Moose::Manual::Attributes
1989       - The NAME section in the POD used "Attribute" so search.cpan
1990         didn't resolve links from other documents properly.
1991
1992     * Moose::Meta::Method::Overriden
1993       - Now properly spelled as Overridden. Thanks to daxim for
1994         noticing this.
1995
1996 0.67 Tue, February 3, 2009
1997     * Moose::Manual::*
1998       - Lots of little typo fixes and a few clarifications. Several
1999         pages didn't have proper titles, and so weren't actually
2000         visible on search.cpan.org. Thanks to hanekomu for a variety
2001         of fixes and formatting improvements.
2002
2003 0.66 Tue, February 3, 2009
2004     * Moose::Manual
2005       - This is a brand new, extensive manual for Moose. This aims to
2006         provide a complete introduction to all of Moose's
2007         features. This work was funded as part of the Moose docs grant
2008         from TPF. (Dave Rolsky)
2009
2010     * Moose::Meta::Attribute
2011       - Added a delegation_metaclass method to replace a hard-coded
2012         use of Moose::Meta::Method::Delegation. (Dave Rolsky)
2013
2014     * Moose::Util::TypeConstraints
2015       - If you created a subtype and passed a parent that Moose didn't
2016         know about, it simply ignored the parent. Now it automatically
2017         creates the parent as a class type. This may not be what you
2018         want, but is less broken than before. (Dave Rolsky)
2019
2020     * Moose::Util::TypeConstraints
2021       - This module tried throw errors by calling Moose->throw_error,
2022         but it did not ensure that Moose was loaded first. This could
2023         cause very unhelpful errors when it tried to throw an error
2024         before Moose was loaded. (Dave Rolsky)
2025
2026     * Moose::Util::TypeConstraints
2027       - You could declare a name with subtype such as "Foo!Bar" that
2028         would be allowed, but if you used it in a parameterized type
2029         such as "ArrayRef[Foo!Bar]" it wouldn't work. We now do some
2030         vetting on names created via the sugar functions, so that they
2031         can only contain alphanumerics, ":", and ".". (Dave Rolsky)
2032
2033 0.65 Thu, January 22, 2009
2034     * Moose and Moose::Meta::Method::Overridden
2035       - If an overridden method called super(), and then the
2036         superclass's method (not overridden) _also_ called super(),
2037         Moose went into an endless recursion loop. Test provided by
2038         Chris Prather. (Dave Rolsky)
2039
2040     * Moose::Meta::TypeConstraint
2041       - All methods are now documented. (gphat)
2042
2043     * t/100_bugs/011_DEMOLISH_eats_exceptions.t
2044       - Fixed some bogus failures that occurred because we tried to
2045         validate filesystem paths in a very ad-hoc and
2046         not-quite-correct way. (Dave Rolsky)
2047
2048     * Moose::Util::TypeConstraints
2049       - Added maybe_type to exports. See docs for details. (rjbs)
2050
2051     * Moose
2052       - Added Moose::Util::TypeConstraints to the SEE ALSO
2053         section. (pjf)
2054
2055     * Moose::Role
2056       - Methods created via an attribute can now fulfill a "requires"
2057         declaration for a role. (nothingmuch)
2058
2059     * Moose::Meta::Method::*
2060       - Stack traces from inlined code will now report its line and
2061         file as being in your class, as opposed to in Moose
2062         guts. (nothingmuch).
2063
2064 0.64 Wed, December 31, 2008
2065     * Moose::Meta::Method::Accessor
2066       - Always inline predicate and clearer methods (Sartak)
2067
2068     * Moose::Meta::Attribute
2069       - Support for parameterized traits (Sartak)
2070       - verify_against_type_constraint method to avoid duplication
2071         and enhance extensibility (Sartak)
2072
2073     * Moose::Meta::Class
2074       - Tests (but no support yet) for parameterized traits (Sartak)
2075
2076     * Moose
2077       - Require Class::MOP 0.75+, which has the side effect of making
2078         sure we work on Win32. (Dave Rolsky)
2079
2080 0.63 Mon, December 8, 2008
2081     * Moose::Unsweetened
2082       - Some small grammar tweaks and bug fixes in non-Moose example
2083         code. (Dave Rolsky)
2084
2085 0.62_02 Fri, December 5, 2008
2086     * Moose::Meta::Role::Application::ToClass
2087       - When a class does not provide all of a role's required
2088         methods, the error thrown now mentions all of the missing
2089         methods, as opposed to just the first one found. Requested by
2090         Curtis Poe (RT #41119). (Dave Rolsky)
2091
2092     * Moose::Meta::Method::Constructor
2093       - Moose will no longer inline a constructor for your class
2094         unless it inherits its constructor from Moose::Object, and
2095         will warn when it doesn't inline. If you want to force
2096         inlining anyway, pass "replace_constructor => 1" to
2097         make_immutable. Addresses RT #40968, reported by Jon
2098         Swartz. (Dave Rolsky)
2099       - The quoting of default values could be broken if the default
2100         contained a single quote ('). Now we use quotemeta to escape
2101         anything potentially dangerous in the defaults. (Dave Rolsky)
2102
2103 0.62_01 Wed, December 3, 2008
2104     * Moose::Object
2105       - use the method->execute API for BUILDALL
2106         and DEMOLISHALL (Sartak)
2107
2108     * Moose::Util::TypeConstraints
2109       - We now make all the type constraint meta classes immutable
2110         before creating the default types provided by Moose. This
2111         should make loading Moose a little faster. (Dave Rolsky)
2112
2113 0.62 Wed November 26, 2008
2114     * Moose::Meta::Role::Application::ToClass
2115       Moose::Meta::Role::Application::ToRole
2116       - fixed issues where excluding and aliasing the
2117         same methods for a single role did not work
2118         right (worked just fine with multiple
2119         roles) (stevan)
2120         - added test for this (stevan)
2121
2122     * Moose::Meta::Role::Application::RoleSummation
2123       - fixed the error message when trying to compose
2124         a role with a role it excludes (Sartak)
2125
2126     * Moose::Exporter
2127       - Catch another case where recursion caused the value
2128         of $CALLER to be stamped on (t0m)
2129         - added test for this (t0m)
2130
2131     * Moose
2132       - Remove the make_immutable keyword, which has been
2133         deprecated since April. It breaks metaclasses that
2134         use Moose without no Moose (Sartak)
2135
2136     * Moose::Meta::Attribute
2137       - Removing an attribute from a class now also removes delegation
2138         (handles) methods installed for that attribute (t0m)
2139         - added test for this (t0m)
2140
2141     * Moose::Meta::Method::Constructor
2142       - An attribute with a default that looked like a number (but was
2143         really a string) would accidentally be treated as a number
2144         when the constructor was made immutable (perigrin)
2145         - added test for this (perigrin)
2146
2147     * Moose::Meta::Role
2148       - create method for constructing a role
2149         dynamically (Sartak)
2150         - added test for this (Sartak)
2151       - anonymous roles! (Sartak)
2152         - added test for this (Sartak)
2153
2154     * Moose::Role
2155       - more consistent error messages (Sartak)
2156
2157     * Moose::Cookbook::Roles::Recipe1
2158       - attempt to explain why a role that just requires
2159         methods is useful (Sartak)
2160
2161 0.61 Fri November 7, 2008
2162     * Moose::Meta::Attribute
2163       - When passing a role to handles, it will be loaded if necessary
2164         (perigrin)
2165
2166     * Moose::Meta::Class
2167       - Method objects returned by get_method (and other methods)
2168         Could end up being returned without an associated_metaclass
2169         attribute. Removing get_method_map, which is provided by
2170         Class::MOP::Class, fixed this. The Moose version did nothing
2171         different from its parent except introduce a bug. (Dave Rolsky)
2172         - added tests for this (jdv79)
2173
2174     * Various
2175       - Added a $VERSION to all .pm files which didn't have one. Fixes
2176         RT #40049, reported by Adam Kennedy. (Dave Rolsky)
2177
2178     * Moose::Cookbook::Basics::Recipe4
2179     * Moose::Cookbook::Basics::Recipe6
2180       - These files had spaces on the first line of the SYNOPSIS, as
2181         opposed to a totally empty line. According to RT #40432, this
2182         confuses POD parsers. (Dave Rolsky)
2183
2184 0.60 Fri October 24, 2008
2185     * Moose::Exporter
2186       - Passing "-traits" when loading Moose caused the Moose.pm
2187         exports to be broken. Reported by t0m. (Dave Rolsky)
2188         - Tests for this bug. (t0m)
2189
2190     * Moose::Util
2191       - Change resolve_metaclass alias to use the new
2192         load_first_existing_class function. This makes it a lot
2193         simpler, and also around 5 times faster. (t0m)
2194       - Add caching to resolve_metaclass_alias, which gives an order
2195         of magnitude speedup to things which repeatedly call the
2196         Moose::Meta::Attribute->does method, notably MooseX::Storage
2197         (t0m)
2198
2199     * Moose::Util::TypeConstraint
2200       - Put back the changes for parameterized constraints that
2201         shouldn't have been removed in 0.59. We still cannot parse
2202         them, but MooseX modules can create them in some other
2203         way. See the 0.58 changes for more details. (jnapiorkowski)
2204       - Changed the way subtypes are created so that the job is
2205         delegated to a type constraint parent. This clears up some
2206         hardcoded checking and should allow correct subtypes of
2207         Moose::Meta::Type::Constraint. Don't rely on this new API too
2208         much (create_child_type) because it may go away in the
2209         future. (jnapiorkowski)
2210
2211     * Moose::Meta::TypeConstraint::Union
2212       - Type constraint names are sorted as strings, not numbers.
2213         (jnapiorkowski)
2214
2215     * Moose::Meta::TypeConstraint::Parameterizable
2216       - New parameterize method. This can be used as a factory method
2217         to make a new type constraint with a given parameterized
2218         type. (jnapiorkowski)
2219         - added tests (jnapiorkowski)
2220
2221 0.59 Tue October 14, 2008
2222     * Moose
2223       - Add abridged documentation for builder/default/initializer/
2224         predicate, and link to more details sections in
2225         Class::MOP::Attribute. (t0m)
2226
2227     * Moose::Util::TypeConstraints
2228       - removed prototypes from all but the &-based stuff (mst)
2229
2230     * Moose::Util::TypeConstraints
2231       - Creating a anonymous subtype with both a constraint and a
2232         message failed with a very unhelpful error, but should just
2233         work. Reported by t0m. (Dave Rolsky)
2234
2235     * Tests
2236       - Some tests that used Test::Warn if it was available failed
2237         with older versions of Test::Warn. Reported by Fayland. (Dave
2238         Rolsky)
2239       - Test firing behavior of triggers in relation to builder/default/
2240         lazy_build. (t0m)
2241       - Test behavior of equals/is_a_type_of/is_a_subtype_of for all
2242         kinds of supported type. (t0m)
2243
2244     * Moose::Meta::Class
2245       - In create(), do not pass "roles" option to the superclass
2246         - added related test that creates an anon metaclass with
2247           a required attribute
2248
2249     * Moose::Meta::TypeConstraint::Class
2250     * Moose::Meta::TypeConstraint::Role
2251       - Unify behavior of equals/is_a_type_of/is_a_subtype_of with
2252         other types (as per change in 0.55_02). (t0m)
2253
2254     * Moose::Meta::TypeConstraint::Registry
2255       - Fix warning when dealing with unknown type names (t0m)
2256
2257     * Moose::Util::TypeConstraints
2258       - Reverted changes from 0.58 related to handle parameterized
2259         types. This caused random failures on BSD and Win32 systems,
2260         apparently related to the regex engine. This means that Moose
2261         can no longer parse structured type constraints like
2262         ArrayRef[Int,Int] or HashRef[name=>Str]. This will be
2263         supported in a slightly different way via MooseX::Types some
2264         time in the future. (Dave Rolsky)
2265
2266 0.58 Sat September 20, 2008
2267     !! This release has an incompatible change regarding !!
2268     !! how roles add methods to a class !!
2269
2270     * Roles and role application
2271       ! Roles now add methods by calling add_method, not
2272         alias_method. They make sure to always provide a method
2273         object, which will be cloned internally. This means that it is
2274         now possible to track the source of a method provided by a
2275         role, and even follow its history through intermediate roles.
2276
2277         This means that methods added by a role now show up when
2278         looking at a class's method list/map. (Dave Rolsky)
2279
2280     * Makefile.PL
2281       - From this release on, we'll try to maintain a list of
2282         conflicting modules, and warn you if you have one
2283         installed. For example, this release conflicts with ...
2284         - MooseX::Singleton        <= 0.11
2285         - MooseX::Params::Validate <= 0.05
2286         - Fey::ORM                 <= 0.10
2287
2288         In general, we try to not break backwards compatibility for
2289         most Moose users, but MooseX modules and other code which
2290         extends Moose's metaclasses is often affected by very small
2291         changes in the Moose internals.
2292
2293     * Moose::Meta::Method::Delegation
2294     * Moose::Meta::Attribute
2295       - Delegation methods now have their own method class. (Dave
2296         Rolsky)
2297
2298     * Moose::Meta::TypeConstraint::Parameterizable
2299       - Added a new method 'parameterize' which is basically a factory
2300         for the containing constraint. This makes it easier to create
2301         new types of parameterized constraints. (jnapiorkowski)
2302
2303     * Moose::Meta::TypeConstraint::Union
2304       - Changed the way Union types canonicalize their names to follow
2305         the normalized TC naming rules, which means we strip all
2306         whitespace. (jnapiorkowski)
2307
2308     * Moose::Util::TypeConstraints
2309       - Parameter and Union args are now sorted, this makes Int|Str
2310         the same constraint as Str|Int. (jnapiorkowski)
2311       - Changes to the way Union types are parsed to more correctly
2312         stringify their names. (jnapiorkowski)
2313       - When creating a parameterized type, we now use the new
2314         parameterize method. (jnapiorkowski)
2315       - Incoming type constraint strings are now normalized to remove
2316         all whitespace differences. (jnapiorkowski)
2317       - Changed the way we parse type constraint strings so that we now
2318         match TC[Int,Int,...] and TC[name=>Str] as parameterized type
2319         constraints. This lays the foundation for more flexible type
2320         constraint implementations.
2321
2322     * Tests and docs for all the above. (jnapiorkowski)
2323
2324     * Moose::Exporter
2325     * Moose
2326       - Moose::Exporter will no longer remove a subroutine that the
2327         exporting package re-exports. Moose re-exports the
2328         Carp::confess function, among others. The reasoning is that we
2329         cannot know whether you have also explicitly imported those
2330         functions for your own use, so we err on the safe side and
2331         always keep them. (Dave Rolsky)
2332         - added tests for this (rafl)
2333
2334     * Moose::Meta::Class
2335       - Changes to how we fix metaclass compatibility that are much
2336         too complicated to go into. The summary is that Moose is much
2337         less likely to complain about metaclass incompatibility
2338         now. In particular, if two metaclasses differ because
2339         Moose::Util::MetaRole was used on the two corresponding
2340         classes, then the difference in roles is reconciled for the
2341         subclass's metaclass. (Dave Rolsky)
2342       - Squashed an warning in _process_attribute (thepler)
2343
2344     * Moose::Meta::Role
2345       - throw exceptions (sooner) for invalid attribute names (thepler)
2346         - added tests for this (thepler)
2347
2348     * Moose::Util::MetaRole
2349       - If you explicitly set a constructor or destructor class for a
2350         metaclass object, and then applied roles to the metaclass,
2351         that explicitly set class would be lost and replaced with the
2352         default.
2353
2354     * Moose::Meta::Class
2355     * Moose::Meta::Attribute
2356     * Moose::Meta::Method
2357     * Moose
2358     * Moose::Object
2359     * Moose::Error::Default
2360     * Moose::Error::Croak
2361     * Moose::Error::Confess
2362       - All instances of confess() changed to use overridable
2363         C<throw_error> method. This method ultimately calls a class
2364         constructor, and you can change the class being called. In
2365         addition, errors now pass more information than just a string.
2366         The default C<error_class> behaves like C<Carp::confess>, so
2367         the behavior is not visibly different for end users.
2368
2369 0.57 Wed September 3, 2008
2370     * Moose::Intro
2371       - A new bit of doc intended to introduce folks familiar with
2372         "standard" Perl 5 OO to Moose concepts. (Dave Rolsky)
2373
2374     * Moose::Unsweetened
2375       - Shows examples of two classes, each done first with and then
2376         without Moose. This makes a nice parallel to
2377         Moose::Intro. (Dave Rolsky)
2378
2379     * Moose::Util::TypeConstraints
2380       - Fixed a bug in find_or_parse_type_constraint so that it
2381         accepts a Moose::Meta::TypeConstraint object as the parent
2382         type, not just a name (jnapiorkowski)
2383         - added tests (jnapiorkowski)
2384
2385     * Moose::Exporter
2386       - If Sub::Name was not present, unimporting failed to actually
2387         remove some sugar subs, causing test failures (Dave Rolsky)
2388
2389 0.56 Mon September 1, 2008
2390     For those not following the series of dev releases, there are
2391     several major changes in this release of Moose.
2392       ! Moose::init_meta should now be called as a method. See the
2393         docs for details.
2394
2395       - Major performance improvements by nothingmuch.
2396
2397       - New modules for extension writers, Moose::Exporter and
2398         Moose::Util::MetaRole by Dave Rolsky.
2399
2400       - Lots of doc improvements and additions, especially in the
2401         cookbook sections.
2402
2403       - Various bug fixes.
2404
2405     * Removed all references to the experimental-but-no-longer-needed
2406       Moose::Meta::Role::Application::ToMetaclassInstance.
2407
2408     * Require Class::MOP 0.65.
2409
2410 0.55_04 Sat August 30, 2008
2411     * Moose::Util::MetaRole
2412     * Moose::Cookbook::Extending::Recipe2
2413       - This simplifies the application of roles to any meta class, as
2414         well as the base object class. Reimplemented metaclass traits
2415         using this module. (Dave Rolsky)
2416
2417     * Moose::Cookbook::Extending::Recipe1
2418       - This a new recipe, an overview of various ways to write Moose
2419         extensions (Dave Rolsky)
2420
2421     * Moose::Cookbook::Extending::Recipe3
2422     * Moose::Cookbook::Extending::Recipe4
2423       - These used to be Extending::Recipe1 and Extending::Recipe2,
2424         respectively.
2425
2426 0.55_03 Fri August 29, 2008
2427     * No changes from 0.55_02 except increasing the Class::MOP
2428       dependency to 0.64_07.
2429
2430 0.55_02 Fri August 29, 2008
2431     * Makefile.PL and Moose.pm
2432       - explicitly require Perl 5.8.0+ (Dave Rolsky)
2433
2434     * Moose::Util::TypeConstraints
2435       - Fix warnings from find_type_constraint if the type is not
2436         found (t0m).
2437
2438     * Moose::Meta::TypeConstraint
2439       - Predicate methods (equals/is_a_type_of/is_subtype_of) now
2440         return false if the type you specify cannot be found in the
2441         type registry, rather than throwing an unhelpful and
2442         coincidental exception. (t0m).
2443         - added docs & test for this (t0m)
2444
2445     * Moose::Meta::TypeConstraint::Registry
2446       - add_type_constraint now throws an exception if a parameter is
2447         not supplied (t0m).
2448         - added docs & test for this (t0m)
2449
2450     * Moose::Cookbook::FAQ
2451       - Added a faq entry on the difference between "role" and "trait"
2452         (t0m)
2453
2454     * Moose::Meta::Role
2455       - Fixed a bug that caused role composition to not see a required
2456         method when that method was provided by another role being
2457         composed at the same time. (Dave Rolsky)
2458         - test and bug finding (tokuhirom)
2459
2460 0.55_01 Wed August 20, 2008
2461
2462     !! Calling Moose::init_meta as a function is now         !!
2463     !! deprecated. Please see the Moose.pm docs for details. !!
2464
2465     * Moose::Meta::Method::Constructor
2466       - Fix inlined constructor so that values produced by default
2467         or builder methods are coerced as required. (t0m)
2468         - added test for this (t0m)
2469
2470     * Moose::Meta::Attribute
2471       - A lazy attribute with a default or builder did not attempt to
2472         coerce the default value. The immutable code _did_
2473         coerce. (t0m)
2474         - added test for this (t0m)
2475
2476     * Moose::Exporter
2477       - This is a new helper module for writing "Moose-alike"
2478         modules. This should make the lives of MooseX module authors
2479         much easier. (Dave Rolsky)
2480
2481     * Moose
2482     * Moose::Cookbook::Meta::Recipe5
2483       - Implemented metaclass traits (and wrote a recipe for it):
2484
2485           use Moose -traits => 'Foo'
2486
2487         This should make writing small Moose extensions a little
2488         easier (Dave Rolsky)
2489
2490     * Moose::Cookbook::Basics::Recipe1
2491       - Removed any examples of direct hashref access, and applied an
2492         editorial axe to reduce verbosity. (Dave Rolsky)
2493
2494     * Moose::Cookbook::Basics::Recipe1
2495       - Also applied an editorial axe here. (Dave Rolsky)
2496
2497     * Moose
2498     * Moose::Cookbook::Extending::Recipe1
2499     * Moose::Cookbook::Extending::Recipe2
2500       - Rewrote extending and embedding moose documentation and
2501         recipes to use Moose::Exporter (Dave Rolsky)
2502
2503     * Moose
2504     * Moose::Role
2505       - These two modules now warn when you load them from the main
2506         package "main" package, because we will not export sugar to
2507         main. Previously it just did nothing. (Dave Rolsky)
2508
2509     * Moose::Role
2510       - Now provide an init_meta method just like Moose.pm, and you
2511         can call this to provide an alternate role metaclass. (Dave
2512         Rolsky and nothingmuch)
2513       - get_method_map now respects the package cache flag (nothingmuch)
2514
2515     * Moose::Meta::Role
2516       - Two new methods - add_method and wrap_method_body
2517         (nothingmuch)
2518
2519     * many modules
2520       - Optimizations including allowing constructors to accept hash
2521         refs, making many more classes immutable, and making
2522         constructors immutable. (nothingmuch)
2523
2524 0.55 Sun August 3, 2008
2525     * Moose::Meta::Attribute
2526       - breaking down the way 'handles' methods are
2527         created so that the process can be more easily
2528         overridden by subclasses (stevan)
2529
2530     * Moose::Meta::TypeConstraint
2531       - fixing what is passed into a ->message with
2532         the type constraints (RT #37569)
2533         - added tests for this (Charles Alderman)
2534
2535     * Moose::Util::TypeConstraints
2536       - fix coerce to accept anon types like subtype can (mst)
2537
2538     * Moose::Cookbook
2539       - reorganized the recipes into sections - Basics, Roles, Meta,
2540         Extending - and wrote abstracts for each section (Dave Rolsky)
2541
2542     * Moose::Cookbook::Basics::Recipe10
2543       - A new recipe that demonstrates operator overloading
2544         in combination with Moose. (bluefeet)
2545
2546     * Moose::Cookbook::Meta::Recipe1
2547       - an introduction to what meta is and why you'd want to make
2548         your own metaclass extensions (Dave Rolsky)
2549
2550     * Moose::Cookbook::Meta::Recipe4
2551       - a very simple metaclass example (Dave Rolsky)
2552
2553     * Moose::Cookbook::Extending::Recipe1
2554       - how to write a Moose-alike module to use your own object base
2555         class (Dave Rolsky)
2556
2557     * Moose::Cookbook::Extending::Recipe2
2558       - how to write modules with an API just like C<Moose.pm> (Dave
2559         Rolsky)
2560
2561     * all documentation
2562       - Tons of fixes, both syntactical and grammatical (Dave
2563         Rolsky, Paul Fenwick)
2564
2565 0.54 Thurs. July 3, 2008
2566     ... this is not my day today ...
2567
2568     * Moose::Meta::Attribute
2569       - fixed legal_options_for_inheritance such that
2570         clone_and_inherit options still works for
2571         Class::MOP::Attribute objects and therefore
2572         does not break MooseX::AttributeHelpers
2573         (stevan)
2574
2575 0.53 Thurs. July 3, 2008
2576     * Whoops, I guess I should run 'make manifest' before
2577       actually releasing the module. No actual changes
2578       in this release, except the fact that it includes
2579       the changes that I didn't include in the last
2580       release. (stevan--)
2581
2582 0.52 Thurs. July 3, 2008
2583     * Moose
2584       - added "FEATURE REQUESTS" section to the Moose docs
2585         to properly direct people (stevan) (RT #34333)
2586       - making 'extends' croak if it is passed a Role since
2587         this is not ever something you want to do
2588         (fixed by stevan, found by obra)
2589         - added tests for this (stevan)
2590
2591     * Moose::Object
2592       - adding support for DOES (as in UNIVERSAL::DOES)
2593         (nothingmuch)
2594         - added test for this
2595
2596     * Moose::Meta::Attribute
2597       - added legal_options_for_inheritance (wreis)
2598         - added tests for this (wreis)
2599
2600     * Moose::Cookbook::Snacks::*
2601       - removed some of the unfinished snacks that should
2602         not have been released yet. Added some more examples
2603         to the 'Keywords' snack. (stevan)
2604
2605     * Moose::Cookbook::Style
2606       - added general Moose "style guide" of sorts to the
2607         cookbook (nothingmuch) (RT #34335)
2608
2609     * t/
2610       - added more BUILDARGS tests (stevan)
2611
2612 0.51 Thurs. Jun 26, 2008
2613     * Moose::Role
2614       - add unimport so "no Moose::Role" actually does
2615         something (sartak)
2616
2617     * Moose::Meta::Role::Application::ToRole
2618       - when RoleA did RoleB, and RoleA aliased a method from RoleB in
2619         order to provide its own implementation, that method still got
2620         added to the list of required methods for consumers of
2621         RoleB. Now an aliased method is only added to the list of
2622         required methods if the role doing the aliasing does not
2623         provide its own implementation. See Recipe 11 for an example
2624         of all this. (Dave Rolsky)
2625         - added tests for this
2626
2627     * Moose::Meta::Method::Constructor
2628       - when a single argument that wasn't a hashref was provided to
2629         an immutabilized constructor, the error message was very
2630         unhelpful, as opposed to the non-immutable error. Reported by
2631         dew. (Dave Rolsky)
2632         - added test for this (Dave Rolsky)
2633
2634     * Moose::Meta::Attribute
2635       - added support for meta_attr->does("ShortAlias") (sartak)
2636         - added tests for this (sartak)
2637       - moved the bulk of the `handles` handling to the new
2638         install_delegation method (Stevan)
2639
2640     * Moose::Object
2641       - Added BUILDARGS, a new step in new()
2642
2643     * Moose::Meta::Role::Application::RoleSummation
2644       - fix typos no one ever sees (sartak)
2645
2646     * Moose::Util::TypeConstraints
2647     * Moose::Meta::TypeConstraint
2648     * Moose::Meta::TypeCoercion
2649       - Attempt to work around the ??{ } vs. threads issue
2650         (not yet fixed)
2651       - Some null_constraint optimizations
2652
2653 0.50 Thurs. Jun 11, 2008
2654     - Fixed a version number issue by bumping all modules
2655       to 0.50.
2656
2657 0.49 Thurs. Jun 11, 2008
2658     !! This version now approx. 20-25% !!
2659     !! faster with new Class::MOP 0.59 !!
2660
2661     * Moose::Meta::Attribute
2662       - fixed how the is => (ro|rw) works with
2663         custom defined reader, writer and accessor
2664         options.
2665         - added docs for this (TODO).
2666         - added tests for this (Thanks to Penfold)
2667       - added the custom attribute alias for regular
2668         Moose attributes which is "Moose"
2669       - fix builder and default both being used
2670         (groditi)
2671
2672     * Moose
2673       Moose::Meta::Class
2674       Moose::Meta::Attribute
2675       Moose::Meta::Role
2676       Moose::Meta::Role::Composite
2677       Moose::Util::TypeConstraints
2678       - switched usage of reftype to ref because
2679         it is much faster
2680
2681     * Moose::Meta::Role
2682       - changing add_package_symbol to use the new
2683         HASH ref form
2684
2685     * Moose::Object
2686       - fixed how DEMOLISHALL is called so that it
2687         can be overrided in subclasses (thanks to Sartak)
2688         - added test for this (thanks to Sartak)
2689
2690     * Moose::Util::TypeConstraints
2691       - move the ClassName type check code to
2692         Class::MOP::is_class_loaded (thanks to Sartak)
2693
2694     * Moose::Cookbook::Recipe11
2695       - add tests for this (thanks to tokuhirom)
2696
2697 0.48 Thurs. May 29, 2008
2698     (early morning release engineering)--
2699
2700     - fixing the version in Moose::Meta::Method::Destructor
2701       which was causing the indexer to choke
2702
2703 0.47 Thurs. May 29, 2008
2704     (late night release engineering)--
2705
2706     - fixing the version is META.yml, no functional
2707       changes in this release
2708
2709 0.46 Wed. May 28, 2008
2710     !! This version now approx. 20-25% !!
2711     !! faster with new Class::MOP 0.57 !!
2712
2713     * Moose::Meta::Class
2714       - some optimizations of the &initialize method
2715         since it is called so often by &meta
2716
2717     * Moose::Meta::Class
2718       Moose::Meta::Role
2719       - now use the get_all_package_symbols from the
2720         updated Class::MOP, test suite is now 10 seconds
2721         faster
2722
2723     * Moose::Meta::Method::Destructor
2724       - is_needed can now also be called as a class
2725         method for immutablization to check if the
2726         destructor object even needs to be created
2727         at all
2728
2729     * Moose::Meta::Method::Destructor
2730       Moose::Meta::Method::Constructor
2731       - added more descriptive error message to help
2732         keep people from wasting time tracking an error
2733         that is easily fixed by upgrading.
2734
2735 0.45 Saturday, May 24, 2008
2736     * Moose
2737       - Because of work in Class::MOP 0.57, all
2738         XS based functionality is now optional
2739         and a Pure Perl version is supplied
2740         - the CLASS_MOP_NO_XS environment variable
2741           can now be used to force non-XS versions
2742           to always be used
2743         - several of the packages have been tweaked
2744           to take care of this, mostly we added
2745           support for the package_name and name
2746           variables in all the Method metaclasses
2747       - before/around/after method modifiers now
2748         support regexp matching of names
2749         (thanks to Takatoshi Kitano)
2750         - tests added for this
2751         - NOTE: this only works for classes, it
2752           is currently not supported in roles,
2753           but, ... patches welcome
2754       - All usage of Carp::confess have been replaced
2755         by Carp::croak in the "keyword" functions since
2756         the stack trace is usually not helpful
2757
2758     * Moose::Role
2759       - All usage of Carp::confess have been replaced
2760         by Carp::croak in the "keyword" functions since
2761         the stack trace is usually not helpful
2762       - The 'has' keyword for roles now accepts the
2763         same array ref form that Moose.pm does
2764         (has [qw/foo bar/] => (is => 'rw', ...))
2765         - added test for this
2766
2767     * Moose::Meta::Attribute
2768       - trigger on a ro-attribute is no longer an
2769         error, as it's useful to trigger off of the
2770         constructor
2771
2772     * Moose::Meta::Class
2773       - added same 'add_package_symbol' fix as in
2774         Class::MOP 0.57
2775
2776     * Moose::Util
2777       - does_role now handles non-Moose classes
2778         more gracefully
2779         - added tests for this
2780       - added the 'add_method_modifier' function
2781         (thanks to Takatoshi Kitano)
2782
2783     * Moose::Util::TypeConstraints
2784       - subtypes of parameterizable types now are
2785         themselves parameterizable types
2786
2787     * Moose::Meta::Method::Constructor
2788       - fixed bug where trigger was not being
2789         called by the inlined immutable
2790         constructors
2791         - added test for this (thanks to Caelum)
2792
2793     * Moose::Meta::Role::Application::ToInstance
2794       - now uses the metaclass of the instance
2795         (if possible) to create the anon-class
2796         (thanks Jonathan Rockway)
2797
2798     * Moose::Cookbook::Recipe22
2799       - added the meta-attribute trait recipe
2800         (thanks to Sartak)
2801
2802     * t/
2803       - fixed hash-ordering test bug that was
2804         causing occasional cpantester failures
2805       - renamed the t/000_recipe/*.t tests to be
2806         more descriptive (thanks to Sartak)
2807
2808 0.44 Sat. May 10, 2008
2809     * Moose
2810       - made make_immutable warning cluck to
2811         show where the error is (thanks mst)
2812
2813     * Moose::Object
2814       - BUILDALL and DEMOLISHALL now call
2815         ->body when looping through the
2816         methods, to avoid the overloaded
2817         method call.
2818       - fixed issue where DEMOLISHALL was
2819         eating the $@ values, and so not
2820         working correctly, it still kind of
2821         eats them, but so does vanilla perl
2822         - added tests for this
2823
2824     * Moose::Cookbook::Recipe7
2825       - added new recipe for immutable
2826         functionality (thanks Dave Rolsky)
2827
2828     * Moose::Cookbook::Recipe9
2829       - added new recipe for builder and
2830         lazy_build (thanks Dave Rolsky)
2831
2832     * Moose::Cookbook::Recipe11
2833       - added new recipe for method aliasing
2834         and exclusion with Roles (thanks Dave Rolsky)
2835
2836     * t/
2837       - fixed Win32 test failure (thanks spicyjack)
2838
2839     ~ removed Build.PL and Module::Build compat
2840       since Module::Install has done that.
2841
2842 0.43 Wed. April, 30, 2008
2843     * NOTE TO SELF:
2844         drink more coffee before
2845         doing release engineering
2846
2847     - whoops, forgot to do the smolder tests,
2848       and we broke some of the custom meta-attr
2849       modules. This fixes that.
2850
2851 0.42 Mon. April 28, 2008
2852     - some bad tests slipped by, nothing else
2853       changed in this release (cpantesters++)
2854
2855     - upped the Class::MOP dependency to 0.55
2856       since we have tests which need the C3
2857       support
2858
2859 0.41 Mon. April 28, 2008
2860     ~~ numerous documentation updates ~~
2861
2862     - Changed all usage of die to Carp::croak for better
2863       error reporting (initial patch by Tod Hagan)
2864
2865     ** IMPORTANT NOTE **
2866     - the make_immutable keyword is now deprecated, don't
2867       use it in any new code and please fix your old code
2868       as well. There will be 2 releases, and then it will
2869       be removed.
2870
2871     * Moose
2872       Moose::Role
2873       Moose::Meta::Class
2874       - refactored the way inner and super work to avoid
2875         any method/@ISA cache penalty (nothingmuch)
2876
2877     * Moose::Meta::Class
2878       - fixing &new_object to make sure trigger gets the
2879         coerced value (spotted by Charles Alderman on the
2880         mailing list)
2881         - added test for this
2882
2883     * Moose::Meta::Method::Constructor
2884       - immutable classes which had non-lazy attributes were calling
2885         the default generating sub twice in the constructor. (bug
2886         found by Jesse Luehrs, fixed by Dave Rolsky)
2887         - added tests for this (Dave Rolsky)
2888       - fix typo in initialize_body method (nothingmuch)
2889
2890     * Moose::Meta::Method::Destructor
2891       - fix typo in initialize_body method (nothingmuch)
2892
2893     * Moose::Meta::Method::Overriden
2894       Moose::Meta::Method::Augmented
2895       - moved the logic for these into their own
2896         classes (nothingmuch)
2897
2898     * Moose::Meta::Attribute
2899       - inherited attributes may now be extended without
2900         restriction on the type ('isa', 'does') (Sartak)
2901         - added tests for this (Sartak)
2902       - when an attribute property is malformed (such as lazy without
2903         a default), give the name of the attribute in the error
2904         message (Sartak)
2905       - added the &applied_traits and &has_applied_traits methods
2906         to allow introspection of traits
2907         - added tests for this
2908       - moved 'trait' and 'metaclass' argument handling to here from
2909         Moose::Meta::Class
2910       - clone_and_inherit_options now handles 'trait' and 'metaclass' (has
2911         '+foo' syntax) (nothingmuch)
2912         - added tests for this (t0m)
2913
2914     * Moose::Object
2915       - localize $@ inside DEMOLISHALL to avoid it
2916         eating $@ (found by Ernesto)
2917         - added test for this (thanks to Ernesto)
2918
2919     * Moose::Util::TypeConstraints
2920       - &find_type_constraint now DWIMs when given an
2921         type constraint object or name (nothingmuch)
2922       - &find_or_create_type_constraint superseded with a number of more
2923         specific functions:
2924         - find_or_create_{isa,does}_type_constraint
2925         - find_or_parse_type_constraint
2926
2927     * Moose::Meta::TypeConstraint
2928       Moose::Meta::TypeConstraint::Class
2929       Moose::Meta::TypeConstraint::Role
2930       Moose::Meta::TypeConstraint::Enum
2931       Moose::Meta::TypeConstraint::Union
2932       Moose::Meta::TypeConstraint::Parameterized
2933         - added the &equals method for comparing two type
2934           constraints (nothingmuch)
2935           - added tests for this (nothingmuch)
2936
2937     * Moose::Meta::TypeConstraint
2938       - add the &parents method, which is just an alias to &parent.
2939         Useful for polymorphism with TC::{Class,Role,Union} (nothingmuch)
2940
2941     * Moose::Meta::TypeConstraint::Class
2942       - added the class attribute for introspection purposes
2943         (nothingmuch)
2944         - added tests for this
2945
2946     * Moose::Meta::TypeConstraint::Enum
2947       Moose::Meta::TypeConstraint::Role
2948       - broke these out into their own classes (nothingmuch)
2949
2950     * Moose::Cookbook::Recipe*
2951       - fixed references to test file locations in the POD
2952         and updated up some text for new Moose features
2953         (Sartak)
2954
2955     * Moose::Util
2956       - Added &resolve_metaclass_alias, a helper function for finding an actual
2957         class for a short name (e.g. in the traits list)
2958
2959 0.40 Fri. March 14, 2008
2960     - I hate Pod::Coverage
2961
2962 0.39 Fri. March 14, 2008
2963     * Moose
2964       - documenting the use of '+name' with attributes
2965         that come from recently composed roles. It makes
2966         sense, people are using it, and so why not just
2967         officially support it.
2968       - fixing the 'extends' keyword so that it will not
2969         trigger Ovid's bug (http://use.perl.org/~Ovid/journal/35763)
2970
2971     * oose
2972       - added the perl -Moose=+Class::Name feature to allow
2973         monkeypatching of classes in one liners
2974
2975     * Moose::Util
2976       - fixing the 'apply_all_roles' keyword so that it will not
2977         trigger Ovid's bug (http://use.perl.org/~Ovid/journal/35763)
2978
2979     * Moose::Meta::Class
2980       - added ->create method which now supports roles (thanks to jrockway)
2981         - added tests for this
2982       - added ->create_anon_class which now supports roles and caching of
2983         the results (thanks to jrockway)
2984         - added tests for this
2985       - made ->does_role a little more forgiving when it is
2986         checking a Class::MOP era metaclasses.
2987
2988     * Moose::Meta::Role::Application::ToInstance
2989       - it is now possible to pass extra params to be used when
2990         a role is applied to an the instance (rebless_params)
2991         - added tests for this
2992
2993     * Moose::Util::TypeConstraints
2994       - class_type now accepts an optional second argument for a
2995         custom message. POD anotated accordingly (groditi)
2996         - added tests for this
2997       - it is now possible to make anon-enums by passing 'enum' an
2998         ARRAY ref instead of the $name => @values. Everything else
2999         works as before.
3000         - added tests for this
3001
3002     * t/
3003       - making test for using '+name' on attributes consumed
3004         from a role, it works and makes sense too.
3005
3006     * Moose::Meta::Attribute
3007       - fix handles so that it doesn't return nothing
3008         when the method cannot be found, not sure why
3009         it ever did this originally, this means we now
3010         have slightly better support for AUTOLOADed
3011         objects
3012         - added more delegation tests
3013       - adding ->does method to this so as to better
3014         support traits and their introspection.
3015         - added tests for this
3016
3017     * Moose::Object
3018       - localizing the Data::Dumper configurations so
3019         that it does not pollute others (RT #33509)
3020       - made ->does a little more forgiving when it is
3021         passed Class::MOP era metaclasses.
3022
3023 0.38 Fri. Feb. 15, 2008
3024     * Moose::Meta::Attribute
3025       - fixed initializer to correctly do
3026         type checking and coercion in the
3027         callback
3028         - added tests for this
3029
3030     * t/
3031       - fixed some finicky tests (thanks to konobi)
3032
3033 0.37 Thurs. Feb. 14, 2008
3034     * Moose
3035       - fixed some details in Moose::init_meta
3036         and its superclass handling (thanks thepler)
3037         - added tests for this (thanks thepler)
3038       - 'has' now dies if you don't pass in name
3039         value pairs
3040       - added the 'make_immutable' keyword as a shortcut
3041         to make_immutable
3042
3043     * Moose::Meta::Class
3044       Moose::Meta::Method::Constructor
3045       Moose::Meta::Attribute
3046       - making (init_arg => undef) work here too
3047         (thanks to nothingmuch)
3048
3049     * Moose::Meta::Attribute
3050       Moose::Meta::Method::Constructor
3051       Moose::Meta::Method::Accessor
3052       - make lazy attributes respect attr initializers (rjbs)
3053         - added tests for this
3054
3055     * Moose::Util::TypeConstraints
3056       Moose::Util::TypeConstraints::OptimizedConstraints
3057       Moose::Meta::TypeConstraints
3058       Moose::Meta::Attribute
3059       Moose::Meta::Method::Constructor
3060       Moose::Meta::Method::Accessor
3061       - making type errors use the
3062         assigned message (thanks to Sartak)
3063         - added tests for this
3064
3065     * Moose::Meta::Method::Destructor
3066       - making sure DESTROY gets inlined properly
3067         with successive DEMOLISH calls (thanks to manito)
3068
3069     * Moose::Meta::Attribute
3070       Moose::Meta::Method::Accessor
3071       - fixed handling of undef with type constraints
3072         (thanks to Ernesto)
3073         - added tests for this
3074
3075     * Moose::Util
3076       - added &get_all_init_args and &get_all_attribute_values
3077         (thanks to Sartak and nothingmuch)
3078
3079 0.36 Sat. Jan. 26, 2008
3080     * Moose::Role
3081       Moose::Meta::Attribute
3082       - role type tests now support when roles are
3083         applied to non-Moose classes (found by ash)
3084         - added tests for this (thanks to ash)
3085       - couple extra tests to boost code coverage
3086
3087     * Moose::Meta::Method::Constructor
3088       - improved fix for handling Class::MOP attributes
3089         - added test for this
3090
3091     * Moose::Meta::Class
3092       - handled the add_attribute($attribute_meta_object)
3093         case correctly
3094         - added test for this
3095
3096 0.35 Tues. Jan. 22, 2008
3097     * Moose::Meta::Method::Constructor
3098       - fix to make sure even Class::MOP attributes
3099         are handled correctly (Thanks to Dave Rolsky)
3100         - added test for this (also Dave Rolsky)
3101
3102     * Moose::Meta::Class
3103       - improved error message on _apply_all_roles,
3104         you should now use Moose::Util::apply_all_roles
3105         and you shouldnt have been using a _ prefixed
3106         method in the first place ;)
3107
3108 0.34 Mon. Jan. 21, 2008
3109     ~~~ more misc. doc. fixes ~~~
3110     ~~ updated copyright dates ~~
3111
3112     Moose is now a postmodern object system :)
3113       - (see the POD for details)
3114
3115     * <<Role System Refactoring>>
3116     - this release contains a major reworking and
3117       cleanup of the role system
3118       - 100% backwards compat.
3119       - Role application now restructured into seperate
3120         classes based on type of applicants
3121       - Role summation (combining of more than one role)
3122         is much cleaner and anon-classes are no longer
3123         used in this process
3124       - new Composite role metaclass
3125       - runtime application of roles to instances
3126         is now more efficient and re-uses generated
3127         classes when applicable
3128
3129     * <<New Role composition features>>
3130       - methods can now be excluded from a given role
3131         during composition
3132       - methods can now be aliased to another name (and
3133         still retain the original as well)
3134
3135     * Moose::Util::TypeConstraints::OptimizedConstraints
3136       - added this module (see above)
3137
3138     * Moose::Meta::Class
3139       - fixed the &_process_attribute method to be called
3140         by &add_attribute, so that the API is now correct
3141
3142     * Moose::Meta::Method::Accessor
3143       - fixed bug when passing a list of values to
3144         an accessor would get (incorrectly) ignored.
3145         Thanks to Sartak for finding this ;)
3146         - added tests for this (Sartak again)
3147
3148     * Moose::Meta::Method::Accessor
3149       Moose::Meta::Method::Constructor
3150       Moose::Meta::Attribute
3151       Moose::Meta::TypeConstraint
3152       Moose::Meta::TypeCoercion
3153       - lots of cleanup of such things as:
3154         - generated methods
3155         - type constraint handling
3156         - error handling/messages
3157         (thanks to nothingmuch)
3158
3159     * Moose::Meta::TypeConstraint::Parameterizable
3160       - added this module to support the refactor
3161         in Moose::Meta::TypeConstraint::Parameterized
3162
3163     * Moose::Meta::TypeConstraint::Parameterized
3164       - refactored how these types are handled so they
3165         are more generic and not confined to ArrayRef
3166         and HashRef only
3167
3168     * t/
3169       - shortened some file names for better VMS support (RT #32381)
3170
3171 0.33 Fri. Dec. 14, 2007
3172     !! Moose now loads 2 x faster !!
3173     !!  with new Class::MOP 0.49  !!
3174
3175     ++ new oose.pm module to make command line
3176        Moose-ness easier (see POD docs for more)
3177
3178     * Moose::Meta::Class
3179     * Moose::Meta::Role
3180       - several tweaks to take advantage of the
3181         new method map caching in Class::MOP
3182
3183     * Moose::Meta::TypeConstraint::Parameterized
3184       - allow subtypes of ArrayRef and HashRef to
3185         be used as a container (sartak)
3186         - added tests for this
3187       - basic support for coercion to ArrayRef and
3188         HashRef for containers (sartak)
3189         - added tests for this
3190
3191     * Moose::Meta::TypeCoercion
3192       - coercions will now create subtypes as needed
3193         so you can now add coercions to parameterized
3194         types without having to explictly define them
3195         - added tests for this
3196
3197     * Moose::Meta::Method::Accessor
3198       - allow subclasses to decide whether we need
3199         to copy the value into a new variable (sartak)
3200
3201 0.32 Tues. Dec. 4, 2007
3202     * Moose::Util::TypeConstraints
3203       - fixing how subtype aliases of unions work
3204         they should inherit the parent's coercion
3205         - added tests for this
3206       - you can now define multiple coercions on
3207         a single type at different times instead of
3208         having to do it all in one place
3209         - added tests for this
3210
3211     * Moose::Meta::TypeConstraint
3212       - there is now a default constraint of sub { 1 }
3213         instead of Moose::Util::TypeConstraints setting
3214         this for us
3215
3216     * Moose::Meta::TypeCoercion
3217     * Moose::Meta::TypeCoercion::Union
3218       - added the &has_coercion_for_type and
3219         &add_type_coercions methods to support the
3220         new features above (although you cannot add
3221         more type coercions for Union types)
3222
3223 0.31 Mon. Nov. 26, 2007
3224     * Moose::Meta::Attribute
3225       - made the +attr syntax handle extending types with
3226         parameters. So "has '+foo' => (isa => 'ArrayRef[Int]')"
3227         now works if the original foo is an ArrayRef.
3228         - added tests for this.
3229       - delegation now works even if the attribute does not
3230         have a reader method using the get_read_method_ref
3231         method from Class::MOP::Attribute.
3232         - added tests for this
3233         - added docs for this
3234
3235     * Moose::Util::TypeConstraints
3236       - passing no "additional attribute info" to
3237         &find_or_create_type_constraint will no longer
3238         attempt to create an __ANON__ type for you,
3239         instead it will just return undef.
3240         - added docs for this
3241
3242 0.30 Fri. Nov. 23, 2007
3243     * Moose::Meta::Method::Constructor
3244       -builder related bug in inlined constructor. (groditi)
3245
3246     * Moose::Meta::Method::Accessor
3247       - genereate unnecessary calls to predicates and refactor
3248         code generation for runtime speed (groditi)
3249
3250     * Moose::Util::TypeConstraints
3251       - fix ClassName constraint to introspect symbol table (mst)
3252         - added more tests for this (mst)
3253       - fixed it so that subtype 'Foo' => as 'HashRef[Int]' ...
3254         with work correctly.
3255         - added tests for this
3256
3257     * Moose::Cookbook
3258       - adding the link to Recipie 11 (written by Sartak)
3259         - adding test for SYNOPSIS code
3260
3261     * t/
3262       - New tests for builder bug. Upon instantiation, if an
3263         attribute had a builder, no value and was not lazy the
3264         builder default was not getting run, oops. (groditi)
3265
3266 0.29 Tues. Nov. 13, 2007
3267     * Moose::Meta::Attribute
3268       - Fix error message on missing builder method (groditi)
3269
3270     * Moose::Meta::Method::Accessor
3271       - Fix error message on missing builder method (groditi)
3272
3273     * t/
3274       - Add test to check for the correct error message when
3275         builder method is missing (groditi)
3276
3277 0.28 Tues. Nov. 13, 2007
3278     - 0.27 packaged incorrectly (groditi)
3279
3280 0.27 Tues. Nov. 13, 2007
3281     * Moose::Meta::Attribute
3282       - Added support for the new builder option (groditi)
3283       - Added support for lazy_build option (groditi)
3284       - Changed slot initialization for predicate changes (groditi)
3285
3286     * Moose::Meta::Method::Accessor
3287       - Added support for lazy_build option (groditi)
3288       - Fix inline methods to work with corrected predicate
3289         behavior (groditi)
3290
3291     * Moose::Meta::Method::Constructor
3292       - Added support for lazy_build option (groditi)
3293
3294     * t/
3295       - tests for builder and lazy_build (groditi)
3296
3297     * fixing some misc. bits in the docs that
3298       got mentioned on CPAN Forum & perlmonks
3299
3300     * Moose::Meta::Role
3301       - fixed how required methods are handled
3302         when they encounter overriden or modified
3303         methods from a class (thanks to confound).
3304         - added tests for this
3305
3306     * Moose::Util::TypeConstraint
3307       - fixed the type notation parser so that
3308         the | always creates a union and so is
3309         no longer a valid type char (thanks to
3310         konobi, mugwump and #moose for working
3311         this one out.)
3312         - added more tests for this
3313
3314 0.26 Thurs. Sept. 27, 2007
3315     == New Features ==
3316
3317     * Parameterized Types
3318       We now support parameterized collection types, such as:
3319           ArrayRef[Int]    # array or integers
3320           HashRef[Object]  # a hash with object values
3321       They can also be nested:
3322           ArrayRef[HashRef[RegexpRef]] # an array of hashes with regex values
3323       And work with the type unions as well:
3324           ArrayRef[Int | Str]  # array of integers of strings
3325
3326     * Better Framework Extendability
3327       Moose.pm is now "extendable" such that it is now much
3328       easier to extend the framework and add your own keywords
3329       and customizations. See the "EXTENDING AND EMBEDDING MOOSE"
3330       section of the Moose.pm docs.
3331
3332     * Moose Snacks!
3333       In an effort to begin documenting some of the various
3334       details of Moose as well as some common idioms, we have
3335       created Moose::Cookbook::Snacks as a place to find
3336       small (easily digestable) nuggets of Moose code.
3337
3338     ====
3339     ~ Several doc updates/cleanup thanks to castaway ~
3340
3341     - converted build system to use Module::Install instead of
3342       Module::Build (thanks to jrockway)
3343
3344     * Moose
3345       - added all the meta classes to the immutable list and
3346         set it to inline the accessors
3347       - fix import to allow Sub::Exporter like { into => }
3348             and { into_level => } (perigrin)
3349       - exposed and documented init_meta() to allow better
3350             embedding and extending of Moose (perigrin)
3351
3352         * t/
3353           - complete re-organization of the test suite
3354           - added some new tests as well
3355           - finally re-enabled the Moose::POOP test since
3356             the new version of DBM::Deep now works again
3357             (thanks rob)
3358
3359     * Moose::Meta::Class
3360       - fixed very odd and very nasty recursion bug with
3361         inner/augment (mst)
3362         - added tests for this (eilara)
3363
3364     * Moose::Meta::Attribute
3365       Moose::Meta::Method::Constructor
3366       Moose::Meta::Method::Accessor
3367       - fixed issue with overload::Overloaded getting called
3368         on non-blessed items. (RT #29269)
3369         - added tests for this
3370
3371     * Moose::Meta::Method::Accessor
3372       - fixed issue with generated accessor code making
3373         assumptions about hash based classes (thanks to dexter)
3374
3375     * Moose::Coookbook::Snacks
3376       - these are bits of documentation, not quite as big as
3377         Recipes but which have no clear place in the module docs.
3378         So they are Snacks! (horray for castaway++)
3379
3380     * Moose::Cookbook::Recipe4
3381       - updated it to use the new ArrayRef[MyType] construct
3382         - updated the accompanying test as well
3383
3384     +++ Major Refactor of the Type Constraint system +++
3385     +++       with new features added as well        +++
3386
3387     * Moose::Util::TypeConstraint
3388       - no longer uses package variable to keep track of
3389         the type constraints, now uses the an instance of
3390         Moose::Meta::TypeConstraint::Registry to do it
3391       - added more sophisticated type notation parsing
3392         (thanks to mugwump)
3393         - added tests for this
3394
3395     * Moose::Meta::TypeConstraint
3396       - some minor adjustments to make subclassing easier
3397       - added the package_defined_in attribute so that we
3398         can track where the type constraints are created
3399
3400     * Moose::Meta::TypeConstraint::Union
3401       - this is now been refactored to be a subclass of
3402         Moose::Meta::TypeConstraint
3403
3404     * Moose::Meta::TypeCoercion::Union
3405       - this has been added to service the newly refactored
3406         Moose::Meta::TypeConstraint::Union and is itself
3407         a subclass of Moose::Meta::TypeCoercion
3408
3409     * Moose::Meta::TypeConstraint::Parameterized
3410       - added this module (taken from MooseX::AttributeHelpers)
3411         to help construct nested collection types
3412         - added tests for this
3413
3414     * Moose::Meta::TypeConstraint::Registry
3415       - added this class to keep track of type constraints
3416
3417 0.25 Mon. Aug. 13, 2007
3418     * Moose
3419       - Documentation update to reference Moose::Util::TypeConstraints
3420         under 'isa' in 'has' for how to define a new type
3421         (thanks to shlomif).
3422
3423     * Moose::Meta::Attribute
3424       - required attributes now will no longer accept undef
3425         from the constructor, even if there is a default and lazy
3426         - added tests for this
3427       - default subroutines must return a value which passes the
3428         type constraint
3429         - added tests for this
3430
3431     * Moose::Meta::Attribute
3432     * Moose::Meta::Method::Constructor
3433     * Moose::Meta::Method::Accessor
3434       - type-constraint tests now handle overloaded objects correctly
3435         in the error message
3436         - added tests for this (thanks to EvanCarroll)
3437
3438     * Moose::Meta::TypeConstraint::Union
3439       - added (has_)hand_optimized_constraint to this class so that
3440         it behaves as the regular Moose::Meta::TypeConstraint does.
3441
3442     * Moose::Meta::Role
3443       - large refactoring of this code
3444       - added several more tests
3445         - tests for subtle conflict resolition issues
3446           added, but not currently running
3447           (thanks to kolibre)
3448
3449     * Moose::Cookbook::Recipe7
3450       - added new recipe for augment/inner functionality
3451         (still in progress)
3452         - added test for this
3453
3454     * Moose::Spec::Role
3455       - a formal definition of roles (still in progress)
3456
3457     * Moose::Util
3458       - utilities for easier working with Moose classes
3459         - added tests for these
3460
3461     * Test::Moose
3462       - This contains Moose specific test functions
3463         - added tests for these
3464
3465 0.24 Tues. July 3, 2007
3466     ~ Some doc updates/cleanup ~
3467
3468     * Moose::Meta::Attribute
3469       - added support for roles to be given as parameters
3470         to the 'handles' option.
3471         - added tests and docs for this
3472       - the has '+foo' attribute form now accepts changes to
3473         the lazy option, and the addition of a handles option
3474         (but not changing the handles option)
3475         - added tests and docs for this
3476
3477     * Moose::Meta::Role
3478       - required methods are now fetched using find_method_by_name
3479         so that required methods can come from superclasses
3480         - adjusted tests for this
3481
3482 0.23 Mon. June 18, 2007
3483     * Moose::Meta::Method::Constructor
3484       - fix inlined constructor for hierarchy with multiple BUILD methods (mst)
3485     * Moose::Meta::Class
3486       - Modify make_immutable to work with the new Class::MOP immutable
3487         mechanism + POD + very basic test (groditi)
3488     * Moose::Meta::Attribute
3489       - Fix handles to use goto() so that caller() comes out properly on
3490         the other side (perigrin)
3491
3492 0.22 Thurs. May 31, 2007
3493     * Moose::Util::TypeConstraints
3494       - fix for prototype undeclared issue when Moose::Util::TypeConstraints
3495         loaded before consumers (e.g. Moose::Meta::Attribute) by predeclaring
3496         prototypes for functions
3497       - added the ClassName type constraint, this checks for strings
3498         which will respond true to ->isa(UNIVERSAL).
3499         - added tests and docs for this
3500       - subtyping just in name now works correctly by making the
3501         default for where be { 1 }
3502         - added test for this
3503
3504     * Moose::Meta::Method::Accessor
3505       - coerce and lazy now work together correctly, thanks to
3506         merlyn for finding this bug
3507         - tests added for this
3508       - fix reader presedence bug in Moose::Meta::Attribute + tests
3509
3510     * Moose::Object
3511       - Foo->new(undef) now gets ignored, it is assumed you meant to pass
3512         a HASH-ref and missed. This produces better error messages then
3513         having it die cause undef is not a HASH.
3514         - added tests for this
3515
3516 0.21 Thursday, May 2nd, 2007
3517     * Moose
3518       - added SUPER_SLOT and INNER_SLOT class hashes to support unimport
3519       - modified unimport to remove super and inner along with the rest
3520         - altered unimport tests to handle this
3521
3522     * Moose::Role
3523       - altered super export to populate SUPER_SLOT
3524
3525     * Moose::Meta::Class
3526       - altered augment and override modifier application to use *_SLOT
3527         - modified tests for these to unimport one test class each to test
3528
3529     * Moose::Meta::Role
3530       - fixed issue where custom attribute metaclasses
3531         where not handled correctly in roles
3532         - added tests for this
3533
3534     * Moose::Meta::Class
3535       - fixed issue where extending metaclasses with
3536         roles would blow up. Thanks to Aankhen`` for
3537         finding this insidious error, and it's solution.
3538
3539     ~~ lots of spelling and grammer fixes in the docs,
3540        many many thanks to rlb3 and Aankhen for these :)
3541
3542 0.20 Friday, April 6th, 2007
3543     >> I messed up the SKIP logic in one test
3544        so this release is just to fix that.
3545
3546     * Moose
3547       - 'has' now also accepts an ARRAY ref
3548         to create multiple attrs (see docs)
3549         (thanks to konobi for this)
3550          - added tests and docs
3551
3552 0.19 Thurs. April 5th, 2007
3553     ~~ More documentation updates ~~
3554
3555     * Moose::Util::TypeConstraints
3556       - 'type' now supports messages as well
3557         thanks to phaylon for finding this
3558         - added tests for this
3559       - added &list_all_type_constraints and
3560         &list_all_builtin_type_constraints
3561         functions to facilitate introspection.
3562
3563     * Moose::Meta::Attribute
3564       - fixed regexp 'handles' declarations
3565         to build the list of delegated methods
3566         correctly (and not override important
3567         things like &new) thanks to ashleyb
3568         for finding this
3569         - added tests and docs for this
3570       - added the 'documentation' attributes
3571         so that you can actually document your
3572         attributes and inspect them through the
3573         meta-object.
3574         - added tests and docs for this
3575
3576     * Moose::Meta::Class
3577       - when loading custom attribute metaclasses
3578         it will first look in for the class in the
3579         Moose::Meta::Attribute::Custom::$name, and
3580         then default to just loading $name.
3581         - added tests and docs for this
3582
3583     * Moose::Meta::TypeConstraint
3584       - type constraints now stringify to their names.
3585         - added test for this
3586
3587     * misc.
3588       - added tests to assure we work with Module::Refresh
3589       - added stricter test skip logic in the Moose POOP
3590         test, ask Rob Kinyon why.
3591         - *cough* DBM::Deep 1.0 backwards compatibility sucks *cough* ;)
3592
3593 0.18 Sat. March 10, 2007
3594     ~~ Many, many documentation updates ~~
3595
3596     * misc.
3597       - We now use Class::MOP::load_class to
3598         load all classes.
3599       - added tests to show types and subtypes
3600         working with Declare::Constraints::Simple
3601         and Test::Deep as constraint engines.
3602
3603 0.18_001
3604     !! You must have Class::MOP 0.37_001  !!
3605     !! for this developer release to work !!
3606
3607     This release was primarily adding the immutable
3608     feature to Moose. An immutable class is one which
3609     you promise not to alter. When you set the class
3610     as immutable it will perform various bits of
3611     memoization and inline certain part of the code
3612     (constructors, destructors and accessors). This
3613     minimizes (and in some cases totally eliminates)
3614     one of Moose's biggest performance hits. This
3615     feature is not on by default, and is 100% optional.
3616     It has several configurable bits as well, so you
3617     can pick and choose to your specific needs.
3618
3619     The changes involved in this were fairly wide and
3620     highly specific, but 100% backwards compatible, so
3621     I am not going to enumerate them here. If you are
3622     truely interested in what was changed, please do
3623     a diff :)
3624
3625 0.17 Tues. Nov. 14, 2006
3626     * Moose::Meta::Method::Accessor
3627       - bugfix for read-only accessors which
3628         are have a type constraint and lazy.
3629         Thanks to chansen for finding it.
3630
3631 0.16 Tues. Nov. 14, 2006
3632     ++ NOTE ++
3633     There are some speed improvements in this release,
3634     but they are only the begining, so stay tuned.
3635
3636     * Moose::Object
3637       - BUILDALL and DEMOLISHALL no longer get
3638         called unless they actually need to be.
3639         This gave us a signifigant speed boost
3640         for the cases when there is no BUILD or
3641         DEMOLISH method present.
3642
3643     * Moose::Util::TypeConstraints
3644     * Moose::Meta::TypeConstraint
3645       - added an 'optimize_as' option to the
3646         type constraint, which allows for a
3647         hand optimized version of the type
3648         constraint to be used when possible.
3649       - Any internally created type constraints
3650         now provide an optimized version as well.
3651
3652 0.15 Sun. Nov. 5, 2006
3653     ++ NOTE ++
3654     This version of Moose *must* have Class::MOP 0.36 in order
3655     to work correctly. A number of small internal tweaks have
3656     been made in order to be compatible with that release.
3657
3658     * Moose::Util::TypeConstraints
3659       - added &unimport so that you can clean out
3660         your class namespace of these exported
3661         keywords
3662
3663     * Moose::Meta::Class
3664       - fixed minor issue which occasionally
3665         comes up during global destruction
3666         (thanks omega)
3667       - moved Moose::Meta::Method::Overriden into
3668         its own file.
3669
3670     * Moose::Meta::Role
3671       - moved Moose::Meta::Role::Method into
3672         its own file.
3673
3674     * Moose::Meta::Attribute
3675       - changed how we do type checks so that
3676         we reduce the overall cost, but still
3677         retain correctness.
3678        *** API CHANGE ***
3679       - moved accessor generation methods to
3680         Moose::Meta::Method::Accessor to
3681         conform to the API changes from
3682         Class::MOP 0.36
3683
3684     * Moose::Meta::TypeConstraint
3685       - changed how constraints are compiled
3686         so that we do less recursion and more
3687         iteration. This makes the type check
3688         faster :)
3689       - moved Moose::Meta::TypeConstraint::Union
3690         into its own file
3691
3692     * Moose::Meta::Method::Accessor
3693       - created this from methods formerly found in
3694         Moose::Meta::Attribute
3695
3696     * Moose::Meta::Role::Method
3697       - moved this from Moose::Meta::Role
3698
3699     * Moose::Meta::Method::Overriden
3700       - moved this from Moose::Meta::Class
3701
3702     * Moose::Meta::TypeConstraint::Union
3703       - moved this from Moose::Meta::TypeConstraint
3704
3705 0.14 Mon. Oct. 9, 2006
3706
3707     * Moose::Meta::Attribute
3708       - fixed lazy attributes which were not getting
3709         checked with the type constraint (thanks ashley)
3710         - added tests for this
3711       - removed the over-enthusiastic DWIMery of the
3712         automatic ArrayRef and HashRef defaults, it
3713         broke predicates in an ugly way.
3714         - removed tests for this
3715
3716 0.13 Sat. Sept. 30, 2006
3717     ++ NOTE ++
3718     This version of Moose *must* have Class::MOP 0.35 in order
3719     to work correctly. A number of small internal tweaks have
3720     been made in order to be compatible with that release.
3721
3722     * Moose
3723       - Removed the use of UNIVERSAL::require to be a better
3724         symbol table citizen and remove a dependency
3725         (thanks Adam Kennedy)
3726
3727       **~~ removed experimental & undocumented feature ~~**
3728       - commented out the 'method' and 'self' keywords, see the
3729         comments for more info.
3730
3731     * Moose::Cookbook
3732       - added a FAQ and WTF files to document frequently
3733         asked questions and common problems
3734
3735     * Moose::Util::TypeConstraints
3736       - added GlobRef and FileHandle type constraint
3737         - added tests for this
3738
3739     * Moose::Meta::Attribute
3740       - if your attribute 'isa' ArrayRef of HashRef, and you have
3741         not explicitly set a default, then make the default DWIM.
3742         This will also work for subtypes of ArrayRef and HashRef
3743         as well.
3744       - you can now auto-deref subtypes of ArrayRef or HashRef too.
3745         - new test added for this (thanks to ashley)
3746
3747     * Moose::Meta::Role
3748       - added basic support for runtime role composition
3749         but this is still *highly experimental*, so feedback
3750         is much appreciated :)
3751         - added tests for this
3752
3753     * Moose::Meta::TypeConstraint
3754       - the type constraint now handles the coercion process
3755         through delegation, this is to support the coercion
3756         of unions
3757
3758     * Moose::Meta::TypeConstraint::Union
3759       - it is now possible for coercions to be performed
3760         on a type union
3761         - added tests for this (thanks to konobi)
3762
3763     * Moose::Meta::TypeCoercion
3764       - properly capturing error when type constraint
3765         is not found
3766
3767     * Build.PL
3768       - Scalar::Util 1.18 is bad on Win32, so temporarily
3769         only require version 1.17 for Win32 and cygwin.
3770         (thanks Adam Kennedy)
3771
3772 0.12 Sat. Sept. 1, 2006
3773     * Moose::Cookbook
3774       - Recipe5 (subtypes & coercion) has been written
3775
3776     * Moose
3777       - fixed "bad meta" error message to be more descriptive
3778       - fixed &unimport to not remove the &inner and &super
3779         keywords because we need to localize them.
3780       - fixed number of spelling/grammer issues, thanks Theory :)
3781
3782       **~~ experimental & undocumented feature ~~**
3783       - added the method and self keywords, they are basically
3784         just sugar, and they may not stay around.
3785
3786     * Moose::Object
3787       - added &dump method to easily Data::Dumper
3788         an object
3789
3790     * Moose::Meta::TypeConstraint
3791       - added the &is_a_type_of method to check both the current
3792         and the subtype of a method (similar to &isa with classes)
3793
3794     * Moose::Meta::Role
3795       - this is now a subclass of Class::MOP::Module, and no longer
3796         creates the _role_meta ugliness of before.
3797         - fixed tests to reflect this change
3798
3799 0.11 Wed. July 12, 2006
3800     * Moose
3801       - added an &unimport method to remove all the keywords
3802         that Moose will import, simply add 'no Moose' to the
3803         bottom of your class file.
3804
3805     * t/
3806       - fixed some test failures caused by a forgotten test
3807         dependency.
3808
3809 0.10 Thurs. July 6, 2006
3810     * Moose
3811       - improved error message when loading modules so
3812         it is less confusing when you load a role.
3813       - added &calculate_all_roles method to
3814         Moose::Meta::Class and Moose::Meta::Role
3815
3816     NOTE:
3817     This module has been tested against Class::MOP 0.30
3818     but it does not yet utilize the optimizations
3819     it makes available. Stay tuned for that ;)
3820
3821 0.09_03 Fri. June 23, 2006
3822     ++ DEVELOPER RELEASE ++
3823     * Moose
3824       - 'use strict' and 'use warnings' are no longer
3825          needed in Moose classes, Moose itself will
3826          turn them on for you.
3827          - added tests for this
3828       - moved code from exported subs to private methods
3829         in Moose::Meta::Class
3830
3831     * Moose::Role
3832       - as with Moose, strict and warnings are
3833         automatically turned on for you.
3834          - added tests for this
3835
3836     * Moose::Meta::Role
3837       - now handles an edge case for override errors
3838         - added tests for this
3839       - added some more edge case tests
3840
3841 0.09_02 Tues. May 16, 2006
3842     ++ DEVELOPER RELEASE ++
3843     * Moose
3844       - added prototypes to the exported subs
3845       - updated docs
3846
3847     * Moose::Role
3848       - added prototypes to the exported subs
3849       - updated docs
3850
3851     * Moose::Util::TypeConstraints
3852       - cleaned up prototypes for the subs
3853       - updated docs
3854
3855 0.09_01 Fri. May 12, 2006
3856     ++ DEVELOPER RELEASE ++
3857       - This release works in combination with
3858         Class::MOP 0.29_01, it is a developer
3859         release because it uses the a new
3860         instance sub-protocol and a fairly
3861         complete Role implementation. It has
3862         not yet been optimized, so it slower
3863         the the previous CPAN version. This
3864         release also lacks good updated docs,
3865         the official release will have updated docs.
3866
3867     * Moose
3868       - refactored the keyword exports
3869         - 'with' now checks Role validaity and
3870           accepts more than one Role at a time
3871         - 'extends' makes metaclass adjustments as
3872            needed to ensure metaclass compatibility
3873
3874     * Moose::Role
3875       - refactored the keyword exports
3876         - 'with' now checks Role validaity and
3877           accepts more than one Role at a time
3878
3879     * Moose::Util::TypeConstraints
3880       - added the 'enum' keyword for simple
3881         string enumerations which can be used as
3882         type constraints
3883         - see example of usage in t/202_example.t
3884
3885     * Moose::Object
3886       - more careful checking of params to new()
3887
3888     * Moose::Meta::Role
3889       - much work done on the role composition
3890         - many new tests for conflict detection
3891           and composition edge cases
3892         - not enough documentation, I suggest
3893           looking at the tests
3894
3895     * Moose::Meta::Instance
3896       - added new Instance metaclass to support
3897         the new Class::MOP instance protocol
3898
3899     * Moose::Meta::Class
3900       - some small changes to support the new
3901         instance protocol
3902       - some small additions to support Roles
3903
3904     * Moose::Meta::Attribute
3905       - some improvements to the accessor generation code
3906         by nothingmuch
3907       - some small changes to support the new
3908         instance protocol
3909       - (still somewhat) experimental delegation support
3910         with the 'handles' option
3911         - added several tests for this
3912         - no docs for this yet
3913
3914 0.05 Thurs. April 27, 2006
3915     * Moose
3916       - keywords are now exported with Sub::Exporter
3917         thanks to chansen for this commit
3918       - has keyword now takes a 'metaclass' option
3919         to support custom attribute meta-classes
3920         on a per-attribute basis
3921         - added tests for this
3922       - the 'has' keyword not accepts inherited slot
3923         specifications (has '+foo'). This is still an
3924         experimental feature and probably not finished
3925         see t/038_attribute_inherited_slot_specs.t for
3926         more details, or ask about it on #moose
3927         - added tests for this
3928
3929     * Moose::Role
3930       - keywords are now exported with Sub::Exporter
3931
3932     * Moose::Utils::TypeConstraints
3933       - reorganized the type constraint hierarchy, thanks
3934         to nothingmuch and chansen for his help and advice
3935         on this
3936         - added some tests for this
3937       - keywords are now exported with Sub::Exporter
3938         thanks to chansen for this commit
3939
3940     * Moose::Meta::Class
3941       - due to changes in Class::MOP, we had to change
3942         construct_instance (for the better)
3943
3944     * Moose::Meta::Attribute
3945       - due to changes in Class::MOP, we had to add the
3946         initialize_instance_slot method (it's a good thing)
3947
3948     * Moose::Meta::TypeConstraint
3949       - added type constraint unions
3950         - added tests for this
3951       - added the is_subtype_of predicate method
3952         - added tests for this
3953
3954 0.04 Sun. April 16th, 2006
3955     * Moose::Role
3956       - Roles can now consume other roles
3957         - added tests for this
3958       - Roles can specify required methods now with
3959         the requires() keyword
3960         - added tests for this
3961
3962     * Moose::Meta::Role
3963       - ripped out much of it's guts ,.. much cleaner now
3964       - added required methods and correct handling of
3965         them in apply() for both classes and roles
3966         - added tests for this
3967       - no longer adds a does() method to consuming classes
3968         it relys on the one in Moose::Object
3969       - added roles attribute and some methods to support
3970         roles consuming roles
3971
3972     * Moose::Meta::Attribute
3973       - added support for triggers on attributes
3974         - added tests for this
3975       - added support for does option on an attribute
3976         - added tests for this
3977
3978     * Moose::Meta::Class
3979       - added support for attribute triggers in the
3980         object construction
3981         - added tests for this
3982
3983     * Moose
3984       - Moose no longer creates a subtype for your class
3985         if a subtype of the same name already exists, this
3986         should DWIM in 99.9999% of all cases
3987
3988     * Moose::Util::TypeConstraints
3989       - fixed bug where incorrect subtype conflicts were
3990         being reported
3991         - added test for this
3992
3993     * Moose::Object
3994       - this class can now be extended with 'use base' if
3995         you need it, it properly loads the metaclass class now
3996         - added test for this
3997
3998 0.03_02 Wed. April 12, 2006
3999     * Moose
4000       - you must now explictly use Moose::Util::TypeConstraints
4001         it no longer gets exported for you automatically
4002
4003     * Moose::Object
4004       - new() now accepts hash-refs as well as key/value lists
4005       - added does() method to check for Roles
4006         - added tests for this
4007
4008     * Moose::Meta::Class
4009       - added roles attribute along with the add_role() and
4010         does_role() methods
4011         - added tests for this
4012
4013     * Moose::Meta::Role
4014       - now adds a does() method to consuming classes
4015         which tests the class's hierarchy for roles
4016         - added tests for this
4017
4018 0.03_01 Mon. April 10, 2006
4019     * Moose::Cookbook
4020       - added new Role recipe (no content yet, only code)
4021
4022     * Moose
4023       - added 'with' keyword for Role support
4024         - added test and docs for this
4025       - fixed subtype quoting bug
4026         - added test for this
4027
4028     * Moose::Role
4029       - Roles for Moose
4030         - added test and docs
4031
4032     * Moose::Util::TypeConstraints
4033       - added the message keyword to add custom
4034         error messages to type constraints
4035
4036     * Moose::Meta::Role
4037       - the meta role to support Moose::Role
4038         - added tests and docs
4039
4040     * Moose::Meta::Class
4041       - moved a number of things from Moose.pm
4042         to here, they should have been here
4043         in the first place
4044
4045     * Moose::Meta::Attribute
4046       - moved the attribute option macros here
4047         instead of putting them in Moose.pm
4048
4049     * Moose::Meta::TypeConstraint
4050       - added the message attributes and the
4051         validate method
4052         - added tests and docs for this
4053
4054 0.03 Thurs. March 30, 2006
4055     * Moose::Cookbook
4056       - added the Moose::Cookbook with 5 recipes,
4057         describing all the stuff Moose can do.
4058
4059     * Moose
4060       - fixed an issue with &extends super class loading
4061         it now captures errors and deals with inline
4062         packages correctly (bug found by mst, solution
4063         stolen from alias)
4064       - added super/override & inner/augment features
4065         - added tests and docs for these
4066
4067     * Moose::Object
4068       - BUILDALL now takes a reference of the %params
4069         that are passed to &new, and passes that to
4070         each BUILD as well.
4071
4072     * Moose::Util::TypeConstraints
4073       - Type constraints now survive runtime reloading
4074         - added test for this
4075
4076         * Moose::Meta::Class
4077           - fixed the way attribute defaults are handled
4078             during instance construction (bug found by chansen)
4079
4080     * Moose::Meta::Attribute
4081       - read-only attributes now actually enforce their
4082         read-only-ness (this corrected in Class::MOP as
4083         well)
4084
4085 0.02 Tues. March 21, 2006
4086     * Moose
4087       - many more tests, fixing some bugs and
4088         edge cases
4089       - &extends now loads the base module with
4090         UNIVERSAL::require
4091         - added UNIVERSAL::require to the
4092           dependencies list
4093       ** API CHANGES **
4094       - each new Moose class will also create
4095         and register a subtype of Object which
4096         correspond to the new Moose class.
4097       - the 'isa' option in &has now only
4098         accepts strings, and will DWIM in
4099         almost all cases
4100
4101     * Moose::Util::TypeConstraints
4102       - added type coercion features
4103         - added tests for this
4104         - added support for this in attributes
4105           and instance construction
4106       ** API CHANGES **
4107       - type construction no longer creates a
4108         function, it registers the type instead.
4109         - added several functions to get the
4110           registered types
4111
4112     * Moose::Object
4113       - BUILDALL and DEMOLISHALL were broken
4114         because of a mis-named hash key, Whoops :)
4115
4116     * Moose::Meta::Attribute
4117       - adding support for coercion in the
4118         autogenerated accessors
4119
4120     * Moose::Meta::Class
4121       - adding support for coercion in the
4122         instance construction
4123
4124     * Moose::Meta::TypeConstraint
4125     * Moose::Meta::TypeCoercion
4126           - type constraints and coercions are now
4127             full fledges meta-objects
4128
4129 0.01 Wed. March 15, 2006
4130     - Moooooooooooooooooose!!!