13 years agoFix pods
Fuji, Goro [Wed, 29 Sep 2010 02:23:44 +0000]
Fix pods

13 years agoFix superclass validation
Fuji, Goro [Wed, 29 Sep 2010 02:05:08 +0000]
Fix superclass validation

13 years agoImport tests for Test::Mouse
Fuji, Goro [Tue, 28 Sep 2010 13:06:53 +0000]
Import tests for Test::Mouse

13 years agoChangelogging
Fuji, Goro [Tue, 28 Sep 2010 12:57:43 +0000]
Changelogging

13 years agoDocs
Fuji, Goro [Tue, 28 Sep 2010 12:47:04 +0000]
Docs

13 years agoCleanup
Fuji, Goro [Tue, 28 Sep 2010 12:35:36 +0000]
Cleanup

13 years agoFix 'does' check in pure Perl
Fuji, Goro [Tue, 28 Sep 2010 12:32:36 +0000]
Fix 'does' check in pure Perl

13 years agoChecking in changes prior to tagging of version 0.76. 0.76
Fuji, Goro [Tue, 28 Sep 2010 07:15:05 +0000]
Checking in changes prior to tagging of version 0.76.

Changelog diff is:

diff --git a/Changes b/Changes
index db5427f..48ac4df 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for Mouse

+0.76 Tue Sep 28 16:10:31 2010
+    [BUG FIXES]
+    * Workaround 5.6.problems
+    * Fix edge cases of handles => sub { ... }
+    * Aoid warnigs on attribute cloning
+
 0.75 Mon Sep 27 15:07:03 2010
     [BUG FIXES]
     * Diamond inheritanc without C3 mro cauld cause problems in Mouse::XS

13 years agoWorkaround 5.6 problems
Fuji, Goro [Tue, 28 Sep 2010 07:09:25 +0000]
Workaround 5.6 problems

13 years agoTidy
Fuji, Goro [Tue, 28 Sep 2010 07:07:50 +0000]
Tidy

13 years agoFix failng tests
Fuji, Goro [Mon, 27 Sep 2010 13:01:18 +0000]
Fix failng tests

13 years agoUpdate tests
Fuji, Goro [Mon, 27 Sep 2010 12:56:05 +0000]
Update tests

13 years agoFix a cache data name in method delegation
Fuji, Goro [Mon, 27 Sep 2010 12:55:19 +0000]
Fix a cache data name in method delegation

13 years agoFix the delegation rule
Fuji, Goro [Mon, 27 Sep 2010 12:44:36 +0000]
Fix the delegation rule

13 years agoDuplicated role_type() and class_type() no longer throw the error
Fuji, Goro [Mon, 27 Sep 2010 12:25:04 +0000]
Duplicated role_type() and class_type() no longer throw the error

13 years agoAvoid a warnings
Fuji, Goro [Mon, 27 Sep 2010 12:23:04 +0000]
Avoid a warnings

13 years agoChecking in changes prior to tagging of version 0.75. 0.75
Fuji, Goro [Mon, 27 Sep 2010 06:08:17 +0000]
Checking in changes prior to tagging of version 0.75.

Changelog diff is:

diff --git a/Changes b/Changes
index 46386e4..db5427f 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Mouse

-0.75
+0.75 Mon Sep 27 15:07:03 2010
     [BUG FIXES]
     * Diamond inheritanc without C3 mro cauld cause problems in Mouse::XS

13 years agoChangelogging
Fuji, Goro [Mon, 27 Sep 2010 05:48:05 +0000]
Changelogging

13 years agoMerge remote branch 'origin/master' into merge-0.74
Fuji, Goro [Mon, 27 Sep 2010 05:39:08 +0000]
Merge remote branch 'origin/master' into merge-0.74

Conflicts:
lib/Mouse/Meta/Method/Constructor.pm

13 years agoDocs
Fuji, Goro [Mon, 27 Sep 2010 03:44:44 +0000]
Docs

13 years agoCleanup
Fuji, Goro [Mon, 27 Sep 2010 03:30:06 +0000]
Cleanup

13 years agoMouse internal cache must be started with '_mouse_cache'
Fuji, Goro [Mon, 27 Sep 2010 03:14:09 +0000]
Mouse internal cache must be started with '_mouse_cache'

13 years agoTweaks
Fuji, Goro [Mon, 27 Sep 2010 03:07:48 +0000]
Tweaks

13 years agoAdd an error check
Fuji, Goro [Mon, 27 Sep 2010 02:24:08 +0000]
Add an error check

13 years agoMake get_all_attributes() sorted by their definition order
Fuji, Goro [Mon, 27 Sep 2010 02:16:46 +0000]
Make get_all_attributes() sorted by their definition order

13 years agoTweaks
Fuji, Goro [Sun, 26 Sep 2010 14:19:37 +0000]
Tweaks

13 years agoTidy
Fuji, Goro [Sun, 26 Sep 2010 13:51:30 +0000]
Tidy

13 years agoAvoid compiler's warnings
Fuji, Goro [Sun, 26 Sep 2010 13:41:42 +0000]
Avoid compiler's warnings

13 years agoFix get_all_attributes() for DFS-based diamond-inherited classes
Fuji, Goro [Sun, 26 Sep 2010 13:34:58 +0000]
Fix get_all_attributes() for DFS-based diamond-inherited classes

13 years agoAdd failing tests
Fuji, Goro [Sun, 26 Sep 2010 13:27:52 +0000]
Add failing tests

13 years agoError message fix
Shawn M Moore [Sun, 26 Sep 2010 03:25:29 +0000]
Error message fix

13 years agoChecking in changes prior to tagging of version 0.74. 0.74
gfx [Sun, 26 Sep 2010 02:52:56 +0000]
Checking in changes prior to tagging of version 0.74.

Changelog diff is:

diff --git a/Changes b/Changes
index 94aeb3d..26cc6b0 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 Revision history for Mouse

+0.74 Sun Sep 26 11:46:29 2010
+    [BUG FIXES]
+    * Workaround Test::Builder2 problem again.
+      Loading Mouse before loading Test::Builder 2.00_01 could causes SEGV,
+      so I ensure to load Test::Builder first.
+    * Fix some compatibility issues on perl 5.6.2
+
 0.73 Sat Sep 25 21:49:30 2010
     [BUG FIXES]
     * Resolve RT #61613 (Brett)

13 years agoNo "use metaclass"
gfx [Sun, 26 Sep 2010 02:43:43 +0000]
No "use metaclass"

13 years agoAdd test requires again
gfx [Sun, 26 Sep 2010 02:40:58 +0000]
Add test requires again

13 years agoFix inlined method generations
gfx [Sun, 26 Sep 2010 02:28:53 +0000]
Fix inlined method generations

13 years agoSkip threading tests on Test::More 2.00_01
gfx [Sun, 26 Sep 2010 02:14:40 +0000]
Skip threading tests on Test::More 2.00_01

13 years agoTest::Builder2 2.00_01 must be loaded first
gfx [Sun, 26 Sep 2010 02:07:32 +0000]
Test::Builder2 2.00_01 must be loaded first

13 years agoTweaks
Fuji, Goro [Sat, 25 Sep 2010 14:41:08 +0000]
Tweaks

13 years agoChecking in changes prior to tagging of version 0.73. 0.73
Fuji, Goro [Sat, 25 Sep 2010 12:51:55 +0000]
Checking in changes prior to tagging of version 0.73.

Changelog diff is:

diff --git a/Changes b/Changes
index 1580b58..94aeb3d 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Mouse

+0.73 Sat Sep 25 21:49:30 2010
+    [BUG FIXES]
+    * Resolve RT #61613 (Brett)
+
 0.72 Sat Sep 25 20:47:51 2010
     [BUG FIXES]
     * Internal refatoring has removed a number of incompatibilities

13 years agoResolve [rt.cpan.org #61613] Compile failed for version 0.71 on cygwin.
Brett [Sat, 25 Sep 2010 12:47:30 +0000]
Resolve [rt.cpan.org #61613] Compile failed for version 0.71 on cygwin.

13 years agoChecking in changes prior to tagging of version 0.72. 0.72
Fuji, Goro [Sat, 25 Sep 2010 12:22:32 +0000]
Checking in changes prior to tagging of version 0.72.

Changelog diff is:

diff --git a/Changes b/Changes
index 4dac604..1580b58 100644
--- a/Changes
+++ b/Changes
@@ -1,9 +1,10 @@
 Revision history for Mouse

-0.72
+0.72 Sat Sep 25 20:47:51 2010
     [BUG FIXES]
-    * There were a number of incompatibilities in Mouse::PurePerl
-    * Error messages from duck types are now compatible with Moose
+    * Internal refatoring has removed a number of incompatibilities
+      in Mouse::PurePerl.
+    * Error messages from duck types are now compatible with Moose.

 0.71 Fri Sep 24 19:51:04 2010
     [CHANGES]

13 years agoAvoid Test::Exception problems with T::E::LessClever
Fuji, Goro [Sat, 25 Sep 2010 12:18:12 +0000]
Avoid Test::Exception problems with T::E::LessClever

13 years agoFix a test
Fuji, Goro [Sat, 25 Sep 2010 10:34:57 +0000]
Fix a test

13 years agoTweaks
Fuji, Goro [Sat, 25 Sep 2010 10:16:59 +0000]
Tweaks

13 years agoAdd a benchmark for new_object()
Fuji, Goro [Sat, 25 Sep 2010 09:54:21 +0000]
Add a benchmark for new_object()

13 years agoComments
Fuji, Goro [Sat, 25 Sep 2010 09:49:49 +0000]
Comments

13 years agoRemove _coerce_and_verify method, which is no longer used
Fuji, Goro [Sat, 25 Sep 2010 09:39:43 +0000]
Remove _coerce_and_verify method, which is no longer used

13 years agoRemove the no-inline version of attribute initialization code
Fuji, Goro [Sat, 25 Sep 2010 09:35:55 +0000]
Remove the no-inline version of attribute initialization code

13 years agoClean up
Fuji, Goro [Sat, 25 Sep 2010 08:25:49 +0000]
Clean up

13 years agoCleanup
Fuji, Goro [Sat, 25 Sep 2010 08:04:56 +0000]
Cleanup

13 years agoRemove some TODO tags
Fuji, Goro [Sat, 25 Sep 2010 07:08:25 +0000]
Remove some TODO tags

13 years agoFix Changes
Fuji, Goro [Sat, 25 Sep 2010 06:59:03 +0000]
Fix Changes

13 years agoFix destructor fallbacks in pure Perl
Fuji, Goro [Sat, 25 Sep 2010 06:56:46 +0000]
Fix destructor fallbacks in pure Perl

13 years agoAllow $obj->new in pure Perl
Fuji, Goro [Sat, 25 Sep 2010 06:56:32 +0000]
Allow $obj->new in pure Perl

13 years agoRevert "Fix t/lib/MooseCompat.pm"
Fuji, Goro [Sat, 25 Sep 2010 06:21:57 +0000]
Revert "Fix t/lib/MooseCompat.pm"

This reverts commit 72aac365187ea7460a83b6d88c3811a1c79066ec.

13 years agoFix a tool
Fuji, Goro [Sat, 25 Sep 2010 06:18:13 +0000]
Fix a tool

13 years agoComments
Fuji, Goro [Sat, 25 Sep 2010 06:18:04 +0000]
Comments

13 years agoFix t/lib/MooseCompat.pm
Fuji, Goro [Sat, 25 Sep 2010 06:10:30 +0000]
Fix t/lib/MooseCompat.pm

13 years agoTest fix
Fuji, Goro [Sat, 25 Sep 2010 05:55:17 +0000]
Test fix

13 years agoMake the interface of composite role more comatible
Fuji, Goro [Sat, 25 Sep 2010 05:49:31 +0000]
Make the interface of composite role more comatible

13 years agoChangelogging
Fuji, Goro [Sat, 25 Sep 2010 05:19:00 +0000]
Changelogging

13 years agoTidy
Fuji, Goro [Sat, 25 Sep 2010 05:16:46 +0000]
Tidy

13 years agoRename a too-long-length name
Fuji, Goro [Sat, 25 Sep 2010 04:58:23 +0000]
Rename a too-long-length name

13 years agoReorganize t/400_mouse_util
Fuji, Goro [Sat, 25 Sep 2010 04:51:23 +0000]
Reorganize t/400_mouse_util

13 years agoReorganize t/300_immutable/
Fuji, Goro [Sat, 25 Sep 2010 04:48:43 +0000]
Reorganize t/300_immutable/

13 years agoReorganize t/100_bugs/
Fuji, Goro [Sat, 25 Sep 2010 04:39:57 +0000]
Reorganize t/100_bugs/

13 years agoReorganize t/050_metaclasses/
Fuji, Goro [Sat, 25 Sep 2010 04:32:51 +0000]
Reorganize t/050_metaclasses/

13 years agoMake ScalarRef accept ref to ref in pure perl type constraints
Fuji, Goro [Sat, 25 Sep 2010 04:22:24 +0000]
Make ScalarRef accept ref to ref in pure perl type constraints

13 years agoFix invalid interpolations in pure perl accessors
Fuji, Goro [Sat, 25 Sep 2010 04:20:09 +0000]
Fix invalid interpolations in pure perl accessors

13 years agoResolve some TODO tests about type constraints
Fuji, Goro [Sat, 25 Sep 2010 04:13:25 +0000]
Resolve some TODO tests about type constraints

13 years agoReorganize t/020_attributes/
Fuji, Goro [Sat, 25 Sep 2010 03:11:39 +0000]
Reorganize t/020_attributes/

13 years agoUpdate t/lib
Fuji, Goro [Sat, 25 Sep 2010 03:01:21 +0000]
Update t/lib

13 years agoUpdate failing tests (by author/import-moose-tests.pl)
Fuji, Goro [Sat, 25 Sep 2010 02:52:32 +0000]
Update failing tests (by author/import-moose-tests.pl)

13 years agos/Moose/Mouse/g more completely
Fuji, Goro [Sat, 25 Sep 2010 02:46:44 +0000]
s/Moose/Mouse/g more completely

13 years agoUpdate t/lib/MooseCompat.pm
Fuji, Goro [Sat, 25 Sep 2010 02:30:09 +0000]
Update t/lib/MooseCompat.pm

13 years agoDon't include tests on native traits
Fuji, Goro [Sat, 25 Sep 2010 02:28:03 +0000]
Don't include tests on native traits

13 years agoUpdate ignore files
Fuji, Goro [Sat, 25 Sep 2010 02:22:16 +0000]
Update ignore files

13 years agoChecking in changes prior to tagging of version 0.71. 0.71
Fuji, Goro [Fri, 24 Sep 2010 10:52:44 +0000]
Checking in changes prior to tagging of version 0.71.

Changelog diff is:

diff --git a/Changes b/Changes
index 1cfc576..be77fa5 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Mouse

-0.70_01
+0.71 Fri Sep 24 19:51:04 2010
     [CHANGES]
     * Inheritance from non-Mouse classes now produces warnings.
       Use MouseX::Foreign if you want this type of inheritance.

13 years agoUpdate meta info
Fuji, Goro [Fri, 24 Sep 2010 09:07:46 +0000]
Update meta info

13 years agoCleanup failing tests
Fuji, Goro [Fri, 24 Sep 2010 09:01:21 +0000]
Cleanup failing tests

13 years agoRevert autogenerated tests. Tests should not changed radically.
Fuji, Goro [Fri, 24 Sep 2010 08:53:09 +0000]
Revert autogenerated tests. Tests should not changed radically.

13 years agoChangelogging
Fuji, Goro [Fri, 24 Sep 2010 06:06:54 +0000]
Changelogging

13 years agoAdd testing notes
Fuji, Goro [Fri, 24 Sep 2010 06:02:19 +0000]
Add testing notes

13 years agoRename non-portable filenames
Fuji, Goro [Fri, 24 Sep 2010 05:54:20 +0000]
Rename non-portable filenames

13 years agoMake compatibility tests optional. Its is almost useless now.
Fuji, Goro [Fri, 24 Sep 2010 05:45:49 +0000]
Make compatibility tests optional. Its is almost useless now.

13 years agoAdd test_status.log for authors
Fuji, Goro [Fri, 24 Sep 2010 05:43:39 +0000]
Add test_status.log for authors

13 years agoFix tests
Fuji, Goro [Fri, 24 Sep 2010 05:35:21 +0000]
Fix tests

13 years agoRegenerate test files
Fuji, Goro [Fri, 24 Sep 2010 05:07:40 +0000]
Regenerate test files

13 years agoAdd a tool to import tests
Fuji, Goro [Fri, 24 Sep 2010 04:46:03 +0000]
Add a tool to import tests

13 years agoAdd some testing stuff to t/lib/MooseCompat.pm
Fuji, Goro [Fri, 24 Sep 2010 04:37:44 +0000]
Add some testing stuff to t/lib/MooseCompat.pm

13 years agoMake M::M::Method->wrap compatible
Fuji, Goro [Fri, 24 Sep 2010 04:37:19 +0000]
Make M::M::Method->wrap compatible

13 years agoFix apply_all_roles()
Fuji, Goro [Fri, 24 Sep 2010 02:49:47 +0000]
Fix apply_all_roles()

13 years agoMake mouse_throw_error in XS more robust
Fuji, Goro [Fri, 24 Sep 2010 02:49:20 +0000]
Make mouse_throw_error in XS more robust

13 years agoClean up
Fuji, Goro [Thu, 23 Sep 2010 14:24:11 +0000]
Clean up

13 years agoRemove unused imports
Fuji, Goro [Thu, 23 Sep 2010 14:12:14 +0000]
Remove unused imports

13 years agoTidy
Fuji, Goro [Thu, 23 Sep 2010 14:08:09 +0000]
Tidy

13 years agochmod -x
Fuji, Goro [Thu, 23 Sep 2010 13:58:48 +0000]
chmod -x

13 years agoChangelogging
Fuji, Goro [Thu, 23 Sep 2010 13:56:51 +0000]
Changelogging

13 years agochomp white spaces
Fuji, Goro [Thu, 23 Sep 2010 13:50:37 +0000]
chomp white spaces

13 years agoDocs
Fuji, Goro [Thu, 23 Sep 2010 13:45:49 +0000]
Docs