gfx [Sun, 31 Jan 2010 08:54:15 +0000]
More tests for magic handling
gfx [Sun, 31 Jan 2010 07:44:43 +0000]
Fix magic handling in type constraints (reported by sunnavy)
gfx [Sat, 16 Jan 2010 05:35:01 +0000]
Use Mouse::Object::BUILDARGS, because it's safe and flexible.
gfx [Sat, 16 Jan 2010 05:33:57 +0000]
Improve Makefile.PL not to test Moose compatibility when the main tests fail
gfx [Sat, 16 Jan 2010 05:02:42 +0000]
Fix the class for init_meta()
gfx [Fri, 15 Jan 2010 06:19:00 +0000]
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
gfx [Fri, 15 Jan 2010 06:15:51 +0000]
Fix a typo in docs
gfx [Fri, 15 Jan 2010 06:01:05 +0000]
Add conflicting checks to Makefile.PL
gfx [Fri, 15 Jan 2010 05:41:49 +0000]
Makefile.PL requires Module::Install::XSUtil 0.21
gfx [Fri, 15 Jan 2010 05:39:22 +0000]
Clearify the issue on RT#69939
gfx [Mon, 11 Jan 2010 07:46:47 +0000]
Add the CAVEATS section for the call_sv() failures
gfx [Mon, 11 Jan 2010 07:13:48 +0000]
require Class::Method::Modifiers::Fast 0.041; this is because it requries gfx's Data::Util correctly.
gfx [Mon, 11 Jan 2010 06:50:43 +0000]
Merge clearer.t and predicate.t to predicate-and-clearer.t
gfx [Mon, 11 Jan 2010 06:47:27 +0000]
Merge default-code.t to default.t
gfx [Mon, 11 Jan 2010 06:43:51 +0000]
Merge extends.t and auto-subclass.t into subclass.t
gfx [Mon, 11 Jan 2010 06:40:51 +0000]
Merge some tests to one file
gfx [Mon, 11 Jan 2010 06:20:07 +0000]
Fix a typo
gfx [Mon, 11 Jan 2010 05:49:21 +0000]
Don't create scopes as much as possible
gfx [Mon, 11 Jan 2010 05:40:02 +0000]
Fix a message
gfx [Mon, 11 Jan 2010 05:34:43 +0000]
Use sv_true() instead of SvTRUE(), which is too large to inline
gfx [Mon, 11 Jan 2010 05:32:01 +0000]
Move Mouse::Meta::Attribute::_process_options into XS
gfx [Sat, 9 Jan 2010 08:58:47 +0000]
Checking in changes prior to tagging of version 0.46. Changelog diff is:
diff --git a/Changes b/Changes
index 7e3bf6d..8c2002d 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
Revision history for Mouse
-0.46
+0.46 Sat Jan 9 17:54:30 2010
* Mouse::Meta::Attribute
- Add support for code references for handles
patched by Frank Cuny (gfx)
gfx [Sat, 9 Jan 2010 08:55:05 +0000]
Update the copyright information
gfx [Sat, 9 Jan 2010 08:52:48 +0000]
Move tied hash checks
gfx [Sat, 9 Jan 2010 08:43:26 +0000]
Fix type casts incompatible with c++ (delected by -Wc++compat)
gfx [Sat, 9 Jan 2010 08:39:47 +0000]
Clean up mouse_tc_ScalarRef()
gfx [Sat, 9 Jan 2010 08:38:02 +0000]
Fix Str() and ScalarRef()
gfx [Sat, 9 Jan 2010 08:37:07 +0000]
Changelogging
gfx [Sat, 9 Jan 2010 08:17:09 +0000]
ouse.pm uses Mouse::Util::TypeConstraints
gfx [Sat, 9 Jan 2010 08:11:42 +0000]
Remove long-deprecated features
gfx [Sat, 9 Jan 2010 07:58:32 +0000]
Clean up deprecations
gfx [Sat, 9 Jan 2010 07:54:42 +0000]
Apply a patch to support handle => sub { ... }, contributed by Frank Cuny.
gfx [Sat, 9 Jan 2010 07:45:36 +0000]
Revert "Add a test file for RT #53286"
This reverts commit
de821fdf6f06dcfa8f33708b3fab6e3794e18bb4.
gfx [Sat, 9 Jan 2010 07:42:42 +0000]
Merge branch 'master' of moose.perl.org:Mouse
gfx [Sat, 9 Jan 2010 07:42:12 +0000]
CRLF to LF
Goro Fuji [Sat, 2 Jan 2010 09:22:17 +0000]
Add a test file for RT #53286
Goro Fuji [Sat, 2 Jan 2010 09:20:46 +0000]
Replace CRLF to LF with all the files
gfx [Tue, 22 Dec 2009 07:06:17 +0000]
Checking in changes prior to tagging of version 0.4501. Changelog diff is:
diff --git a/Changes b/Changes
index 582d0c7..a4b3022 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for Mouse
+0.4501 Tue Dec 22 16:02:15 2009
+ * Fix an issue on circular dependencies (RT #52939, thanks to t0m)
+ - (see also http://rt.cpan.org/Public/Bug/Display.html?id=52939 )
+
0.45 Sat Dec 19 17:22:46 2009
* Fix filename portability issue (RT #52828, thanks to Peter Edwards)
gfx [Tue, 22 Dec 2009 07:00:15 +0000]
Revert "Add resolution of conflitcting extention"
This reverts commit
a1d1c5cc366a1881fe5ed25c0f7b3eb60999854d.
gfx [Sun, 20 Dec 2009 05:10:20 +0000]
Add 'use warnings FATAL => "recursion"' to Accessor.pm
gfx [Sat, 19 Dec 2009 08:31:54 +0000]
Tweaks for 5.6.2
gfx [Sat, 19 Dec 2009 08:24:09 +0000]
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)
gfx [Sat, 19 Dec 2009 08:15:44 +0000]
Rename: s/verify_type_constraint_error/_throw_type_constraint_error/g; It's Mouse specific.
gfx [Sat, 19 Dec 2009 08:09:58 +0000]
Add resolution of conflitcting extention
gfx [Sat, 19 Dec 2009 08:09:32 +0000]
Changelogging
gfx [Sat, 19 Dec 2009 07:30:46 +0000]
Fix an issue that anonymous type constraint can't be defined
gfx [Sat, 19 Dec 2009 07:10:36 +0000]
Change the signature of verify_type_constraint_error [IMCOMPATIBLE]
gfx [Sat, 19 Dec 2009 06:27:16 +0000]
Change the internal delegation code
gfx [Fri, 18 Dec 2009 06:13:27 +0000]
Move is_immutable into XS
gfx [Fri, 18 Dec 2009 04:42:25 +0000]
Lazy load for Delegation class
gfx [Fri, 18 Dec 2009 04:42:08 +0000]
Tidy
gfx [Fri, 18 Dec 2009 04:41:35 +0000]
Rename variable names for clearity
gfx [Fri, 18 Dec 2009 04:33:43 +0000]
Avoid autovivification
gfx [Fri, 18 Dec 2009 04:31:17 +0000]
Tiny tweaks
gfx [Fri, 18 Dec 2009 04:26:36 +0000]
Add tests for BUILDALL/DEMOLISHALL
gfx [Fri, 18 Dec 2009 04:26:29 +0000]
Changelogging
gfx [Fri, 18 Dec 2009 04:24:23 +0000]
Fix BUILDALL in XS
gfx [Fri, 18 Dec 2009 04:02:09 +0000]
Rename for portability to resolve RT #52828
gfx [Fri, 18 Dec 2009 04:00:26 +0000]
Add filesystem portability test (indicated by RT #52828)
gfx [Fri, 18 Dec 2009 03:57:44 +0000]
Changelogging
gfx [Wed, 16 Dec 2009 08:51:49 +0000]
Add tests for get_value etc
gfx [Wed, 16 Dec 2009 08:41:17 +0000]
Implement make_mutable :)
gfx [Wed, 16 Dec 2009 08:37:19 +0000]
Switch to duck typing
gfx [Wed, 16 Dec 2009 08:22:48 +0000]
Add set_value/get_value/has_value/clear_value to Attribute
gfx [Wed, 16 Dec 2009 08:22:28 +0000]
Add with_immutable to Test::Mouse
gfx [Wed, 16 Dec 2009 07:39:04 +0000]
Move BUILDALL and DEMOLISHALL into XS
gfx [Sun, 13 Dec 2009 08:01:13 +0000]
Fix accessor filenames
gfx [Wed, 9 Dec 2009 12:55:02 +0000]
Checking in changes prior to tagging of version 0.44. Changelog diff is:
gfx [Wed, 9 Dec 2009 12:54:11 +0000]
Add a test file for duck_type
gfx [Wed, 9 Dec 2009 12:53:08 +0000]
Changelogging
gfx [Wed, 9 Dec 2009 12:48:15 +0000]
Add coerce() to the function list
gfx [Wed, 9 Dec 2009 12:46:55 +0000]
Add duck_type to the function list
gfx [Wed, 9 Dec 2009 12:43:29 +0000]
Changelogging
gfx [Wed, 9 Dec 2009 12:42:15 +0000]
Optimization for duck_type
gfx [Wed, 9 Dec 2009 12:41:58 +0000]
Add a benchmark for duck_type
gfx [Wed, 9 Dec 2009 11:55:43 +0000]
Tidy
gfx [Wed, 9 Dec 2009 11:54:54 +0000]
Add duck_type to Mouse::Util::TypeConstraints
gfx [Wed, 9 Dec 2009 11:54:28 +0000]
More robust tests for threads
gfx [Wed, 9 Dec 2009 05:34:33 +0000]
Improve enum to accept "enum($name, $arrayref)" construction
gfx [Wed, 9 Dec 2009 05:30:19 +0000]
Changelogging
gfx [Tue, 8 Dec 2009 09:31:43 +0000]
Add Test::Mouse
gfx [Tue, 8 Dec 2009 01:47:06 +0000]
Fix typos
gfx [Tue, 8 Dec 2009 01:44:48 +0000]
Use Module::Install::XSUtil 0.19
gfx [Mon, 7 Dec 2009 06:04:06 +0000]
Checking in changes prior to tagging of version 0.43. Changelog diff is:
gfx [Mon, 7 Dec 2009 06:01:57 +0000]
Add a benchmark for destructors
gfx [Mon, 7 Dec 2009 06:01:33 +0000]
Tiny optimization for DESTROY
gfx [Mon, 7 Dec 2009 05:38:54 +0000]
Add a comment to Changes
gfx [Mon, 7 Dec 2009 05:36:16 +0000]
Fix benchmarks/modifiers.pl
gfx [Mon, 7 Dec 2009 05:31:01 +0000]
Make Mouse/Tiny.pod
gfx [Mon, 7 Dec 2009 05:30:52 +0000]
Changelogging
gfx [Mon, 7 Dec 2009 05:26:43 +0000]
Add some document
gfx [Mon, 7 Dec 2009 05:20:30 +0000]
Fix the hierarchy of type constraints: Num and Int are a subtype of Str
gfx [Mon, 7 Dec 2009 05:17:32 +0000]
Fix a typo in the pod
gfx [Mon, 7 Dec 2009 05:15:18 +0000]
Add a note for Mouse::XS, which requries Perl 5.8.1 or later
gfx [Mon, 7 Dec 2009 05:13:52 +0000]
Tweaks for ouse.pm
gfx [Mon, 7 Dec 2009 05:12:00 +0000]
Add documents to Mouse::Spec
gfx [Mon, 7 Dec 2009 05:11:35 +0000]
Add documents for attributes
gfx [Mon, 7 Dec 2009 04:52:04 +0000]
Remove has_package_symbol and add_package_symbol
This is introduced for compatibility with Moose, but it seems useless in Mouse.
gfx [Mon, 7 Dec 2009 04:46:53 +0000]
Fix the pod of Mouse
gfx [Sat, 5 Dec 2009 07:07:03 +0000]
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