Checking in changes prior to tagging of version 0.72. 0.72
authorFuji, Goro <gfuji@cpan.org>
Sat, 25 Sep 2010 12:22:32 +0000 (21:22 +0900)
committerFuji, Goro <gfuji@cpan.org>
Sat, 25 Sep 2010 12:22:32 +0000 (21:22 +0900)
commit01d4f728d7f3689267bdfbc997e1fbe02f19fabd
tree07011fc71e2ee7f28048ea54e85538a64095763f
parentf7f4955d842ab67c1f9f4301ef74756fbec8d45f
Checking in changes prior to tagging of version 0.72.

Changelog diff is:

diff --git a/Changes b/Changes
index 4dac604..1580b58 100644
--- a/Changes
+++ b/Changes
@@ -1,9 +1,10 @@
 Revision history for Mouse

-0.72
+0.72 Sat Sep 25 20:47:51 2010
     [BUG FIXES]
-    * There were a number of incompatibilities in Mouse::PurePerl
-    * Error messages from duck types are now compatible with Moose
+    * Internal refatoring has removed a number of incompatibilities
+      in Mouse::PurePerl.
+    * Error messages from duck types are now compatible with Moose.

 0.71 Fri Sep 24 19:51:04 2010
     [CHANGES]
25 files changed:
Changes
lib/Mouse.pm
lib/Mouse/Exporter.pm
lib/Mouse/Meta/Attribute.pm
lib/Mouse/Meta/Class.pm
lib/Mouse/Meta/Method.pm
lib/Mouse/Meta/Method/Accessor.pm
lib/Mouse/Meta/Method/Constructor.pm
lib/Mouse/Meta/Method/Delegation.pm
lib/Mouse/Meta/Method/Destructor.pm
lib/Mouse/Meta/Module.pm
lib/Mouse/Meta/Role.pm
lib/Mouse/Meta/Role/Application.pm
lib/Mouse/Meta/Role/Composite.pm
lib/Mouse/Meta/Role/Method.pm
lib/Mouse/Meta/TypeConstraint.pm
lib/Mouse/Object.pm
lib/Mouse/PurePerl.pm
lib/Mouse/Role.pm
lib/Mouse/Spec.pm
lib/Mouse/Tiny.pod
lib/Mouse/Util.pm
lib/Mouse/Util/TypeConstraints.pm
lib/Mouse/XS.pod
t/lib/MooseCompat.pm