11 years agoRelease commit for 1.000007 v1.000007
Matt S Trout [Sat, 15 Dec 2012 21:01:44 +0000]
Release commit for 1.000007

11 years agoversion bump for release
Matt S Trout [Sat, 15 Dec 2012 21:01:02 +0000]
version bump for release

11 years agorestore lives_and
Toby Inkster [Fri, 9 Nov 2012 16:35:59 +0000]
restore lives_and

11 years agoget ilmari's test to pass
Toby Inkster [Tue, 30 Oct 2012 22:02:29 +0000]
get ilmari's test to pass

11 years agoAdd TODO test for RT#80492
Dagfinn Ilmari Mannsåker [Tue, 30 Oct 2012 15:46:46 +0000]
Add TODO test for RT#80492

11 years agodie if somebody imports both Moo::Role and Moo into a package
Toby Inkster [Sun, 9 Dec 2012 09:37:34 +0000]
die if somebody imports both Moo::Role and Moo into a package

11 years agoRelease commit for 1.000006 v1.000006
Dagfinn Ilmari Mannsåker [Fri, 16 Nov 2012 11:18:35 +0000]
Release commit for 1.000006

11 years agoBump version
Dagfinn Ilmari Mannsåker [Fri, 16 Nov 2012 10:29:28 +0000]
Bump version

11 years agoBump Role::Tiny prereq to fix method modifier breakage on 5.10.0
Dagfinn Ilmari Mannsåker [Wed, 14 Nov 2012 10:26:12 +0000]
Bump Role::Tiny prereq to fix method modifier breakage on 5.10.0

11 years agoBump bugfixed strictures dep
Peter Rabbitson [Sat, 10 Nov 2012 23:22:27 +0000]
Bump bugfixed strictures dep

11 years agoDon't use $_ as loop variable when calling arbitrary code (RT#81072)
Dagfinn Ilmari Mannsåker [Fri, 9 Nov 2012 16:35:06 +0000]
Don't use $_ as loop variable when calling arbitrary code (RT#81072)

11 years agoIgnore editor droppings
Dagfinn Ilmari Mannsåker [Fri, 9 Nov 2012 16:34:13 +0000]
Ignore editor droppings

11 years agoRelease commit for 1.000005 v1.000005
Dagfinn Ilmari Mannsåker [Tue, 23 Oct 2012 15:29:11 +0000]
Release commit for 1.000005

11 years agoBump version
Dagfinn Ilmari Mannsåker [Tue, 23 Oct 2012 15:27:25 +0000]
Bump version

11 years agobump Class::Method::Modifiers dependency to avoid warnings on 5.8
Dagfinn Ilmari Mannsåker [Tue, 23 Oct 2012 15:23:57 +0000]
bump Class::Method::Modifiers dependency to avoid warnings on 5.8

11 years agoInclude both attribute name and init_arg in constructor errors (RT#79596)
Dagfinn Ilmari Mannsåker [Mon, 8 Oct 2012 17:21:37 +0000]
Include both attribute name and init_arg in constructor errors (RT#79596)

11 years agoRemove unused methods
Dagfinn Ilmari Mannsåker [Mon, 8 Oct 2012 17:20:34 +0000]
Remove unused methods

11 years agofixes broken link in pod
Matt Phillips [Tue, 9 Oct 2012 16:40:42 +0000]
fixes broken link in pod

11 years agofix POD typo (RT#80060)
Alessandro Ghedini [Mon, 8 Oct 2012 13:44:19 +0000]
fix POD typo (RT#80060)

11 years agoRelease commit for 1.000004 v1.000004
Matt S Trout [Wed, 3 Oct 2012 16:51:21 +0000]
Release commit for 1.000004

11 years agobump version
Matt S Trout [Wed, 3 Oct 2012 16:50:39 +0000]
bump version

11 years agohas [ ... ] patch from tobyink
Matt S Trout [Wed, 3 Oct 2012 16:26:33 +0000]
has [ ... ] patch from tobyink

11 years agofix minor indentation nit in Constructor.pm
Matt S Trout [Wed, 19 Sep 2012 11:21:20 +0000]
fix minor indentation nit in Constructor.pm

11 years agoRelease commit for 1.000003 v1.000003
Dagfinn Ilmari Mannsåker [Thu, 9 Aug 2012 14:56:24 +0000]
Release commit for 1.000003

11 years agobump version
Dagfinn Ilmari Mannsåker [Thu, 9 Aug 2012 14:45:33 +0000]
bump version

11 years agofix tests properly for 5.8 (yay perlbrew)
Dagfinn Ilmari Mannsåker [Thu, 9 Aug 2012 13:36:47 +0000]
fix tests properly for 5.8 (yay perlbrew)

11 years agotest the pre-5.8.3 weak_ref setter code on newer perls too
Dagfinn Ilmari Mannsåker [Thu, 9 Aug 2012 02:06:15 +0000]
test the pre-5.8.3 weak_ref setter code on newer perls too

11 years agofix pre-5.8.3 weak_ref setter as well
Dagfinn Ilmari Mannsåker [Thu, 9 Aug 2012 01:35:35 +0000]
fix pre-5.8.3 weak_ref setter as well

11 years agoRequire bugfixed D::GD
Peter Rabbitson [Wed, 8 Aug 2012 23:09:18 +0000]
Require bugfixed D::GD

I am such a muppet :(

11 years agomake setter for weak_ref attributes return the value
Dagfinn Ilmari Mannsåker [Wed, 8 Aug 2012 21:36:36 +0000]
make setter for weak_ref attributes return the value

11 years agoRelease commit for 1.000002 v1.000002
Matt S Trout [Sat, 4 Aug 2012 10:24:37 +0000]
Release commit for 1.000002

11 years agobump version
Matt S Trout [Sat, 4 Aug 2012 10:23:55 +0000]
bump version

11 years agoD::GD 08 uses S'Ex::Progressive so we can uninline the fallback now
Matt S Trout [Sat, 4 Aug 2012 10:23:36 +0000]
D::GD 08 uses S'Ex::Progressive so we can uninline the fallback now

11 years agohonour BUILDARGS when calling $meta->new_object on behalf of Moose
Matt S Trout [Fri, 3 Aug 2012 16:44:08 +0000]
honour BUILDARGS when calling $meta->new_object on behalf of Moose

11 years agothrow an error on invalid builder names as well (RT#78479)
Dagfinn Ilmari Mannsåker [Tue, 31 Jul 2012 16:18:00 +0000]
throw an error on invalid builder names as well (RT#78479)

11 years agothrow an error on non-string builder (RT#78479)
Dagfinn Ilmari Mannsåker [Mon, 30 Jul 2012 21:34:34 +0000]
throw an error on non-string builder (RT#78479)

11 years agorequire D::GD 0.07 to avoid prototype mismatch errors
Matt S Trout [Thu, 26 Jul 2012 18:51:54 +0000]
require D::GD 0.07 to avoid prototype mismatch errors

11 years agoI'm an idiot
Matt S Trout [Sat, 21 Jul 2012 19:57:29 +0000]
I'm an idiot

11 years agoRelease commit for 1.000001 v1.000001
Matt S Trout [Sat, 21 Jul 2012 19:47:55 +0000]
Release commit for 1.000001

11 years agobump version
Matt S Trout [Sat, 21 Jul 2012 19:47:19 +0000]
bump version

11 years agominor doc cleanup
Karen Etheridge [Sat, 21 Jul 2012 19:16:37 +0000]
minor doc cleanup

11 years agotest lazy coerce
Matt S Trout [Sat, 21 Jul 2012 15:36:50 +0000]
test lazy coerce

11 years agoignore required when default or builder is present
Arthur Axel 'fREW' Schmidt [Sat, 21 Jul 2012 06:14:31 +0000]
ignore required when default or builder is present

11 years agodocument Moo versus Any::Moose in brief with article link
Matt S Trout [Sat, 21 Jul 2012 14:42:32 +0000]
document Moo versus Any::Moose in brief with article link

11 years agoremove quote_sub from SYNOPSIS and has docs, expand Sub::Quote section
Matt S Trout [Sat, 21 Jul 2012 14:38:07 +0000]
remove quote_sub from SYNOPSIS and has docs, expand Sub::Quote section

11 years agolocalize @_ when inlining quote_sub'ed isa checks (fixes lazy+isa+default)
Matt S Trout [Sat, 21 Jul 2012 14:33:29 +0000]
localize @_ when inlining quote_sub'ed isa checks (fixes lazy+isa+default)

11 years agoensure constructor gets regenerated if forced early by metaclass inflation
Matt S Trout [Fri, 20 Jul 2012 17:14:56 +0000]
ensure constructor gets regenerated if forced early by metaclass inflation

11 years agoadd xt test for Moose + namespace::autoclean
Sawyer X [Fri, 20 Jul 2012 16:12:40 +0000]
add xt test for Moose + namespace::autoclean

11 years agoRelease commit for 1.000000 v1.000000
Matt S Trout [Wed, 18 Jul 2012 20:26:50 +0000]
Release commit for 1.000000

11 years agoadd xt to no_index
Matt S Trout [Wed, 18 Jul 2012 20:17:05 +0000]
add xt to no_index

11 years agoversion bump - 1.0
Matt S Trout [Wed, 18 Jul 2012 20:04:30 +0000]
version bump - 1.0

11 years agodoc cleanup
Matt S Trout [Wed, 18 Jul 2012 19:56:26 +0000]
doc cleanup

11 years agoerror prefixes for coerce exceptions too
Matt S Trout [Wed, 18 Jul 2012 19:21:15 +0000]
error prefixes for coerce exceptions too

11 years agodie wrap with prefix for attribute isa
Matt S Trout [Wed, 18 Jul 2012 19:16:09 +0000]
die wrap with prefix for attribute isa

11 years agounmark Moo and Moose as experimental since it's relatively solid now
Matt S Trout [Tue, 17 Jul 2012 14:58:53 +0000]
unmark Moo and Moose as experimental since it's relatively solid now

11 years agoadd Mouse support for isa/coerce
Matt S Trout [Tue, 17 Jul 2012 14:55:30 +0000]
add Mouse support for isa/coerce

11 years agoconvert isa and coerce info from external role attributes
Matt S Trout [Tue, 17 Jul 2012 13:42:43 +0000]
convert isa and coerce info from external role attributes

11 years agoMoo using Moose Roles incompatibility
Tomas Doran [Sun, 15 Jul 2012 18:02:23 +0000]
Moo using Moose Roles incompatibility

11 years agoclear method cache after metaclass generation to fix autoclean bug
Matt S Trout [Tue, 17 Jul 2012 12:18:21 +0000]
clear method cache after metaclass generation to fix autoclean bug

11 years agoFail with namespace::autoclean
Tomas Doran [Sun, 15 Jul 2012 11:19:42 +0000]
Fail with namespace::autoclean

11 years agoAdd self to contributors list
Dagfinn Ilmari Mannsåker [Mon, 16 Jul 2012 10:12:05 +0000]
Add self to contributors list

11 years agoRelease commit for 0.091014 v0.091014
Matt S Trout [Mon, 16 Jul 2012 00:04:09 +0000]
Release commit for 0.091014

11 years agobump version
Matt S Trout [Sun, 15 Jul 2012 23:59:12 +0000]
bump version

11 years agoload overload.pm explicitly for overload::StrVal
Matt S Trout [Sun, 15 Jul 2012 23:41:48 +0000]
load overload.pm explicitly for overload::StrVal

11 years agoRelease commit for 0.091013 v0.091013
Matt S Trout [Sun, 15 Jul 2012 23:31:45 +0000]
Release commit for 0.091013

11 years agobump version
Matt S Trout [Sun, 15 Jul 2012 23:31:18 +0000]
bump version

11 years agouseful and detailed errors for coerce in attrib generation
Christian Walde [Sun, 15 Jul 2012 17:35:15 +0000]
useful and detailed errors for coerce in attrib generation

11 years agoRelease commit for 0.091012 v0.091012
Christian Walde [Sun, 15 Jul 2012 13:40:55 +0000]
Release commit for 0.091012

11 years agobump version
Matt S Trout [Sat, 14 Jul 2012 16:12:15 +0000]
bump version

11 years agothrow an error when trying to extend a role
Dagfinn Ilmari Mannsåker [Sat, 14 Jul 2012 15:44:29 +0000]
throw an error when trying to extend a role

11 years agoFactor 'extends' guts into separate method
Dagfinn Ilmari Mannsåker [Sat, 14 Jul 2012 15:42:21 +0000]
Factor 'extends' guts into separate method

11 years agouseful and detailed errors for default checker in attrib generation
Christian Walde [Sat, 14 Jul 2012 13:56:13 +0000]
useful and detailed errors for default checker in attrib generation

11 years agosanity check code for default providers is now more readable
Christian Walde [Mon, 2 Jul 2012 16:14:16 +0000]
sanity check code for default providers is now more readable

11 years agoRelease commit for 0.091011 v0.091011
Matt S Trout [Wed, 27 Jun 2012 00:45:58 +0000]
Release commit for 0.091011

11 years agobump version
Matt S Trout [Wed, 27 Jun 2012 00:45:30 +0000]
bump version

11 years agodon't assume Scalar::Util is imported into the current package
Matt S Trout [Wed, 27 Jun 2012 00:13:48 +0000]
don't assume Scalar::Util is imported into the current package

11 years agore-add #web-simple as the developer channel
Matt S Trout [Wed, 27 Jun 2012 00:26:10 +0000]
re-add #web-simple as the developer channel

11 years agoRelease commit for 0.091010 v0.091010
Matt S Trout [Tue, 26 Jun 2012 19:31:55 +0000]
Release commit for 0.091010

11 years ago0.91.10 version bump
Matt S Trout [Tue, 26 Jun 2012 19:31:16 +0000]
0.91.10 version bump

11 years agoisa checks on builders
Matt S Trout [Tue, 26 Jun 2012 19:30:25 +0000]
isa checks on builders

11 years agoextra quote_sub docs from kentnl
Matt S Trout [Tue, 26 Jun 2012 19:27:47 +0000]
extra quote_sub docs from kentnl

11 years agoremove multi-populate code to fix exists/defined new() bug
Matt S Trout [Tue, 26 Jun 2012 19:25:23 +0000]
remove multi-populate code to fix exists/defined new() bug

11 years agoextra test from FAIL_modify_lazy_handlers
Matt S Trout [Tue, 26 Jun 2012 19:16:21 +0000]
extra test from FAIL_modify_lazy_handlers

11 years agoadditional test from FAIL_lazy_isa branch
Matt S Trout [Tue, 26 Jun 2012 19:13:56 +0000]
additional test from FAIL_lazy_isa branch

11 years agoextra test from FAIL_RT70593 branch
Matt S Trout [Tue, 26 Jun 2012 19:10:27 +0000]
extra test from FAIL_RT70593 branch

11 years agocheck default using \&{}
Vyacheslav Matyukhin [Wed, 6 Jun 2012 20:26:12 +0000]
check default using \&{}

11 years agorefactoring nested ifs
Vyacheslav Matyukhin [Wed, 6 Jun 2012 20:15:41 +0000]
refactoring nested ifs

11 years agocheck if default overloads ->()
Vyacheslav Matyukhin [Wed, 6 Jun 2012 20:06:49 +0000]
check if default overloads ->()

11 years agogenerate_method checks if default is a coderef
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.

11 years ago#moose, repository metadata
Matt S Trout [Tue, 26 Jun 2012 18:58:41 +0000]
#moose, repository metadata

11 years agono Moo and no Moo::Role
Matt S Trout [Tue, 26 Jun 2012 18:45:19 +0000]
no Moo and no Moo::Role

11 years agopiss off. -- mst
Matt S Trout [Tue, 26 Jun 2012 18:35:06 +0000]
piss off. -- mst

11 years agoactually commit FakeMetaClass.pm
Matt S Trout [Tue, 26 Jun 2012 18:33:28 +0000]
actually commit FakeMetaClass.pm

11 years agoMooClass->meta
Matt S Trout [Tue, 26 Jun 2012 18:16:14 +0000]
MooClass->meta

11 years agosubconstructor handling for Moose classes
Matt S Trout [Tue, 26 Jun 2012 17:30:44 +0000]
subconstructor handling for Moose classes

11 years agoAdd failing test for overriding default with '+attr'
Mark A. Stratman [Fri, 22 Jun 2012 20:21:21 +0000]
Add failing test for overriding default with '+attr'

11 years agoAdd additional testing for role combination
Tomas Doran [Tue, 19 Jun 2012 20:43:22 +0000]
Add additional testing for role combination

11 years agoRelease commit for 0.091009 v0.091009
Matt S Trout [Wed, 20 Jun 2012 18:06:52 +0000]
Release commit for 0.091009

11 years agobump version
Matt S Trout [Wed, 20 Jun 2012 18:06:11 +0000]
bump version

11 years agosquelch redefine warnings in the coderef installation code
Matt S Trout [Wed, 20 Jun 2012 18:04:40 +0000]
squelch redefine warnings in the coderef installation code