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