Archive

Archive for September, 2008

Coat 0.333 released

September 27th, 2008

A new version of Coat is available on CPAN, it’s the version 0.333 which provides 3 important bugfixes:

  • You can now safely use multipe coercions for the same subtype (thanks to Rached Ben Mustapha for discovering this issue)
  • A major bug was found by Andy Yatz in Coat’s inheritance mechanism. This bug is closed in this version too.
  • Another bug was closed, concerning the built-in subtype “Object”, whose validation code was broken.

I’m now focusing on porting as many Moose tests as I can to improve the test-suite of Coat.

General ,