15 years ago- added Moose::Util::apply_all_roles
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

15 years agosupport requires on Mouse::Role.
Tokuhiro Matsuno [Tue, 2 Dec 2008 04:01:08 +0000]
support requires on Mouse::Role.

15 years agoadd TODO
大沢 和宏 [Tue, 2 Dec 2008 02:05:04 +0000]
add TODO

15 years agobranch correctly
Daisuke Maki [Tue, 2 Dec 2008 02:03:27 +0000]
branch correctly

15 years agoBump to 0.12
Shawn M Moore [Sun, 2 Nov 2008 16:45:26 +0000]
Bump to 0.12

15 years agoFactoring
Shawn M Moore [Sun, 2 Nov 2008 16:41:47 +0000]
Factoring

15 years agoSmall fixes
Shawn M Moore [Sun, 2 Nov 2008 16:39:23 +0000]
Small fixes

15 years agoIf we have nothing left to do for the accessor, we can return during set
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

15 years agoUpdate Changes
Shawn M Moore [Sun, 2 Nov 2008 16:35:36 +0000]
Update Changes

15 years agoInline the key in predicate and clearer too
Shawn M Moore [Sun, 2 Nov 2008 16:31:25 +0000]
Inline the key in predicate and clearer too

15 years agoVarious optimizations to regular accessors
Shawn M Moore [Sun, 2 Nov 2008 16:29:52 +0000]
Various optimizations to regular accessors

15 years agoinlined_name which quotes
Shawn M Moore [Sun, 2 Nov 2008 16:29:41 +0000]
inlined_name which quotes

15 years agoThrow an error if a method eval fails
Shawn M Moore [Sun, 2 Nov 2008 16:29:34 +0000]
Throw an error if a method eval fails

15 years agoLocalize $_ only if we're checking a type constraint
Shawn M Moore [Sun, 2 Nov 2008 15:57:37 +0000]
Localize $_ only if we're checking a type constraint

15 years agodoc patch for lazy_build
Chris Prather [Wed, 29 Oct 2008 19:44:35 +0000]
doc patch for lazy_build

15 years agoBump to 0.11
Shawn M Moore [Tue, 28 Oct 2008 23:27:21 +0000]
Bump to 0.11

15 years agoChanges
Shawn M Moore [Tue, 28 Oct 2008 23:23:57 +0000]
Changes

15 years agoRemove the version number copied from oose
Shawn M Moore [Tue, 28 Oct 2008 23:23:50 +0000]
Remove the version number copied from oose

15 years agorequire Moose 0.59 doesn't work, need to use: Moose->VERSION('0.59')
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')

15 years agoRequire Moose 0.59 for these tests (not sure when this was fixed; and it's only for...
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 :))

15 years agoouse.pm!
Ricardo SIGNES [Fri, 24 Oct 2008 21:45:40 +0000]
ouse.pm!

15 years agodoc undef for init_arg
Ricardo SIGNES [Fri, 24 Oct 2008 15:39:24 +0000]
doc undef for init_arg

15 years agoInclude CMM, why not
Shawn M Moore [Sun, 19 Oct 2008 06:48:50 +0000]
Include CMM, why not

15 years agoInclude CMOP and Moose versions in the dependency display
Shawn M Moore [Sun, 19 Oct 2008 06:45:00 +0000]
Include CMOP and Moose versions in the dependency display

15 years agoBump to 0.10
Shawn M Moore [Mon, 29 Sep 2008 02:51:26 +0000]
Bump to 0.10

15 years agoChanges, 0.09
Shawn M Moore [Mon, 29 Sep 2008 02:51:16 +0000]
Changes, 0.09

15 years agoDelete the role test for now, we need to track Class methods and all sorts of things...
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

15 years agoWe need to skip the moose_extends_mouse tests in the absense of Moose
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

15 years agouse Carp so Carp::croak is defined (fixes some test failures)
Shawn M Moore [Mon, 29 Sep 2008 02:34:07 +0000]
use Carp so Carp::croak is defined (fixes some test failures)

15 years agoFailing test for mixing in a method from a role
Shawn M Moore [Sun, 28 Sep 2008 23:48:18 +0000]
Failing test for mixing in a method from a role

15 years agoIgnore .prove
Shawn M Moore [Sun, 28 Sep 2008 22:22:10 +0000]
Ignore .prove

15 years agoMove generate-mouse-tiny into author/ so blib doesn't grab it
Shawn M Moore [Sun, 28 Sep 2008 22:21:54 +0000]
Move generate-mouse-tiny into author/ so blib doesn't grab it

15 years agoTests for Mouse::Tiny + Mouse
Shawn M Moore [Sun, 28 Sep 2008 19:30:21 +0000]
Tests for Mouse::Tiny + Mouse

15 years agoBail out of Mouse::Tiny if Mouse is loaded -- we already have all the classes
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

15 years agoIgnore the generated Mouse::Tiny
Shawn M Moore [Sun, 28 Sep 2008 19:04:18 +0000]
Ignore the generated Mouse::Tiny

15 years agoFirst stab at generating Mouse::Tiny
Shawn M Moore [Sun, 28 Sep 2008 19:04:11 +0000]
First stab at generating Mouse::Tiny

15 years agoDon't construct a Test::Builder at BEGIN time, only once throws_ok or lives_ok is...
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

15 years agoRun all of Mouse::Util at BEGIN time
Shawn M Moore [Sun, 28 Sep 2008 18:42:09 +0000]
Run all of Mouse::Util at BEGIN time

15 years agoNotify us of what versions of everything we have from Mouse::Util (and if it even...
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)

15 years agoSmall doc tweaks
Shawn M Moore [Sun, 28 Sep 2008 17:25:14 +0000]
Small doc tweaks

15 years agoCredit Yuval, he's done a bunch of hacking
Shawn M Moore [Sun, 28 Sep 2008 17:23:54 +0000]
Credit Yuval, he's done a bunch of hacking

15 years agoNote our deplessness
Shawn M Moore [Sun, 28 Sep 2008 17:22:36 +0000]
Note our deplessness

15 years agoFacts!
Shawn M Moore [Sun, 28 Sep 2008 17:22:28 +0000]
Facts!

15 years agoChanges
Shawn M Moore [Sun, 28 Sep 2008 17:08:01 +0000]
Changes

15 years agoDoc that we have implementations for throws_ok and lives_ok
Shawn M Moore [Sun, 28 Sep 2008 16:46:19 +0000]
Doc that we have implementations for throws_ok and lives_ok

15 years agoSkip some tests if we don't have Class::Method::Modifiers
Shawn M Moore [Sun, 28 Sep 2008 16:26:03 +0000]
Skip some tests if we don't have Class::Method::Modifiers

15 years agoFixes for $Test::Builder::Tester, we want to invoke new to get our own instance
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

15 years agoWe no longer depend on Test::Exception
Shawn M Moore [Sun, 28 Sep 2008 16:25:48 +0000]
We no longer depend on Test::Exception

15 years agoTest::Exception!
Shawn M Moore [Sun, 28 Sep 2008 16:25:42 +0000]
Test::Exception!

15 years agoAdd throws_ok to Mouse::Util
Shawn M Moore [Sun, 28 Sep 2008 16:25:31 +0000]
Add throws_ok to Mouse::Util

15 years agoBegin replacing Test::Exception with a Moose::Util :test
Shawn M Moore [Sun, 28 Sep 2008 16:25:22 +0000]
Begin replacing Test::Exception with a Moose::Util :test

15 years agoWe don't need to do both eval and Module::Name -> Module/Name.pm munging
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

15 years agoSimplification of blessed, we don't need to lift the refs stricture
Shawn M Moore [Sun, 28 Sep 2008 15:18:41 +0000]
Simplification of blessed, we don't need to lift the refs stricture

15 years agoWe need consistency for this one
Shawn M Moore [Sun, 28 Sep 2008 05:30:55 +0000]
We need consistency for this one

15 years agoBump to 0.08
Shawn M Moore [Sun, 28 Sep 2008 05:30:45 +0000]
Bump to 0.08

15 years agoone day a stray empty line will kill me
Shawn M Moore [Sun, 28 Sep 2008 04:30:16 +0000]
one day a stray empty line will kill me

15 years agodoc
Shawn M Moore [Sun, 28 Sep 2008 04:29:26 +0000]
doc

15 years agoAlter the weaken support a bit
Shawn M Moore [Sun, 28 Sep 2008 04:29:20 +0000]
Alter the weaken support a bit

15 years agoChanges
Shawn M Moore [Sun, 28 Sep 2008 04:17:52 +0000]
Changes

15 years agoRemove dep on CMM by just delay-loading
Shawn M Moore [Sun, 28 Sep 2008 04:02:57 +0000]
Remove dep on CMM by just delay-loading

15 years agoRemove dependency on Scalar::Util
Shawn M Moore [Sun, 28 Sep 2008 04:01:13 +0000]
Remove dependency on Scalar::Util

15 years agoweaken for Mouse::Util which will load up Scalar::Util
Shawn M Moore [Sun, 28 Sep 2008 04:01:05 +0000]
weaken for Mouse::Util which will load up Scalar::Util

15 years agoSkip t/021-weak-ref if we don't have 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

15 years agoopenhandle
Shawn M Moore [Sun, 28 Sep 2008 04:00:48 +0000]
openhandle

15 years agoreftype (which is used by openhandle but not Mouse directly)
Shawn M Moore [Sun, 28 Sep 2008 04:00:33 +0000]
reftype (which is used by openhandle but not Mouse directly)

15 years agolooks_like_number
Shawn M Moore [Sun, 28 Sep 2008 03:46:22 +0000]
looks_like_number

15 years agoMouse::Util::blessed
Shawn M Moore [Sun, 28 Sep 2008 03:43:06 +0000]
Mouse::Util::blessed

15 years agouse Mouse::Util 'get_linear_isa' instead of MRO::Compat directly
Shawn M Moore [Sun, 28 Sep 2008 03:12:58 +0000]
use Mouse::Util 'get_linear_isa' instead of MRO::Compat directly

15 years agoMouse::Util for pure-perl implementations of functions we depend on, in case the...
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

15 years agoMake requires/excludes an error until they are implemented
Shawn M Moore [Sun, 28 Sep 2008 02:51:59 +0000]
Make requires/excludes an error until they are implemented

15 years ago..and the Makefile.PL
Shawn M Moore [Sun, 28 Sep 2008 02:49:28 +0000]
..and the Makefile.PL

15 years agoDrop Sub::Exporter from Mouse::Role
Shawn M Moore [Sun, 28 Sep 2008 02:49:22 +0000]
Drop Sub::Exporter from Mouse::Role

15 years agoRemove dependency on Sub::Exporter for Mouse (Mouse::Role to come)
Shawn M Moore [Sat, 27 Sep 2008 23:43:32 +0000]
Remove dependency on Sub::Exporter for Mouse (Mouse::Role to come)

15 years agoRemove blessed from Mouse::Object because it's not used
Shawn M Moore [Thu, 11 Sep 2008 08:15:17 +0000]
Remove blessed from Mouse::Object because it's not used

15 years agoRemove MRO::Compat from Mouse::Object, it now uses the metaclass method
Shawn M Moore [Thu, 11 Sep 2008 08:15:10 +0000]
Remove MRO::Compat from Mouse::Object, it now uses the metaclass method

15 years agoRemove before/around triggers
Shawn M Moore [Thu, 11 Sep 2008 08:09:35 +0000]
Remove before/around triggers

15 years agoOn role apply, apply all method modifiers
Shawn M Moore [Wed, 30 Jul 2008 15:31:10 +0000]
On role apply, apply all method modifiers

15 years agoRefactor regular class method modifier addition to go through the metaclass
Shawn M Moore [Wed, 30 Jul 2008 15:30:57 +0000]
Refactor regular class method modifier addition to go through the metaclass

15 years agoFix which add-modifier method gets called
Shawn M Moore [Wed, 30 Jul 2008 15:30:43 +0000]
Fix which add-modifier method gets called

15 years agoAdd support for adding method modifiers to a role metaclass
Shawn M Moore [Wed, 30 Jul 2008 15:30:31 +0000]
Add support for adding method modifiers to a role metaclass

15 years agoAdd get_before_method_modifiers etc
Shawn M Moore [Wed, 30 Jul 2008 15:30:22 +0000]
Add get_before_method_modifiers etc

15 years agoFailing tests for method modifiers in a role
Shawn M Moore [Wed, 30 Jul 2008 15:30:09 +0000]
Failing tests for method modifiers in a role

15 years ago(no commit message)
Shawn M Moore [Wed, 30 Jul 2008 12:29:20 +0000]

15 years agoMoose extending Mouse test & minor fixes
Yuval Kogman [Thu, 24 Jul 2008 13:58:29 +0000]
Moose extending Mouse test & minor fixes

15 years agoBump to 0.07
Shawn M Moore [Wed, 23 Jul 2008 06:19:06 +0000]
Bump to 0.07

15 years agoDeprecate hash-triggers
Shawn M Moore [Wed, 23 Jul 2008 06:11:53 +0000]
Deprecate hash-triggers

15 years agoAdd a stub make_immutable for some Moose compat
Shawn M Moore [Sun, 20 Jul 2008 19:58:39 +0000]
Add a stub make_immutable for some Moose compat

15 years agoSaved by the peri grin! (trigger doc)
Shawn M Moore [Thu, 17 Jul 2008 08:38:51 +0000]
Saved by the peri grin! (trigger doc)

15 years agoBump to 0.06
Shawn M Moore [Thu, 17 Jul 2008 05:55:40 +0000]
Bump to 0.06

15 years agoUpdate some doc
Shawn M Moore [Wed, 16 Jul 2008 06:45:04 +0000]
Update some doc

15 years agoRemove dependency on Test::Warn by catching the warning ourself in the one test file...
Shawn M Moore [Wed, 16 Jul 2008 06:44:45 +0000]
Remove dependency on Test::Warn by catching the warning ourself in the one test file we use it in

15 years agoMore consistent header
Shawn M Moore [Wed, 16 Jul 2008 06:33:45 +0000]
More consistent header

15 years agoAdd the lamest changelog entry ever
Shawn M Moore [Wed, 16 Jul 2008 06:30:57 +0000]
Add the lamest changelog entry ever

15 years agoKeep track of the instantiated metaclass in associated_class, use the MOP better...
Shawn M Moore [Wed, 16 Jul 2008 06:29:26 +0000]
Keep track of the instantiated metaclass in associated_class, use the MOP better, etc

15 years agoMetaclass->add_method
Shawn M Moore [Wed, 16 Jul 2008 06:29:17 +0000]
Metaclass->add_method

15 years agoMoose compat: Rename attribute->class to attribute->associated_class
Shawn M Moore [Wed, 16 Jul 2008 06:19:02 +0000]
Moose compat: Rename attribute->class to attribute->associated_class

15 years agoMoose error compat
Shawn M Moore [Wed, 16 Jul 2008 06:15:18 +0000]
Moose error compat

15 years agoDoc for the new trigger. Yikes. Save me perigrin!
Shawn M Moore [Wed, 16 Jul 2008 06:12:43 +0000]
Doc for the new trigger. Yikes. Save me perigrin!

15 years agoWe already know $args->{trigger} is true in this codepath
Shawn M Moore [Wed, 16 Jul 2008 06:06:04 +0000]
We already know $args->{trigger} is true in this codepath

15 years agoFlesh out Changes, because I want to release soonish..
Shawn M Moore [Wed, 16 Jul 2008 05:59:38 +0000]
Flesh out Changes, because I want to release soonish..