Checking in changes prior to tagging of version 0.42. Changelog diff is: 0.42
authorgfx <gfuji@cpan.org>
Sat, 5 Dec 2009 07:07:03 +0000 (16:07 +0900)
committergfx <gfuji@cpan.org>
Sat, 5 Dec 2009 07:07:03 +0000 (16:07 +0900)
commit5176a3e41f75dc3f0de6049ac642087580f94680
tree83fc718685732cdd71ffc7400bc269f6e612b3b2
parentd76a3e9d95f4f092f9862ecd7dcbdcbd2e053519
Checking in changes prior to tagging of version 0.42.  Changelog diff is:

diff --git a/Changes b/Changes
index 3df5bfb..9f05b52 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Mouse

+0.42 Sat Dec  5 16:05:06 2009
+    * Fix a PAUSE indexing issue (gfx)
+
 0.41 Sat Dec  5 15:00:33 2009
     * This is the first stable version of Mouse::XS
         - Mouse::XS is about 2 times faster than Mouse::PurePerl
22 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/Util.pm
lib/Mouse/Util/TypeConstraints.pm
lib/Mouse/XS.pod