The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.12  Fri 02 Apr 2010
  * t/000-version.t for better diagnostics (tokuhirom)
  * Slight performance improvements for is_class_loaded,
      lazily loading Carp, etc (Sartak)
  * Start some real documentation (Sartak)
  * Document $ENV{ANY_MOOSE} (Sartak)
    - fixes [rt.cpan.org #52339]
  * Test that Moose is loaded, not CMOP (Sartak)
    - fixes [rt.cpan.org #56093]
  * Alias class_of and more functions (Sartak)
    - requested by [rt.cpan.org #52275]

0.11  Sun 19 Dec 2009
  * Support "use Any::Moose '::Util::TypeConstraints'" (gfx)
  * Support "no Any::Moose '::Util::TypeConstraints'" (gfx)
  * $@ related fixes (gfx)
  * Documentation and other minor improvements (gfx)
  * Any::Moose should now work when you have Moose but not Mouse. Still need to
    work out how to encode this in the installation system (Sartak)

0.10  Fri 19 Jun 2009
  * Fix META.yml

0.09  Tue 19 May 2009
  * Depend on Mouse 0.21.

0.08  Mon 18 May 2009
  * Add moose_is_preferred and mouse_is_preferred functions for when you
    need to care about which backend is in use (Sartak)
  * Deprecate the internal is_moose_loaded in favor of moose_is_preferred
    (Sartak)

0.07  Fri, 10 Apr 2009
  * Depend on Mouse 0.20 for better compatibility with Moose >= 0.74 (rafl).

0.06  Wed, 18 Mar 2009
  * Add Any::Moose::is_class_loaded. (tokuhirom)

0.05  Wed, 25 Feb 2009
  * Stop using ambiguous ways of creating named subtypes in the tests. This
    makes them pass again with Moose >= 0.72. (rafl)

0.04  Tue, 17 Feb 2009
  * Any::Moose now gives you strict and warnings (oops!)
  * Support "use Any::Moose 'X::Types'" (tokuhirom)

0.03  Mon, 09 Feb 2009
  * When we load one of Mo*se, we'll continue to load that backer even if
    Moose had become loaded
  * Skip some tests if Moose is not installed
  * Hard dependency on Mouse

0.02  Sun, 08 Feb 2009
  * Fix compilation error (rafl)
  * Add load_class and is_moose_loaded (stevan)

0.01  Sun, 05 Feb 2009
  * Initial release