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