Revision history for Perl extension Moose
0.12
+ * Moose::Cookbook
+ - Recipe5 (subtypes & coercion) has been written
+
+ * Moose
+ - added ROADMAP section to detail the near term
+ plans for Moose
0.11 Wed. July 12, 2006
* Moose
-Moose version 0.11
+Moose version 0.12
===========================
See the individual module documentation for more information
use strict;
use warnings;
-our $VERSION = '0.11';
+our $VERSION = '0.12';
use Scalar::Util 'blessed', 'reftype';
use Carp 'confess';