Checking in changes prior to tagging of version 0.45. Changelog diff is:
authorgfx <gfuji@cpan.org>
Sat, 19 Dec 2009 08:24:09 +0000 (17:24 +0900)
committergfx <gfuji@cpan.org>
Sat, 19 Dec 2009 08:24:09 +0000 (17:24 +0900)
commit81fd550d4417451af22a45f26b93829b4515bb89
tree166f2f91bdf09bbaab1616762132e8db5015f3ac
parentda23cd4afe3c5b0add3a9ed24a43696deb380f2b
Checking in changes prior to tagging of version 0.45.  Changelog diff is:

diff --git a/Changes b/Changes
index db5c058..582d0c7 100644
--- a/Changes
+++ b/Changes
@@ -1,12 +1,13 @@
 Revision history for Mouse

-0.45
+0.45 Sat Dec 19 17:22:46 2009
     * Fix filename portability issue (RT #52828, thanks to Peter Edwards)

     * Fix an issue that definitions of anonymous types could fail (gfx)

     * Mouse::Meta::Attributes
         - Add set_value/get_value/has_value/clear_value (gfx)
+          (Note that thsese methods are depend on the accessors)

     * Test::Mouse
         - Add with_immutable (gfx)
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