The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.11   THu May 13 14:31:00 CEST 2010
        - Fix doc typo. jawnsy++

0.10   Wed May 12 17:53:56 CEST 2010
        - Stop pretending the created classes are anonymous.
          They used to close over their own metaclass, so they were never
          cleaned up anyway and only made debugging unnecessarily hard as
          all instances referenced the metaclass as well.
        - Require newer version of MX::Role::Parameterized in the parameterized
          role test. (RT#49873).

0.09   Tue Apr  6 22:51:40 CDT 2010
        - Class->with_traits(...)->new is now preferred over
          Class->new_with_traits(...).

0.08   Sat Feb 13 17:05:23 GMT 2010
        - Allow you to pass traits => 'OneTrait' rather than having to say
          traits => ['OneTrait'] to help when getting traits from things that
          want to send a scalar (e.g. Config::General)

0.07    Sun Aug 16 10:38:47 CDT 2009
        - deprecate apply_traits ("no warnings" to disable warning)
        - add MooseX::Traits::Util so that other modules can resolve trait names
        - add new_class_with_traits util function to create classes with traits

0.06    Mon Jun 29 00:30:58 CEST 2009
        - use "is => bare" on newer moosen (Closes: RT#47011) (hdp)
        - depend on a Moose version that provides
          meta->constructor_name (Closes RT#46936)

0.05    Thu May 28 08:37:21 MST 2009
        - support subclasses of classes that use MX::Traits

0.04    Tue May 26 23:00:29 MST 2009
        - add apply_traits method
        - use meta->constructor_name instead of 'new'

0.03    Thu Jun 12 11:57:29 CDT 2008
        - stevan changed some stuff

0.02    Mon Jun  2 18:40:55 CDT 2008
        - leave "new" alone, add a new "new_with_traits" instead

0.01    Sat May 24 18:54:26 CDT 2008
        - inital release