Tokuhiro Matsuno [Wed, 3 Dec 2008 03:05:13 +0000]
micro optimization
大沢 和宏 [Wed, 3 Dec 2008 02:11:04 +0000]
added to class_type
Tokuhiro Matsuno [Wed, 3 Dec 2008 01:56:41 +0000]
- inject object constructor when call meta->make_immutable.
- this change makes Obj->new 225% faster
大沢 和宏 [Tue, 2 Dec 2008 15:44:06 +0000]
added to coerce moose compat test case
大沢 和宏 [Tue, 2 Dec 2008 12:03:42 +0000]
fixed bug, problem of coercer feature is moose compat
大沢 和宏 [Tue, 2 Dec 2008 10:28:41 +0000]
oops
大沢 和宏 [Tue, 2 Dec 2008 10:27:16 +0000]
oops add test for coerce
大沢 和宏 [Tue, 2 Dec 2008 10:26:12 +0000]
added to coerce feature
Tokuhiro Matsuno [Tue, 2 Dec 2008 07:53:26 +0000]
updated todo list
Tokuhiro Matsuno [Tue, 2 Dec 2008 07:40:45 +0000]
test related things is moved to t::Exception
Tokuhiro Matsuno [Tue, 2 Dec 2008 07:17:38 +0000]
don't require Test::Exception on production environment =)
Tokuhiro Matsuno [Tue, 2 Dec 2008 06:36:50 +0000]
support alias option on 'with'
Tokuhiro Matsuno [Tue, 2 Dec 2008 05:59:14 +0000]
Mouse::Role supports 'with'
Tokuhiro Matsuno [Tue, 2 Dec 2008 04:36:31 +0000]
- added Moose::Util::apply_all_roles
- added Moose::Meta::Role->get_method_list
- added Moose::Meta::Class->get_method_list
- copy methods on Moose::Meta::Role->apply
Tokuhiro Matsuno [Tue, 2 Dec 2008 04:01:08 +0000]
support requires on Mouse::Role.
大沢 和宏 [Tue, 2 Dec 2008 02:05:04 +0000]
add TODO
Daisuke Maki [Tue, 2 Dec 2008 02:03:27 +0000]
branch correctly
Shawn M Moore [Sun, 2 Nov 2008 16:45:26 +0000]
Bump to 0.12
Shawn M Moore [Sun, 2 Nov 2008 16:41:47 +0000]
Factoring
Shawn M Moore [Sun, 2 Nov 2008 16:39:23 +0000]
Small fixes
Shawn M Moore [Sun, 2 Nov 2008 16:39:16 +0000]
If we have nothing left to do for the accessor, we can return during set
Shawn M Moore [Sun, 2 Nov 2008 16:35:36 +0000]
Update Changes
Shawn M Moore [Sun, 2 Nov 2008 16:31:25 +0000]
Inline the key in predicate and clearer too
Shawn M Moore [Sun, 2 Nov 2008 16:29:52 +0000]
Various optimizations to regular accessors
Shawn M Moore [Sun, 2 Nov 2008 16:29:41 +0000]
inlined_name which quotes
Shawn M Moore [Sun, 2 Nov 2008 16:29:34 +0000]
Throw an error if a method eval fails
Shawn M Moore [Sun, 2 Nov 2008 15:57:37 +0000]
Localize $_ only if we're checking a type constraint
Chris Prather [Wed, 29 Oct 2008 19:44:35 +0000]
doc patch for lazy_build
Shawn M Moore [Tue, 28 Oct 2008 23:27:21 +0000]
Bump to 0.11
Shawn M Moore [Tue, 28 Oct 2008 23:23:57 +0000]
Changes
Shawn M Moore [Tue, 28 Oct 2008 23:23:50 +0000]
Remove the version number copied from oose
Shawn M Moore [Tue, 28 Oct 2008 23:23:43 +0000]
require Moose 0.59 doesn't work, need to use: Moose->VERSION('0.59')
Shawn M Moore [Tue, 28 Oct 2008 23:23:27 +0000]
Require Moose 0.59 for these tests (not sure when this was fixed; and it's only for a test we know now works :))
Ricardo SIGNES [Fri, 24 Oct 2008 21:45:40 +0000]
ouse.pm!
Ricardo SIGNES [Fri, 24 Oct 2008 15:39:24 +0000]
doc undef for init_arg
Shawn M Moore [Sun, 19 Oct 2008 06:48:50 +0000]
Include CMM, why not
Shawn M Moore [Sun, 19 Oct 2008 06:45:00 +0000]
Include CMOP and Moose versions in the dependency display
Shawn M Moore [Mon, 29 Sep 2008 02:51:26 +0000]
Bump to 0.10
Shawn M Moore [Mon, 29 Sep 2008 02:51:16 +0000]
Changes, 0.09
Shawn M Moore [Mon, 29 Sep 2008 02:51:08 +0000]
Delete the role test for now, we need to track Class methods and all sorts of things first
Shawn M Moore [Mon, 29 Sep 2008 02:35:36 +0000]
We need to skip the moose_extends_mouse tests in the absense of Moose
Shawn M Moore [Mon, 29 Sep 2008 02:34:07 +0000]
use Carp so Carp::croak is defined (fixes some test failures)
Shawn M Moore [Sun, 28 Sep 2008 23:48:18 +0000]
Failing test for mixing in a method from a role
Shawn M Moore [Sun, 28 Sep 2008 22:22:10 +0000]
Ignore .prove
Shawn M Moore [Sun, 28 Sep 2008 22:21:54 +0000]
Move generate-mouse-tiny into author/ so blib doesn't grab it
Shawn M Moore [Sun, 28 Sep 2008 19:30:21 +0000]
Tests for Mouse::Tiny + Mouse
Shawn M Moore [Sun, 28 Sep 2008 19:10:16 +0000]
Bail out of Mouse::Tiny if Mouse is loaded -- we already have all the classes
Shawn M Moore [Sun, 28 Sep 2008 19:04:18 +0000]
Ignore the generated Mouse::Tiny
Shawn M Moore [Sun, 28 Sep 2008 19:04:11 +0000]
First stab at generating Mouse::Tiny
Shawn M Moore [Sun, 28 Sep 2008 18:42:15 +0000]
Don't construct a Test::Builder at BEGIN time, only once throws_ok or lives_ok is called
Shawn M Moore [Sun, 28 Sep 2008 18:42:09 +0000]
Run all of Mouse::Util at BEGIN time
Shawn M Moore [Sun, 28 Sep 2008 17:29:16 +0000]
Notify us of what versions of everything we have from Mouse::Util (and if it even loaded)
Shawn M Moore [Sun, 28 Sep 2008 17:25:14 +0000]
Small doc tweaks
Shawn M Moore [Sun, 28 Sep 2008 17:23:54 +0000]
Credit Yuval, he's done a bunch of hacking
Shawn M Moore [Sun, 28 Sep 2008 17:22:36 +0000]
Note our deplessness
Shawn M Moore [Sun, 28 Sep 2008 17:22:28 +0000]
Facts!
Shawn M Moore [Sun, 28 Sep 2008 17:08:01 +0000]
Changes
Shawn M Moore [Sun, 28 Sep 2008 16:46:19 +0000]
Doc that we have implementations for throws_ok and lives_ok
Shawn M Moore [Sun, 28 Sep 2008 16:26:03 +0000]
Skip some tests if we don't have Class::Method::Modifiers
Shawn M Moore [Sun, 28 Sep 2008 16:25:54 +0000]
Fixes for $Test::Builder::Tester, we want to invoke new to get our own instance
Shawn M Moore [Sun, 28 Sep 2008 16:25:48 +0000]
We no longer depend on Test::Exception
Shawn M Moore [Sun, 28 Sep 2008 16:25:42 +0000]
Test::Exception!
Shawn M Moore [Sun, 28 Sep 2008 16:25:31 +0000]
Add throws_ok to Mouse::Util
Shawn M Moore [Sun, 28 Sep 2008 16:25:22 +0000]
Begin replacing Test::Exception with a Moose::Util :test
Shawn M Moore [Sun, 28 Sep 2008 15:18:50 +0000]
We don't need to do both eval and Module::Name -> Module/Name.pm munging
Shawn M Moore [Sun, 28 Sep 2008 15:18:41 +0000]
Simplification of blessed, we don't need to lift the refs stricture
Shawn M Moore [Sun, 28 Sep 2008 05:30:55 +0000]
We need consistency for this one
Shawn M Moore [Sun, 28 Sep 2008 05:30:45 +0000]
Bump to 0.08
Shawn M Moore [Sun, 28 Sep 2008 04:30:16 +0000]
one day a stray empty line will kill me
Shawn M Moore [Sun, 28 Sep 2008 04:29:26 +0000]
doc
Shawn M Moore [Sun, 28 Sep 2008 04:29:20 +0000]
Alter the weaken support a bit
Shawn M Moore [Sun, 28 Sep 2008 04:17:52 +0000]
Changes
Shawn M Moore [Sun, 28 Sep 2008 04:02:57 +0000]
Remove dep on CMM by just delay-loading
Shawn M Moore [Sun, 28 Sep 2008 04:01:13 +0000]
Remove dependency on Scalar::Util
Shawn M Moore [Sun, 28 Sep 2008 04:01:05 +0000]
weaken for Mouse::Util which will load up Scalar::Util
Shawn M Moore [Sun, 28 Sep 2008 04:00:56 +0000]
Skip t/021-weak-ref if we don't have Scalar::Util
Shawn M Moore [Sun, 28 Sep 2008 04:00:48 +0000]
openhandle
Shawn M Moore [Sun, 28 Sep 2008 04:00:33 +0000]
reftype (which is used by openhandle but not Mouse directly)
Shawn M Moore [Sun, 28 Sep 2008 03:46:22 +0000]
looks_like_number
Shawn M Moore [Sun, 28 Sep 2008 03:43:06 +0000]
Mouse::Util::blessed
Shawn M Moore [Sun, 28 Sep 2008 03:12:58 +0000]
use Mouse::Util 'get_linear_isa' instead of MRO::Compat directly
Shawn M Moore [Sun, 28 Sep 2008 03:12:30 +0000]
Mouse::Util for pure-perl implementations of functions we depend on, in case the dependencies are unavailable
Shawn M Moore [Sun, 28 Sep 2008 02:51:59 +0000]
Make requires/excludes an error until they are implemented
Shawn M Moore [Sun, 28 Sep 2008 02:49:28 +0000]
..and the Makefile.PL
Shawn M Moore [Sun, 28 Sep 2008 02:49:22 +0000]
Drop Sub::Exporter from Mouse::Role
Shawn M Moore [Sat, 27 Sep 2008 23:43:32 +0000]
Remove dependency on Sub::Exporter for Mouse (Mouse::Role to come)
Shawn M Moore [Thu, 11 Sep 2008 08:15:17 +0000]
Remove blessed from Mouse::Object because it's not used
Shawn M Moore [Thu, 11 Sep 2008 08:15:10 +0000]
Remove MRO::Compat from Mouse::Object, it now uses the metaclass method
Shawn M Moore [Thu, 11 Sep 2008 08:09:35 +0000]
Remove before/around triggers
Shawn M Moore [Wed, 30 Jul 2008 15:31:10 +0000]
On role apply, apply all method modifiers
Shawn M Moore [Wed, 30 Jul 2008 15:30:57 +0000]
Refactor regular class method modifier addition to go through the metaclass
Shawn M Moore [Wed, 30 Jul 2008 15:30:43 +0000]
Fix which add-modifier method gets called
Shawn M Moore [Wed, 30 Jul 2008 15:30:31 +0000]
Add support for adding method modifiers to a role metaclass
Shawn M Moore [Wed, 30 Jul 2008 15:30:22 +0000]
Add get_before_method_modifiers etc
Shawn M Moore [Wed, 30 Jul 2008 15:30:09 +0000]
Failing tests for method modifiers in a role
Shawn M Moore [Wed, 30 Jul 2008 12:29:20 +0000]
Yuval Kogman [Thu, 24 Jul 2008 13:58:29 +0000]
Moose extending Mouse test & minor fixes
Shawn M Moore [Wed, 23 Jul 2008 06:19:06 +0000]
Bump to 0.07
Shawn M Moore [Wed, 23 Jul 2008 06:11:53 +0000]
Deprecate hash-triggers
Shawn M Moore [Sun, 20 Jul 2008 19:58:39 +0000]
Add a stub make_immutable for some Moose compat