14 years agoLots of code cleanup in M::AH traits.
Dave Rolsky [Fri, 26 Jun 2009 21:50:49 +0000]
Lots of code cleanup in M::AH traits.

Removed lots of custom before modifiers in favor of allowing traits to
define a _default_default and _default_is.

Made more methods private.

Killed the ridiculous "default => sub { 5 }" idiom in the SYNOPSIS
sections.

14 years agosync version # to 0.85
Dave Rolsky [Fri, 26 Jun 2009 21:05:20 +0000]
sync version # to 0.85

14 years agoMerge branch 'master' into attribute_helpers
Dave Rolsky [Fri, 26 Jun 2009 21:05:02 +0000]
Merge branch 'master' into attribute_helpers

Conflicts:
Changes

14 years agobump version to 0.85 0.85
Dave Rolsky [Fri, 26 Jun 2009 21:01:32 +0000]
bump version to 0.85

14 years agoupdate Changes for release
Dave Rolsky [Fri, 26 Jun 2009 21:01:18 +0000]
update Changes for release

14 years agoMerge branch 'master' into attribute_helpers
Dave Rolsky [Fri, 26 Jun 2009 20:52:56 +0000]
Merge branch 'master' into attribute_helpers

14 years agoperltidy all the AttributeHelpers code
Dave Rolsky [Fri, 26 Jun 2009 20:52:53 +0000]
perltidy all the AttributeHelpers code

14 years agorename to _check_associated_methods
Hans Dieter Pearcey [Fri, 26 Jun 2009 20:50:18 +0000]
rename to _check_associated_methods

14 years agoNo need to specify a Moose version now that we're in core.
Dave Rolsky [Fri, 26 Jun 2009 20:47:10 +0000]
No need to specify a Moose version now that we're in core.

14 years agoget everything onto the same version
Dave Rolsky [Fri, 26 Jun 2009 20:41:25 +0000]
get everything onto the same version

14 years agoMerge branch 'master' into attribute_helpers
Hans Dieter Pearcey [Fri, 26 Jun 2009 20:38:55 +0000]
Merge branch 'master' into attribute_helpers

14 years agoMake Moose and Moose::Role use strict
Shawn M Moore [Fri, 26 Jun 2009 19:39:25 +0000]
Make Moose and Moose::Role use strict

14 years agoOnly test lib, t, and xt for tabs
Shawn M Moore [Fri, 26 Jun 2009 19:33:52 +0000]
Only test lib, t, and xt for tabs

14 years agoConvert tabs to spaces
Shawn M Moore [Fri, 26 Jun 2009 19:33:46 +0000]
Convert tabs to spaces

14 years agoAdd author tests for "no tabs"
Shawn M Moore [Fri, 26 Jun 2009 19:27:48 +0000]
Add author tests for "no tabs"

14 years agoupdate Changes and Delta
Hans Dieter Pearcey [Fri, 26 Jun 2009 17:33:53 +0000]
update Changes and Delta

14 years agoMerge branch 'master' into attribute_helpers
Hans Dieter Pearcey [Fri, 26 Jun 2009 17:26:18 +0000]
Merge branch 'master' into attribute_helpers

Conflicts:
Changes

14 years agomake check_associated_methods better
Hans Dieter Pearcey [Fri, 26 Jun 2009 16:57:26 +0000]
make check_associated_methods better

14 years agoMake the MM::TC::Role type object's parent Object rather than the
Dave Rolsky [Fri, 26 Jun 2009 16:41:08 +0000]
Make the MM::TC::Role type object's parent Object rather than the
now-deprecated Role.

Since it provides an optimized constraint, the parent doesn't really
matter anyway.

14 years agoInclude the class name in the method-less attribute message
Shawn M Moore [Fri, 26 Jun 2009 15:32:05 +0000]
Include the class name in the method-less attribute message

14 years agobump version to 0.84 0.84
Dave Rolsky [Fri, 26 Jun 2009 15:31:00 +0000]
bump version to 0.84

14 years agoApparently the recent Moose::Exporter changes mean we need a newer
Dave Rolsky [Fri, 26 Jun 2009 15:30:13 +0000]
Apparently the recent Moose::Exporter changes mean we need a newer
Sub::Exporter (0.980+)

14 years agoDocument Moose::Meta::Role get_*_method_modifiers fix
Dave Rolsky [Fri, 26 Jun 2009 15:23:51 +0000]
Document Moose::Meta::Role get_*_method_modifiers fix

14 years agoUpdate release date
Dave Rolsky [Fri, 26 Jun 2009 15:20:59 +0000]
Update release date

14 years agoFormatting tweaks
Dave Rolsky [Fri, 26 Jun 2009 15:20:52 +0000]
Formatting tweaks

14 years agomove _caller_info into Moose::Util
Jesse Luehrs [Fri, 26 Jun 2009 15:03:37 +0000]
move _caller_info into Moose::Util

14 years agoupdate Changes
Jesse Luehrs [Fri, 26 Jun 2009 03:28:55 +0000]
update Changes

14 years agofix tests for definition_context stuff
Jesse Luehrs [Fri, 26 Jun 2009 03:27:28 +0000]
fix tests for definition_context stuff

14 years agoonly warn if the attribute was defined in the same package as the method
Jesse Luehrs [Fri, 26 Jun 2009 03:27:09 +0000]
only warn if the attribute was defined in the same package as the method

14 years agomake has in roles set definition_context
Jesse Luehrs [Fri, 26 Jun 2009 03:26:48 +0000]
make has in roles set definition_context

14 years agoeradicate metaclasses
Hans Dieter Pearcey [Fri, 26 Jun 2009 01:20:23 +0000]
eradicate metaclasses

14 years agofix all examples to use handles; fix links to be to traits
Hans Dieter Pearcey [Fri, 26 Jun 2009 01:15:35 +0000]
fix all examples to use handles; fix links to be to traits

14 years agothis is now tested by 020/027.t
Jesse Luehrs [Fri, 26 Jun 2009 01:03:01 +0000]
this is now tested by 020/027.t

14 years agoMake mispelled or unknown additional attribute constructor arguments warn in a very...
nperez [Fri, 26 Jun 2009 00:54:11 +0000]
Make mispelled or unknown additional attribute constructor arguments warn in a very noisy manner

14 years agoupdate Changes
Dave Rolsky [Thu, 25 Jun 2009 23:35:00 +0000]
update Changes

14 years agoReformatting of changes a bit
Dave Rolsky [Thu, 25 Jun 2009 23:34:27 +0000]
Reformatting of changes a bit

14 years agotab fix
Hans Dieter Pearcey [Thu, 25 Jun 2009 23:15:29 +0000]
tab fix

14 years agomore author names, a few terms
Hans Dieter Pearcey [Thu, 25 Jun 2009 23:13:29 +0000]
more author names, a few terms

14 years agotypo, +doy
Hans Dieter Pearcey [Thu, 25 Jun 2009 23:11:05 +0000]
typo, +doy

14 years agotypo
Hans Dieter Pearcey [Thu, 25 Jun 2009 23:10:14 +0000]
typo

14 years agomake version match Moose
Hans Dieter Pearcey [Thu, 25 Jun 2009 23:08:44 +0000]
make version match Moose

14 years agomove _set inside the block where it matters
Hans Dieter Pearcey [Thu, 25 Jun 2009 23:08:33 +0000]
move _set inside the block where it matters

14 years agotraitS not trait
Hans Dieter Pearcey [Thu, 25 Jun 2009 23:08:02 +0000]
traitS not trait

14 years agofix obvious things that are broken
Hans Dieter Pearcey [Thu, 25 Jun 2009 22:39:04 +0000]
fix obvious things that are broken

14 years agomore tests passing
Hans Dieter Pearcey [Thu, 25 Jun 2009 22:35:14 +0000]
more tests passing

14 years agoupdate Changes
Jesse Luehrs [Thu, 25 Jun 2009 22:26:39 +0000]
update Changes

14 years agotest warnings for accessors overwriting existing methods
Jesse Luehrs [Thu, 25 Jun 2009 22:24:50 +0000]
test warnings for accessors overwriting existing methods

14 years agokill more Provided
Hans Dieter Pearcey [Thu, 25 Jun 2009 22:08:46 +0000]
kill more Provided

14 years agoremove unused (metaclass) tests
Hans Dieter Pearcey [Thu, 25 Jun 2009 22:06:12 +0000]
remove unused (metaclass) tests

14 years agodefault curried_arguments to []
Hans Dieter Pearcey [Thu, 25 Jun 2009 22:05:29 +0000]
default curried_arguments to []

14 years agomake more tests pass, remove unnecessary meta method classes
Hans Dieter Pearcey [Thu, 25 Jun 2009 22:05:20 +0000]
make more tests pass, remove unnecessary meta method classes

14 years agoslightly better test failures
Hans Dieter Pearcey [Thu, 25 Jun 2009 21:24:51 +0000]
slightly better test failures

14 years agos/provides/handles/ in method names
Hans Dieter Pearcey [Thu, 25 Jun 2009 20:42:25 +0000]
s/provides/handles/ in method names

14 years agorename MooseX -> Moose
Hans Dieter Pearcey [Thu, 25 Jun 2009 20:39:47 +0000]
rename MooseX -> Moose

14 years agocopy jay's patches to the trait tests
Hans Dieter Pearcey [Thu, 25 Jun 2009 20:35:33 +0000]
copy jay's patches to the trait tests

14 years agoimport changes from MXAH repo
Hans Dieter Pearcey [Thu, 25 Jun 2009 20:31:30 +0000]
import changes from MXAH repo

14 years agostart replacing provides/curries with handles
Hans Dieter Pearcey [Thu, 25 Jun 2009 19:36:27 +0000]
start replacing provides/curries with handles

14 years agodefault more helpfully
Hans Dieter Pearcey [Thu, 25 Jun 2009 21:27:57 +0000]
default more helpfully

14 years agowarn if an accessor overrides a locally defined method
Jesse Luehrs [Thu, 25 Jun 2009 21:36:40 +0000]
warn if an accessor overrides a locally defined method

14 years agoFix stevanism in a comment
Shawn M Moore [Thu, 25 Jun 2009 21:11:37 +0000]
Fix stevanism in a comment

14 years agoMerge branch 'attribute_helpers' of gitmo@git.moose.perl.org:Moose into attribute_helpers
Robert Buels [Thu, 25 Jun 2009 20:19:41 +0000]
Merge branch 'attribute_helpers' of gitmo@git.moose.perl.org:Moose into attribute_helpers

14 years agomigrated a few moose::attributehelpers tests
Robert Buels [Thu, 25 Jun 2009 20:18:57 +0000]
migrated a few moose::attributehelpers tests

14 years agoAnother MooseX::AttributeHelpers -> Moose::AttributeHelpers
jhannah [Thu, 25 Jun 2009 20:12:58 +0000]
Another MooseX::AttributeHelpers -> Moose::AttributeHelpers

14 years agoApply josh's Moose::Exporter improvements so we have with_meta
Shawn M Moore [Thu, 25 Jun 2009 20:07:35 +0000]
Apply josh's Moose::Exporter improvements so we have with_meta

14 years agoTODOify rbuels's failing test, see [rt.cpan.org #47350]
Shawn M Moore [Thu, 25 Jun 2009 20:03:27 +0000]
TODOify rbuels's failing test, see [rt.cpan.org #47350]

14 years agoMerge branch 'attribute_helpers' of gitmo@jules.scsys.co.uk:Moose into attribute_helpers
jhannah [Thu, 25 Jun 2009 19:59:32 +0000]
Merge branch 'attribute_helpers' of gitmo@jules.scsys.co.uk:Moose into attribute_helpers

14 years agoTrying to help confound and Sartak. jhannah newb alert!
jhannah [Thu, 25 Jun 2009 19:53:39 +0000]
Trying to help confound and Sartak. jhannah newb alert!

14 years agoMerge branch 'handles_curry' into attribute_helpers
Hans Dieter Pearcey [Thu, 25 Jun 2009 18:58:34 +0000]
Merge branch 'handles_curry' into attribute_helpers

14 years agoadd documentation
Hans Dieter Pearcey [Thu, 25 Jun 2009 18:58:15 +0000]
add documentation

14 years agoMerge branch 'handles_curry' into attribute_helpers
Hans Dieter Pearcey [Thu, 25 Jun 2009 18:47:25 +0000]
Merge branch 'handles_curry' into attribute_helpers

14 years agoadd curried_arguments, usable from hashref handles
Hans Dieter Pearcey [Thu, 25 Jun 2009 18:39:26 +0000]
add curried_arguments, usable from hashref handles

14 years agoadd DUCKTYPE to the excluded spelling list
Chris Prather [Thu, 25 Jun 2009 18:03:41 +0000]
add DUCKTYPE to the excluded spelling list

14 years agoexclude DuckType methods from Pod::Coverage tests
Chris Prather [Thu, 25 Jun 2009 17:51:30 +0000]
exclude DuckType methods from Pod::Coverage tests

14 years agoMerge branch 'master' of gitmo@jules.scsys.co.uk:Moose
Shawn M Moore [Thu, 25 Jun 2009 17:49:20 +0000]
Merge branch 'master' of gitmo@jules.scsys.co.uk:Moose

14 years agoDeprecated the Role type (use role_type instead).
Dave Rolsky [Thu, 25 Jun 2009 17:45:02 +0000]
Deprecated the Role type (use role_type instead).

14 years agoThe Role type simply checks if $object->can('does')
Dave Rolsky [Thu, 25 Jun 2009 17:34:58 +0000]
The Role type simply checks if $object->can('does')

14 years agoMake indentation in hierarchy consistent
Dave Rolsky [Thu, 25 Jun 2009 17:20:49 +0000]
Make indentation in hierarchy consistent

14 years agoupdate Changes to document duck type documentation
Chris Prather [Thu, 25 Jun 2009 17:38:05 +0000]
update Changes to document duck type documentation

14 years agocorrect some spelling
Chris Prather [Thu, 25 Jun 2009 17:23:30 +0000]
correct some spelling

14 years agoWe don't use English in Moose, or in these test files
Shawn M Moore [Thu, 25 Jun 2009 16:13:23 +0000]
We don't use English in Moose, or in these test files

14 years agoMerge commit 'origin/meta_role_modifiers_bug'
Shawn M Moore [Thu, 25 Jun 2009 16:13:06 +0000]
Merge commit 'origin/meta_role_modifiers_bug'

14 years agoadd docs for ducktype handles that Sartak wrote
Chris Prather [Thu, 25 Jun 2009 15:47:23 +0000]
add docs for ducktype handles that Sartak wrote

14 years agocopy in and rename AttributeHelpers
Hans Dieter Pearcey [Thu, 25 Jun 2009 06:27:51 +0000]
copy in and rename AttributeHelpers

14 years agos/XX/84/
Hans Dieter Pearcey [Thu, 25 Jun 2009 15:35:03 +0000]
s/XX/84/

14 years agoAllow Moose::Meta::TypeConstraint::DuckType in handles, since it is just a list of...
Shawn M Moore [Thu, 25 Jun 2009 06:47:55 +0000]
Allow Moose::Meta::TypeConstraint::DuckType in handles, since it is just a list of methods

14 years agoPunctuation
Shawn M Moore [Thu, 25 Jun 2009 06:27:28 +0000]
Punctuation

14 years agoReify duck type from a regular subtype into an actual class
Shawn M Moore [Thu, 25 Jun 2009 06:26:49 +0000]
Reify duck type from a regular subtype into an actual class

14 years agoCopy and paste doc is bad! :)
Shawn M Moore [Thu, 25 Jun 2009 04:38:05 +0000]
Copy and paste doc is bad! :)

14 years agoall does what we want anyway, no need for the weird if/return stuff
Shawn M Moore [Thu, 25 Jun 2009 04:20:29 +0000]
all does what we want anyway, no need for the weird if/return stuff

14 years agoWe no longer use $class
Shawn M Moore [Thu, 25 Jun 2009 04:18:46 +0000]
We no longer use $class

14 years agoThe Object type constraint filters out Regexp
Shawn M Moore [Thu, 25 Jun 2009 04:13:38 +0000]
The Object type constraint filters out Regexp

14 years agoupdate Changes
Hans Dieter Pearcey [Wed, 24 Jun 2009 21:02:06 +0000]
update Changes

14 years agoassociate methods installed by delegation
Hans Dieter Pearcey [Wed, 24 Jun 2009 21:01:04 +0000]
associate methods installed by delegation

14 years agofix english
Hans Dieter Pearcey [Wed, 24 Jun 2009 20:55:02 +0000]
fix english

14 years agodocument 'bare'
Hans Dieter Pearcey [Wed, 24 Jun 2009 20:50:03 +0000]
document 'bare'

14 years agofinish the bare_attribute merge that I somehow screwed up
Hans Dieter Pearcey [Wed, 24 Jun 2009 20:46:43 +0000]
finish the bare_attribute merge that I somehow screwed up

14 years agoMerge branch 'bare_attribute'
Hans Dieter Pearcey [Wed, 24 Jun 2009 20:43:54 +0000]
Merge branch 'bare_attribute'

14 years agowarn instead of dying
Hans Dieter Pearcey [Wed, 24 Jun 2009 20:27:01 +0000]
warn instead of dying

14 years agodocument new behavior
Hans Dieter Pearcey [Wed, 24 Jun 2009 20:22:58 +0000]
document new behavior

14 years agowarn instead of dying
Hans Dieter Pearcey [Wed, 24 Jun 2009 20:27:01 +0000]
warn instead of dying