The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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