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..

15 years agoImplement around triggers in the constructor
Shawn M Moore [Wed, 16 Jul 2008 05:54:13 +0000]
Implement around triggers in the constructor

15 years agoAdd (failing) tests for before/after/around triggers on constructor
Shawn M Moore [Wed, 16 Jul 2008 05:54:02 +0000]
Add (failing) tests for before/after/around triggers on constructor

15 years agoSome simplification of the inlined type check
Shawn M Moore [Wed, 16 Jul 2008 05:49:38 +0000]
Some simplification of the inlined type check

15 years agoSmall test refactor to avoid having to duplicate this trigger tree
Shawn M Moore [Wed, 16 Jul 2008 05:45:43 +0000]
Small test refactor to avoid having to duplicate this trigger tree

15 years agoAdd support for an "around" trigger in the setter
Shawn M Moore [Wed, 16 Jul 2008 05:45:25 +0000]
Add support for an "around" trigger in the setter

15 years agoSome tests for before/after triggers in Mouse
Shawn M Moore [Wed, 16 Jul 2008 05:45:07 +0000]
Some tests for before/after triggers in Mouse

15 years agoSupport before and after triggers in the constructor
Shawn M Moore [Wed, 16 Jul 2008 05:44:50 +0000]
Support before and after triggers in the constructor

15 years agoSupport before and after triggers in the setter
Shawn M Moore [Wed, 16 Jul 2008 05:44:36 +0000]
Support before and after triggers in the setter

15 years agoCanonicalize the coderef version of trigger to a hashref version
Shawn M Moore [Wed, 16 Jul 2008 05:44:28 +0000]
Canonicalize the coderef version of trigger to a hashref version

15 years agoWe need Attribute->validate_args to take a hashref instead of a hash
Shawn M Moore [Wed, 16 Jul 2008 05:44:20 +0000]
We need Attribute->validate_args to take a hashref instead of a hash

15 years agoAllow trigger to be a hashref.. :)
Shawn M Moore [Wed, 16 Jul 2008 05:15:05 +0000]
Allow trigger to be a hashref.. :)

15 years agoEnsure that trigger is always a coderef
Shawn M Moore [Wed, 16 Jul 2008 05:04:45 +0000]
Ensure that trigger is always a coderef

15 years agosplice out the trigger results so we ensure we don't call trigger extra times
Shawn M Moore [Wed, 16 Jul 2008 05:04:33 +0000]
splice out the trigger results so we ensure we don't call trigger extra times

15 years agoTODOify failing unimport tests
Shawn M Moore [Wed, 16 Jul 2008 05:04:26 +0000]
TODOify failing unimport tests

15 years agoFailing test for unimport killing a method with the same name as a keyword
Shawn M Moore [Sun, 13 Jul 2008 15:23:18 +0000]
Failing test for unimport killing a method with the same name as a keyword

15 years agosilence BUILD used only once warning
Yuval Kogman [Sat, 28 Jun 2008 17:06:20 +0000]
silence BUILD used only once warning

15 years agoBump the dep on CMM, since it has the prototype fix
Shawn M Moore [Fri, 27 Jun 2008 05:04:31 +0000]
Bump the dep on CMM, since it has the prototype fix

15 years agoDoc for Mouse::Role
Shawn M Moore [Fri, 27 Jun 2008 05:04:23 +0000]
Doc for Mouse::Role

15 years agoDocument BUILDARGS
Shawn M Moore [Fri, 27 Jun 2008 04:41:46 +0000]
Document BUILDARGS

15 years agoBetter error message for clone_instance("foo")
Shawn M Moore [Fri, 27 Jun 2008 04:27:50 +0000]
Better error message for clone_instance("foo")

15 years agoMore tests for clone
Shawn M Moore [Fri, 27 Jun 2008 04:23:03 +0000]
More tests for clone

15 years agoClean up the clone tests, better error message on cloning the wrong things
Shawn M Moore [Fri, 27 Jun 2008 04:16:41 +0000]
Clean up the clone tests, better error message on cloning the wrong things

15 years agoAdd canonicalize_args, factor lazy_build canonicalization/validation into the right...
Shawn M Moore [Fri, 27 Jun 2008 03:56:02 +0000]
Add canonicalize_args, factor lazy_build canonicalization/validation into the right spot

15 years agoDoc for some of the new meta methods
Shawn M Moore [Fri, 27 Jun 2008 03:46:57 +0000]
Doc for some of the new meta methods

15 years agoEnsure that "has '+nonexistent'" fails
Shawn M Moore [Fri, 27 Jun 2008 03:41:05 +0000]
Ensure that "has '+nonexistent'" fails

15 years agoSmall fix to improve coverage, I wish Devel::Cover handled a ||= "true value"
Shawn M Moore [Fri, 27 Jun 2008 03:38:58 +0000]
Small fix to improve coverage, I wish Devel::Cover handled a ||= "true value"

15 years agoPOD and basic test for is_lazy_build
Shawn M Moore [Fri, 27 Jun 2008 03:29:58 +0000]
POD and basic test for is_lazy_build

15 years agoStill more lazy_build tests
Shawn M Moore [Fri, 27 Jun 2008 03:25:36 +0000]
Still more lazy_build tests

15 years agoAdd some more tests for lazy_build
Shawn M Moore [Fri, 27 Jun 2008 02:45:05 +0000]
Add some more tests for lazy_build

15 years agoStyle changes :)
Shawn M Moore [Fri, 27 Jun 2008 02:44:45 +0000]
Style changes :)

15 years agoMake sure that with "A", "B" throws an error
Shawn M Moore [Fri, 27 Jun 2008 02:33:37 +0000]
Make sure that with "A", "B" throws an error

15 years agoBUILDARGS
Yuval Kogman [Thu, 26 Jun 2008 16:43:46 +0000]
BUILDARGS

15 years agoEnsure that the local class wins over a role, and that the role over a parent class
Shawn M Moore [Thu, 19 Jun 2008 01:58:15 +0000]
Ensure that the local class wins over a role, and that the role over a parent class

15 years agoRename the 402 test, it's about role attributes
Shawn M Moore [Thu, 19 Jun 2008 01:58:02 +0000]
Rename the 402 test, it's about role attributes

15 years agoMake it so Mouse doesn't overwrite attributes
Shawn M Moore [Thu, 19 Jun 2008 00:12:15 +0000]
Make it so Mouse doesn't overwrite attributes

15 years agoSome fixes and test improvements for roles
Shawn M Moore [Thu, 19 Jun 2008 00:10:34 +0000]
Some fixes and test improvements for roles

15 years agono_plan is so lazy
Shawn M Moore [Wed, 18 Jun 2008 23:11:01 +0000]
no_plan is so lazy

15 years agoHave Role->get_attribute return a reference instead of a list
Shawn M Moore [Wed, 18 Jun 2008 23:10:49 +0000]
Have Role->get_attribute return a reference instead of a list

15 years agono_plan is so lazy :)
Shawn M Moore [Wed, 18 Jun 2008 22:40:15 +0000]
no_plan is so lazy :)

15 years agoMake Role::with die
Shawn M Moore [Wed, 18 Jun 2008 22:39:45 +0000]
Make Role::with die

15 years agoclone_{object,instance}
Yuval Kogman [Wed, 18 Jun 2008 07:17:09 +0000]
clone_{object,instance}

15 years agoBe nice to Moose::Role::unimport in older moose
Yuval Kogman [Tue, 17 Jun 2008 04:26:44 +0000]
Be nice to Moose::Role::unimport in older moose

15 years agoFix tests for Squirrel::Role
Shawn M Moore [Tue, 17 Jun 2008 04:17:16 +0000]
Fix tests for Squirrel::Role

15 years agoTest fixes
Shawn M Moore [Tue, 17 Jun 2008 04:17:08 +0000]
Test fixes

15 years agoBegin adding tests for Squirrel::Role
Shawn M Moore [Tue, 17 Jun 2008 04:16:57 +0000]
Begin adding tests for Squirrel::Role

15 years agoBegin adding Squirrel::Role
Shawn M Moore [Tue, 17 Jun 2008 04:16:47 +0000]
Begin adding Squirrel::Role

15 years agoNeed to unimport Mouse::Role's keywords
Shawn M Moore [Tue, 17 Jun 2008 04:16:25 +0000]
Need to unimport Mouse::Role's keywords

15 years agoUpdate Changes
Shawn M Moore [Tue, 17 Jun 2008 04:00:47 +0000]
Update Changes

15 years agoGet attributes in role application working!
Shawn M Moore [Tue, 17 Jun 2008 04:00:36 +0000]
Get attributes in role application working!

15 years agoBegin filling out role application
Shawn M Moore [Tue, 17 Jun 2008 03:52:35 +0000]
Begin filling out role application

15 years agoForgot "if @_", oops :)
Shawn M Moore [Tue, 17 Jun 2008 03:45:22 +0000]
Forgot "if @_", oops :)

15 years agoTweaks to "with"
Shawn M Moore [Tue, 17 Jun 2008 03:44:04 +0000]
Tweaks to "with"

15 years agoImplement "with" but no role application quite yet
Shawn M Moore [Tue, 17 Jun 2008 03:43:59 +0000]
Implement "with" but no role application quite yet

15 years agoBegin writing tests for role application
Shawn M Moore [Tue, 17 Jun 2008 03:43:53 +0000]
Begin writing tests for role application

15 years agoMake has_attribute actually work
Shawn M Moore [Tue, 17 Jun 2008 03:38:52 +0000]
Make has_attribute actually work

15 years agoStub 'has_attribute' and make 'has' use 'add_attribute'
Shawn M Moore [Tue, 17 Jun 2008 03:38:45 +0000]
Stub 'has_attribute' and make 'has' use 'add_attribute'

15 years agoTest that "has" adds an attribute to the role
Shawn M Moore [Tue, 17 Jun 2008 03:38:38 +0000]
Test that "has" adds an attribute to the role

15 years agoGive Meta::Role a name method
Shawn M Moore [Tue, 17 Jun 2008 03:27:29 +0000]
Give Meta::Role a name method

15 years agoBegin actually filling out Mouse::Meta::Role
Shawn M Moore [Tue, 17 Jun 2008 03:27:20 +0000]
Begin actually filling out Mouse::Meta::Role

15 years agosymbol lineup is mandatory
Shawn M Moore [Tue, 17 Jun 2008 03:27:05 +0000]
symbol lineup is mandatory

15 years agoBegin adding a Mouse::Meta::Role which is accessible through Role->meta
Shawn M Moore [Tue, 17 Jun 2008 03:26:57 +0000]
Begin adding a Mouse::Meta::Role which is accessible through Role->meta

15 years agoBegin writing tests for Mouse::Meta::Role
Shawn M Moore [Tue, 17 Jun 2008 03:26:48 +0000]
Begin writing tests for Mouse::Meta::Role

15 years agoExport and test blessed and confess
Shawn M Moore [Tue, 17 Jun 2008 02:54:15 +0000]
Export and test blessed and confess

15 years agoMake sure that required/excludes don't explode
Shawn M Moore [Tue, 17 Jun 2008 02:49:22 +0000]
Make sure that required/excludes don't explode

15 years agoMake sure "with" works
Shawn M Moore [Tue, 17 Jun 2008 02:49:09 +0000]
Make sure "with" works

15 years agoMake sure that "has" doesn't blow up
Shawn M Moore [Tue, 17 Jun 2008 02:49:03 +0000]
Make sure that "has" doesn't blow up

15 years agoTest that before/after/around live, and defining a sub within a role
Shawn M Moore [Tue, 17 Jun 2008 02:40:57 +0000]
Test that before/after/around live, and defining a sub within a role

15 years agoAdjust the Role::extends error message to match Moose's ;)
Shawn M Moore [Tue, 17 Jun 2008 02:37:03 +0000]
Adjust the Role::extends error message to match Moose's ;)