Checking in changes prior to tagging of version 0.61. 0.61
authorgfx <gfuji@cpan.org>
Sat, 19 Jun 2010 06:36:44 +0000 (15:36 +0900)
committergfx <gfuji@cpan.org>
Sat, 19 Jun 2010 06:36:44 +0000 (15:36 +0900)
commit913b59645bf5e7f16128c0e20711090a43676096
tree6195c9a7abe66ac26306ccc50143e5beaedbfd62
parent0f96002e8fa161161d0709fc4cc3d15a26fa3bf5
Checking in changes prior to tagging of version 0.61.

Changelog diff is:

diff --git a/Changes b/Changes
index 003ab6b..1483a3d 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Mouse

+0.61 Sat Jun 19 15:35:48 2010
+    [BUG FIXES]
+    * Workaround the Perl_call_sv() problem again (gfx)
+    * Update Module::Install to 0.99 for older versions of perls (gfx)
+
 0.60 Wed Jun  9 19:43:55 2010
     [CHANGES]
     * BUILDALL is now called by Mouse::Meta::Class::new_object, rather than
23 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/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