Checking in changes prior to tagging of version 0.47. Changelog diff is: 0.47
authorgfx <gfuji@cpan.org>
Fri, 15 Jan 2010 06:19:00 +0000 (15:19 +0900)
committergfx <gfuji@cpan.org>
Fri, 15 Jan 2010 06:19:00 +0000 (15:19 +0900)
commitbd76a699d654075009bb9fd707021721eecf8299
treec54bcc2e146409961f81bbbb82a6d62ac80dff66
parent1a8951d105e921ff1225439bc981b985ed1b1f4e
Checking in changes prior to tagging of version 0.47.  Changelog diff is:

diff --git a/Changes b/Changes
index 8c2002d..cb67a0e 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 Revision history for Mouse

+0.47 Fri Jan 15 15:07:21 2010
+    * Makefile.PL
+        - Shipped with M::I::XSUtil 0.21 (gfx)
+        - Fixed an issue that gcc 4.0 don't support -Wc++-compat (gfx)
+    * Mouse
+        - Add a caveat on XS callbacks to the pod (gfx)
+
 0.46 Sat Jan  9 17:54:30 2010
     * Mouse::Meta::Attribute
         - Add support for code references for handles
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