Coat 0.1_0.4

A new version of Coat went out of the SVN repo a minute ago, it will be available very soon in the CPAN.

The version provides all the important features I wanted to provide with Coat, namely:

  • a basic meta-class : Coat::Meta that provides class introspection
  • a default root object : Coat::Object that provides a default constructor
  • support for Moose’s attribute declaration with “has” with default values and type constraints validation
  • support for hooks : before, around and after modifiers

Next target is to port test suites from Moose to ensure we actually are compatbile together…

Leave a Comment