Matt S Trout [Sat, 14 Jul 2012 16:12:15 +0000]
bump version
Dagfinn Ilmari Mannsåker [Sat, 14 Jul 2012 15:44:29 +0000]
throw an error when trying to extend a role
Dagfinn Ilmari Mannsåker [Sat, 14 Jul 2012 15:42:21 +0000]
Factor 'extends' guts into separate method
Christian Walde [Sat, 14 Jul 2012 13:56:13 +0000]
useful and detailed errors for default checker in attrib generation
Christian Walde [Mon, 2 Jul 2012 16:14:16 +0000]
sanity check code for default providers is now more readable
Matt S Trout [Wed, 27 Jun 2012 00:45:58 +0000]
Release commit for 0.091011
Matt S Trout [Wed, 27 Jun 2012 00:45:30 +0000]
bump version
Matt S Trout [Wed, 27 Jun 2012 00:13:48 +0000]
don't assume Scalar::Util is imported into the current package
Matt S Trout [Wed, 27 Jun 2012 00:26:10 +0000]
re-add #web-simple as the developer channel
Matt S Trout [Tue, 26 Jun 2012 19:31:55 +0000]
Release commit for 0.091010
Matt S Trout [Tue, 26 Jun 2012 19:31:16 +0000]
0.91.10 version bump
Matt S Trout [Tue, 26 Jun 2012 19:30:25 +0000]
isa checks on builders
Matt S Trout [Tue, 26 Jun 2012 19:27:47 +0000]
extra quote_sub docs from kentnl
Matt S Trout [Tue, 26 Jun 2012 19:25:23 +0000]
remove multi-populate code to fix exists/defined new() bug
Matt S Trout [Tue, 26 Jun 2012 19:16:21 +0000]
extra test from FAIL_modify_lazy_handlers
Matt S Trout [Tue, 26 Jun 2012 19:13:56 +0000]
additional test from FAIL_lazy_isa branch
Matt S Trout [Tue, 26 Jun 2012 19:10:27 +0000]
extra test from FAIL_RT70593 branch
Vyacheslav Matyukhin [Wed, 6 Jun 2012 20:26:12 +0000]
check default using \&{}
Vyacheslav Matyukhin [Wed, 6 Jun 2012 20:15:41 +0000]
refactoring nested ifs
Vyacheslav Matyukhin [Wed, 6 Jun 2012 20:06:49 +0000]
check if default overloads ->()
Vyacheslav Matyukhin [Wed, 6 Jun 2012 19:51:50 +0000]
generate_method checks if default is a coderef
Blessed objects are allowed, scalars and non-blessed non-subs are not
allowed.
Matt S Trout [Tue, 26 Jun 2012 18:58:41 +0000]
#moose, repository metadata
Matt S Trout [Tue, 26 Jun 2012 18:45:19 +0000]
no Moo and no Moo::Role
Matt S Trout [Tue, 26 Jun 2012 18:35:06 +0000]
piss off. -- mst
Matt S Trout [Tue, 26 Jun 2012 18:33:28 +0000]
actually commit FakeMetaClass.pm
Matt S Trout [Tue, 26 Jun 2012 18:16:14 +0000]
MooClass->meta
Matt S Trout [Tue, 26 Jun 2012 17:30:44 +0000]
subconstructor handling for Moose classes
Mark A. Stratman [Fri, 22 Jun 2012 20:21:21 +0000]
Add failing test for overriding default with '+attr'
Tomas Doran [Tue, 19 Jun 2012 20:43:22 +0000]
Add additional testing for role combination
Matt S Trout [Wed, 20 Jun 2012 18:06:52 +0000]
Release commit for 0.091009
Matt S Trout [Wed, 20 Jun 2012 18:06:11 +0000]
bump version
Matt S Trout [Wed, 20 Jun 2012 18:04:40 +0000]
squelch redefine warnings in the coderef installation code
Matt S Trout [Tue, 19 Jun 2012 14:12:26 +0000]
Release commit for 0.091008
Matt S Trout [Tue, 19 Jun 2012 14:11:18 +0000]
bump version
Matt S Trout [Tue, 19 Jun 2012 14:11:01 +0000]
bump Role::Tiny dep for modifier+composition bugfix
Matt S Trout [Mon, 18 Jun 2012 07:55:41 +0000]
support has '+foo'
Christian Walde [Fri, 1 Jun 2012 13:22:44 +0000]
with now applies all roles and not just the first, since according to the POD with takes multiple roles now
Matt S Trout [Sun, 27 May 2012 15:46:12 +0000]
point out how easy it is to move from override to around
Matt S Trout [Thu, 24 May 2012 19:38:18 +0000]
optional D::GD usage
Tomas Doran [Mon, 21 May 2012 07:48:40 +0000]
Role combination bug with with Moo & Moose roles
The methods which come from the Moose Role do not
appear to be composed onto the package if the Moose
Role is consumed in combination with a Moo::Role
Matt S Trout [Thu, 17 May 2012 19:42:14 +0000]
Release commit for 0.091007
Matt S Trout [Thu, 17 May 2012 19:41:51 +0000]
bump version
Matt S Trout [Thu, 17 May 2012 19:41:18 +0000]
I'm an idiot - remove stray D::GD use
Matt S Trout [Wed, 16 May 2012 17:50:26 +0000]
Release commit for 0.091006
Matt S Trout [Wed, 16 May 2012 17:49:47 +0000]
bump version
Matt S Trout [Wed, 16 May 2012 17:46:44 +0000]
drop a couple of dependencies by minor releases we don't strictly need
Matt S Trout [Mon, 14 May 2012 20:40:06 +0000]
Release commit for 0.091005
Matt S Trout [Mon, 14 May 2012 20:37:37 +0000]
bump version
Matt S Trout [Mon, 14 May 2012 20:37:20 +0000]
changelog docfixes
Matt S Trout [Mon, 14 May 2012 20:29:52 +0000]
inline Devel::GlobalDestruction pure perl code temporarily
Christian Walde [Tue, 8 May 2012 13:16:27 +0000]
order of possible values for `is` is now sorted by writability
Matt S Trout [Mon, 14 May 2012 07:33:07 +0000]
a weakened value should still be returned on set (fixes lazy + weak_ref)
Matt S Trout [Wed, 9 May 2012 18:01:41 +0000]
return; from with/etc.
Matt S Trout [Tue, 8 May 2012 17:21:31 +0000]
removed test: using return in Sub::Quote considered unfortunate
Christian Walde [Tue, 8 May 2012 10:42:37 +0000]
typo fix
Tomas Doran [Tue, 8 May 2012 07:53:17 +0000]
Type coercions cause confusing and wrong ->new methods.
Matt S Trout [Mon, 7 May 2012 18:53:10 +0000]
Release commit for 0.091004
Matt S Trout [Mon, 7 May 2012 18:51:18 +0000]
bump version
Matt S Trout [Mon, 7 May 2012 18:47:30 +0000]
inhale Mouse
Matt S Trout [Mon, 7 May 2012 17:58:28 +0000]
improve docs for isa and coerce
Matt S Trout [Mon, 7 May 2012 17:33:38 +0000]
support isa and coerce together for Moose
Tomas Doran [Mon, 7 May 2012 17:25:02 +0000]
Tests for types into Moo and Moose
Matt S Trout [Mon, 7 May 2012 16:52:46 +0000]
guard _accessor_maker_for calls in Moo::Role in case Moo isn't loaded
Matt S Trout [Mon, 7 May 2012 16:52:12 +0000]
reset handlemoose state on mutation
Tomas Doran [Mon, 7 May 2012 15:03:57 +0000]
Another broken case where Moo::Role, then namespace::autoclean get loaded
Matt S Trout [Sun, 6 May 2012 19:56:54 +0000]
Release commit for 0.091003
Matt S Trout [Sun, 6 May 2012 19:56:25 +0000]
bump version
Matt S Trout [Sun, 6 May 2012 19:52:22 +0000]
update attributes docs
Matt S Trout [Sun, 6 May 2012 19:06:57 +0000]
update incompatibilities docs
Matt S Trout [Sun, 6 May 2012 18:48:19 +0000]
add comment to _name_coderef
Matt S Trout [Sun, 6 May 2012 18:42:19 +0000]
fix coderef naming to avoid confusing autoclean
Tomas Doran [Sat, 5 May 2012 19:34:22 +0000]
Fail for has '+attr' when attr comes from a Moo role
Tomas Doran [Sat, 5 May 2012 19:29:20 +0000]
And even composing one seems to drag unwanted sugar with it
Tomas Doran [Sat, 5 May 2012 19:29:07 +0000]
Composing 2 moo roles into a Moose class is broken
Matt S Trout [Sat, 5 May 2012 19:57:16 +0000]
Release commit for 0.091002
Matt S Trout [Sat, 5 May 2012 19:55:22 +0000]
bump version
Matt S Trout [Sat, 5 May 2012 18:46:14 +0000]
exclude union roles and same-role-as-self from metaclass inflation
Matt S Trout [Sat, 5 May 2012 18:13:15 +0000]
exclude self from add_role
Matt S Trout [Sat, 5 May 2012 17:51:40 +0000]
inhale Moose roles in apply_roles_to_package too
Tomas Doran [Sat, 5 May 2012 14:50:40 +0000]
Another example of fail
Matt S Trout [Fri, 4 May 2012 20:40:08 +0000]
fix roles for accessor regeneration
Matt S Trout [Fri, 4 May 2012 20:32:28 +0000]
clarify test's purpose
Matt S Trout [Fri, 4 May 2012 20:31:06 +0000]
load Moo::sification in Moo::Role too
Tomas Doran [Fri, 4 May 2012 08:43:03 +0000]
Fail at the first hurdle :)
Matt S Trout [Thu, 3 May 2012 19:28:51 +0000]
demonstrate MooX:: implementation
Matt S Trout [Thu, 3 May 2012 19:25:56 +0000]
use slow path for role create_class_with_roles under custom accessor generator
Matt S Trout [Thu, 3 May 2012 19:15:15 +0000]
idiot, matt.
Matt S Trout [Thu, 3 May 2012 19:09:13 +0000]
first cut at extension tests
Matt S Trout [Thu, 3 May 2012 18:45:05 +0000]
pass spec down into generation code
Matt S Trout [Thu, 3 May 2012 18:40:58 +0000]
regenerate accessors during role application if the accessor generator is non-standard
Matt S Trout [Thu, 3 May 2012 18:29:27 +0000]
preserve attribute ordering
Matt S Trout [Wed, 2 May 2012 20:36:27 +0000]
eliminate index attribute spec key
Matt S Trout [Wed, 2 May 2012 20:34:05 +0000]
&&
Matt S Trout [Wed, 2 May 2012 20:33:38 +0000]
add script to run ALL the tests
Matt S Trout [Wed, 2 May 2012 20:10:38 +0000]
factor out accessor generation code a bit
Matt S Trout [Wed, 2 May 2012 19:12:32 +0000]
Release commit for 0.091001
Matt S Trout [Wed, 2 May 2012 19:11:41 +0000]
bump version for release
Matt S Trout [Wed, 2 May 2012 19:11:12 +0000]
bump Role::Tiny dep
Matt S Trout [Wed, 2 May 2012 19:08:29 +0000]
fix test failure where Class::XSAccessor is not used for rwp
Matt S Trout [Fri, 27 Apr 2012 04:43:05 +0000]
Release commit for 0.091000