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
gfx [Sat, 5 Dec 2009 07:05:18 +0000]
Fix a PAUSE indexing issue
gfx [Sat, 5 Dec 2009 06:08:18 +0000]
Checking in changes prior to tagging of version 0.41. Changelog diff is:
diff --git a/Changes b/Changes
index 1902f22..3df5bfb 100644
--- a/Changes
+++ b/Changes
@@ -1,10 +1,17 @@
Revision history for Mouse
-0.41
+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
- * SUMMARY from 0.40 to 0.40_09
+ * SUMMARY
- Many stuff are now in XS
+ - Support "use Mouse -traits => ..." subdirective
+
+ * INCOMPATIBILITY CHANGES (but compatible with Moose)
+ - The type of default value is constrained correctly
+ - The default values is weakend correctly
+ - BUILDALL/DEMOLISHALL are no longer called
0.40_09 Thu Dec 3 13:42:17 2009
* Mouse
gfx [Sat, 5 Dec 2009 05:13:28 +0000]
Tidy
gfx [Sat, 5 Dec 2009 05:01:11 +0000]
Fix tests
gfx [Sat, 5 Dec 2009 05:00:50 +0000]
Add function list to pod
gfx [Sat, 5 Dec 2009 05:00:38 +0000]
Fix a typo
gfx [Sat, 5 Dec 2009 04:59:49 +0000]
Fix Makefile.PL to add author's tests correctly
gfx [Fri, 4 Dec 2009 04:15:34 +0000]
Add tests for magical vars and hash iterators
gfx [Fri, 4 Dec 2009 04:15:06 +0000]
Fix the parameterized HashRef constraint routine
gfx [Thu, 3 Dec 2009 07:11:04 +0000]
Make accessor generators extensible
gfx [Thu, 3 Dec 2009 05:08:42 +0000]
Changelogging
gfx [Thu, 3 Dec 2009 05:04:13 +0000]
Remove mentions to Class::Method::Modifiers
gfx [Thu, 3 Dec 2009 04:44:53 +0000]
Checking in changes prior to tagging of version 0.40_09. Changelog diff is:
diff --git a/Changes b/Changes
index 828d825..affa65e 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
Revision history for Mouse
-0.40_09
+0.40_09 Thu Dec 3 13:42:17 2009
* Mouse
- Remove @Mouse::EXPORT, which was no longer used (gfx)
gfx [Thu, 3 Dec 2009 04:41:35 +0000]
Add a message in Makefile.PL
gfx [Thu, 3 Dec 2009 04:35:31 +0000]
Add a test for C3 classes
gfx [Thu, 3 Dec 2009 04:35:03 +0000]
Fix a prototype-related problem on 5.8.x
gfx [Thu, 3 Dec 2009 04:11:24 +0000]
Add meta() method to method metaclasses
gfx [Thu, 3 Dec 2009 04:11:17 +0000]
Fix has()
gfx [Thu, 3 Dec 2009 03:58:31 +0000]
Fix XS loading code
gfx [Thu, 3 Dec 2009 03:58:20 +0000]
Add some tests
gfx [Thu, 3 Dec 2009 03:45:43 +0000]
Tidy Changes
gfx [Thu, 3 Dec 2009 03:44:32 +0000]
Clean the code up
gfx [Thu, 3 Dec 2009 03:25:46 +0000]
Fix benchmarks/vs_caf.pl
gfx [Thu, 3 Dec 2009 03:19:42 +0000]
Resolve skipped tests (for 5.6.2)
gfx [Thu, 3 Dec 2009 03:17:53 +0000]
Fix a bug that segv caused on 5.6.2 with -traits
gfx [Thu, 3 Dec 2009 02:10:47 +0000]
Fix a meta slot name
gfx [Thu, 3 Dec 2009 02:06:02 +0000]
Update the repository information
gfx [Thu, 3 Dec 2009 01:57:11 +0000]
Add a description
gfx [Thu, 3 Dec 2009 01:50:36 +0000]
Add a comment
gfx [Thu, 3 Dec 2009 01:48:34 +0000]
Tweaks in Makefile.PL
gfx [Thu, 3 Dec 2009 01:37:11 +0000]
Rename a macro to define a class holder
gfx [Thu, 3 Dec 2009 01:27:57 +0000]
Tidy
gfx [Thu, 3 Dec 2009 01:26:57 +0000]
No duplication
gfx [Sat, 28 Nov 2009 08:19:45 +0000]
Port (get|has)_package_symbol from Class::MOP
gfx [Sat, 28 Nov 2009 07:40:39 +0000]
Skip class unload stuff in global destruction
gfx [Sat, 28 Nov 2009 07:40:30 +0000]
Add immutable_optins
gfx [Sat, 28 Nov 2009 01:23:33 +0000]
Fix a error message in apply_all_roles
gfx [Sat, 28 Nov 2009 01:21:50 +0000]
Fix add_method to accept overloaded CODE references correctly
gfx [Sat, 28 Nov 2009 01:20:25 +0000]
Fix meta method constructors
gfx [Thu, 26 Nov 2009 12:57:58 +0000]
Checking in changes prior to tagging of version 0.40_08. Changelog diff is:
gfx [Thu, 26 Nov 2009 12:56:51 +0000]
Add new test files
gfx [Thu, 26 Nov 2009 12:52:53 +0000]
Remove an unused function: XS_Mouse_simple_accessor()
gfx [Thu, 26 Nov 2009 12:50:37 +0000]
Change class holders to simple readers
gfx [Thu, 26 Nov 2009 12:45:25 +0000]
A tiny tweak
gfx [Thu, 26 Nov 2009 12:45:17 +0000]
Add a comment
gfx [Thu, 26 Nov 2009 12:37:30 +0000]
Changelogging
gfx [Thu, 26 Nov 2009 12:31:31 +0000]
Add a constant, MOUSE_XS
gfx [Thu, 26 Nov 2009 12:25:08 +0000]
Remove method list without explanations
gfx [Thu, 26 Nov 2009 12:15:43 +0000]
Fix metaclass compatibility resolution
gfx [Sat, 21 Nov 2009 05:45:25 +0000]
Rename XS funcs which generate XSUBs
gfx [Sat, 21 Nov 2009 04:50:57 +0000]
Mouse test suite requires Moose 0.93
gfx [Wed, 18 Nov 2009 06:57:56 +0000]
Add pod coverage test, but it does not test yet
gfx [Wed, 18 Nov 2009 06:56:21 +0000]
Tidy
gfx [Wed, 18 Nov 2009 06:55:57 +0000]
Add pod to Mouse::TypeRegistry as a deprecated module
gfx [Wed, 18 Nov 2009 06:55:37 +0000]
Add public method list as TODO
gfx [Wed, 18 Nov 2009 06:53:32 +0000]
Fix _reconcile_with_superclass_meta
gfx [Wed, 18 Nov 2009 06:49:38 +0000]
Add pod to Mouse::Tiny
gfx [Wed, 18 Nov 2009 02:37:27 +0000]
Add metaclass compatibility stuff
gfx [Tue, 17 Nov 2009 09:24:39 +0000]
Fix many
gfx [Tue, 17 Nov 2009 08:27:22 +0000]
Fix compatibility tests
gfx [Tue, 17 Nov 2009 08:19:55 +0000]
Resolve two "failing" tests
gfx [Tue, 17 Nov 2009 08:15:21 +0000]
Resolve a "failing" test
gfx [Tue, 17 Nov 2009 08:14:34 +0000]
Remove a resolved test
gfx [Tue, 17 Nov 2009 08:12:42 +0000]
Resolve 013_metaclass_traits.t, but not completed
gfx [Tue, 17 Nov 2009 08:12:18 +0000]
TODO
gfx [Tue, 17 Nov 2009 08:11:54 +0000]
Start to support "use Mouse -traits => ..."
gfx [Tue, 17 Nov 2009 07:21:26 +0000]
Resolve 015_metarole.t
gfx [Tue, 17 Nov 2009 07:21:10 +0000]
Add Mouse::Util::MetaRole
gfx [Tue, 17 Nov 2009 07:01:52 +0000]
Import t/050_metaclass from Moose
gfx [Tue, 17 Nov 2009 06:42:40 +0000]
For Mouse::Util::MetaRole
gfx [Tue, 17 Nov 2009 06:09:40 +0000]
Now handles => qr/regex/ is supported
gfx [Tue, 17 Nov 2009 06:08:15 +0000]
Mouse::Object has meta() method
gfx [Tue, 17 Nov 2009 05:58:32 +0000]
Tidy
gfx [Tue, 17 Nov 2009 05:28:37 +0000]
Add tests for constructor_class/destructor_class as attributes