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