14 years agochange new to only call BUILDCLASS and add a type safety check attic/topic/build_all_class
Gordon Irving [Sat, 1 Aug 2009 23:37:49 +0000]
change new to only call BUILDCLASS and add a type safety check

14 years agoin Moose::Object add support for a hook BUILDCLASS which allows
Gordon Irving [Sat, 1 Aug 2009 19:26:28 +0000]
in Moose::Object add support for a hook BUILDCLASS which allows
subclasses to change the class the object is being blessed into.  The
intended purpose is to allow MooseX::Traits and other classes which add
a new_with_X_feature to create an anon class and return it.  Thus
allowing all creation to go through a std new()

14 years agoencourage using () for anon subtypes in attribute declarations
Jesse Luehrs [Sat, 1 Aug 2009 18:16:23 +0000]
encourage using () for anon subtypes in attribute declarations

since has foo => (isa => subtype 'Int', where { $_ > 0 }, is => 'ro');
doesn't really work as might be expected

14 years agoanother broken link
Jesse Luehrs [Fri, 31 Jul 2009 04:47:18 +0000]
another broken link

i should really use ack more often...

14 years agooops, one more broken doc link
Jesse Luehrs [Fri, 31 Jul 2009 04:33:18 +0000]
oops, one more broken doc link

14 years agofix broken doc link
Jesse Luehrs [Fri, 31 Jul 2009 04:30:23 +0000]
fix broken doc link

14 years agouse around for BUILDARGS in the manual, rather than SUPER
Jesse Luehrs [Thu, 30 Jul 2009 22:42:40 +0000]
use around for BUILDARGS in the manual, rather than SUPER

14 years agoBuilders are in recipe 8, not 9
Dan Dascalescu [Mon, 27 Jul 2009 10:38:29 +0000]
Builders are in recipe 8, not 9

14 years agoTypo fix
Dan Dascalescu [Mon, 27 Jul 2009 09:40:40 +0000]
Typo fix

14 years agofix EMERGENCY BUG WORKFLOW as per rjbs on #moose-dev
Chris Prather [Sat, 25 Jul 2009 23:28:59 +0000]
fix EMERGENCY BUG WORKFLOW as per rjbs on #moose-dev

14 years agoReword a bit to make each sentence start with a capital letter
Dave Rolsky [Sat, 25 Jul 2009 18:09:19 +0000]
Reword a bit to make each sentence start with a capital letter

14 years agoReport all method conflicts, not just the first
Shawn M Moore [Sat, 25 Jul 2009 16:31:31 +0000]
Report all method conflicts, not just the first

14 years agoInclude discussion of is => bare
Shawn M Moore [Sat, 25 Jul 2009 15:54:12 +0000]
Include discussion of is => bare

14 years agoClarify ro/rw a bit more
Shawn M Moore [Sat, 25 Jul 2009 15:52:07 +0000]
Clarify ro/rw a bit more

14 years agobump version to 0.88 0.88
Dave Rolsky [Fri, 24 Jul 2009 16:42:11 +0000]
bump version to 0.88

14 years agoRemove JPA note since there are no major JPA-sponsored changes in this
Dave Rolsky [Fri, 24 Jul 2009 16:41:10 +0000]
Remove JPA note since there are no major JPA-sponsored changes in this
release of Moose.

14 years agoMore Changes tweaking, and add a release date
Dave Rolsky [Fri, 24 Jul 2009 16:40:45 +0000]
More Changes tweaking, and add a release date

14 years agoClean up formatting of Changes
Dave Rolsky [Fri, 24 Jul 2009 16:38:30 +0000]
Clean up formatting of Changes

14 years agomake weak_ref permitted as part of attribute inheritance
Matt S Trout [Fri, 24 Jul 2009 16:10:23 +0000]
make weak_ref permitted as part of attribute inheritance

14 years agoSmall tidiness change
Dave Rolsky [Tue, 21 Jul 2009 21:24:59 +0000]
Small tidiness change

14 years agotabs -> spaces
Jesse Luehrs [Tue, 21 Jul 2009 03:54:54 +0000]
tabs -> spaces

14 years agoRevert "Lazy load Moose::Error::Default"
Dave Rolsky [Sun, 19 Jul 2009 16:57:35 +0000]
Revert "Lazy load Moose::Error::Default"

This reverts commit d4b0f089e5fc9ddbd38a0bd369bb170c5c62eaef.

This sort of lazy loading hurts anyone using Moose in a long-running
environment like FastCGI or mod_perl, since it means that the module
ends up being loaded once per process, as opposed to being loaded once
and shared across multiple procs.

14 years agoMerge branch 'master' of gitmo@moose.perl.org:Moose
gfx [Sun, 19 Jul 2009 09:55:20 +0000]
Merge branch 'master' of gitmo@moose.perl.org:Moose

14 years agoDon't call an unnecessary role filter
gfx [Sun, 19 Jul 2009 09:53:46 +0000]
Don't call an unnecessary role filter

14 years agoLazy load Moose::Error::Default
gfx [Sun, 19 Jul 2009 09:52:52 +0000]
Lazy load Moose::Error::Default

14 years agoThis class has no more public methods
Dave Rolsky [Fri, 17 Jul 2009 13:53:57 +0000]
This class has no more public methods

14 years agoAttribute sorear's change
Shawn M Moore [Wed, 15 Jul 2009 07:35:02 +0000]
Attribute sorear's change

14 years agoNote about JPA's sponsorship and the importance of testing for back-compat
Shawn M Moore [Wed, 15 Jul 2009 07:34:21 +0000]
Note about JPA's sponsorship and the importance of testing for back-compat

14 years agoMove rafl's changes into the right section
Shawn M Moore [Wed, 15 Jul 2009 07:33:42 +0000]
Move rafl's changes into the right section

14 years agodocument work around for is => 'bare' in older Moose
Chris Prather [Mon, 13 Jul 2009 19:53:05 +0000]
document work around for is => 'bare' in older Moose

14 years agoChangelogging.
Florian Ragwitz [Mon, 13 Jul 2009 15:55:45 +0000]
Changelogging.

14 years agoAllow MetaRole to apply roles to a meta role's role application classes.
Florian Ragwitz [Mon, 13 Jul 2009 15:30:47 +0000]
Allow MetaRole to apply roles to a meta role's role application classes.

14 years agoCreate metaclass attrs for the different composition classes.
Florian Ragwitz [Mon, 13 Jul 2009 14:36:45 +0000]
Create metaclass attrs for the different composition classes.

14 years agotypo fix: topic, not topics
Hans Dieter Pearcey [Mon, 13 Jul 2009 00:22:21 +0000]
typo fix: topic, not topics

14 years agoLast few typo fixes
Shawn M Moore [Sun, 12 Jul 2009 23:17:18 +0000]
Last few typo fixes

14 years agotrade-off is more correct than tradeoff
Shawn M Moore [Sun, 12 Jul 2009 23:15:09 +0000]
trade-off is more correct than tradeoff

14 years agoAdd more computerese works
Shawn M Moore [Sun, 12 Jul 2009 23:14:07 +0000]
Add more computerese works

14 years agoFix some typos in Contributing
Shawn M Moore [Sun, 12 Jul 2009 23:14:00 +0000]
Fix some typos in Contributing

14 years agoMinor rewording in Delegation
Dan Dascalescu [Sat, 11 Jul 2009 03:24:24 +0000]
Minor rewording in Delegation

14 years agoClarified that method code for predicate and clearer is created by Moose automatically
Dan Dascalescu [Sat, 11 Jul 2009 00:06:30 +0000]
Clarified that method code for predicate and clearer is created by Moose automatically

14 years agoAdd my email address to the Moose pod
Shawn M Moore [Fri, 10 Jul 2009 23:13:58 +0000]
Add my email address to the Moose pod

14 years agoMerge branch 'topic/document-new-workflow'
Chris Prather [Fri, 10 Jul 2009 15:00:47 +0000]
Merge branch 'topic/document-new-workflow'

14 years agoRe-write the Moose::Manual::Contributing document to reflect the new layout and metho...
Chris Prather [Thu, 9 Jul 2009 22:17:05 +0000]
Re-write the Moose::Manual::Contributing document to reflect the new layout and methods of work for the Git repository. All work now should be done in topic branches and reviewed by a core committer before being applied to  All releases are done by a cabal member and merged from master to stable. This plan was devised by Yuval, blame him.

14 years agoBackfill some important 0.84 changes in Delta
Shawn M Moore [Fri, 10 Jul 2009 00:07:31 +0000]
Backfill some important 0.84 changes in Delta

14 years agoChangelog typo fix
Shawn M Moore [Fri, 10 Jul 2009 00:06:27 +0000]
Changelog typo fix

14 years agoGrammar tweaklet
Dave Rolsky [Thu, 9 Jul 2009 20:51:34 +0000]
Grammar tweaklet

14 years agoTidied code
Dave Rolsky [Thu, 9 Jul 2009 12:18:54 +0000]
Tidied code

14 years agoChanges for avoiding inline_slot_access
Stefan O'Rear [Thu, 9 Jul 2009 03:27:21 +0000]
Changes for avoiding inline_slot_access

14 years agoAvoid using inline_slot_access in Moose accessors
Stefan O'Rear [Thu, 9 Jul 2009 01:28:40 +0000]
Avoid using inline_slot_access in Moose accessors

inline_slot_access is much harder to implement than the other instance
accessors, for instance in the case of a database; in the general case
it requires a tie.  As such, we should only use it when necessary due
to API constraints.

14 years agoAdd tests for inline_slot_access avoidance
Stefan O'Rear [Thu, 9 Jul 2009 01:25:05 +0000]
Add tests for inline_slot_access avoidance

14 years agoAdd todo test for composing overloading from roles.
Florian Ragwitz [Wed, 8 Jul 2009 17:21:00 +0000]
Add todo test for composing overloading from roles.

14 years agofix the documentation *again* based on what stevan just clarified in #moose-dev
Chris Prather [Wed, 8 Jul 2009 16:16:40 +0000]
fix the documentation *again* based on what stevan just clarified in #moose-dev

14 years agoMerge branch 'master' of git.moose.perl.org:Moose
Chris Prather [Wed, 8 Jul 2009 14:22:14 +0000]
Merge branch 'master' of git.moose.perl.org:Moose

14 years agore-word the Trait/Role differentiation text to explain Traits are Roles applied to...
Chris Prather [Wed, 8 Jul 2009 14:21:33 +0000]
re-word the Trait/Role differentiation text to explain Traits are Roles applied to metaclasses since it came up on StackOverflow

14 years agoRemove extra quote
Leon Brocard [Wed, 8 Jul 2009 11:41:34 +0000]
Remove extra quote

14 years agoExpand doc to documentation
Leon Brocard [Wed, 8 Jul 2009 11:35:03 +0000]
Expand doc to documentation

14 years agoUppercase Git
Leon Brocard [Wed, 8 Jul 2009 11:34:45 +0000]
Uppercase Git

14 years agoMark up BUILD as code
Leon Brocard [Wed, 8 Jul 2009 11:31:32 +0000]
Mark up BUILD as code

14 years agomark up lazy_build as code
Leon Brocard [Wed, 8 Jul 2009 11:23:11 +0000]
mark up lazy_build as code

14 years agoUse I<not> for emphasis instead of -not-
Leon Brocard [Wed, 8 Jul 2009 11:17:34 +0000]
Use I<not> for emphasis instead of -not-

14 years agoMove TABLE OF CONTENTS up a heading level
Leon Brocard [Wed, 8 Jul 2009 09:46:52 +0000]
Move TABLE OF CONTENTS up a heading level

14 years agothe option is excludes, not exclude
Jesse Luehrs [Wed, 8 Jul 2009 06:31:39 +0000]
the option is excludes, not exclude

14 years agobump version to 0.87 0.87
Dave Rolsky [Tue, 7 Jul 2009 13:55:20 +0000]
bump version to 0.87

14 years agoAdd release date
Dave Rolsky [Tue, 7 Jul 2009 13:55:08 +0000]
Add release date

14 years agoReword changes
Dave Rolsky [Tue, 7 Jul 2009 13:54:43 +0000]
Reword changes

14 years agoGrammar edits
Dave Rolsky [Mon, 6 Jul 2009 14:13:27 +0000]
Grammar edits

14 years agoSmall tweaks to example code.
Dave Rolsky [Mon, 6 Jul 2009 14:10:56 +0000]
Small tweaks to example code.

14 years agoAdd example for private writer
Yuval Kogman [Mon, 6 Jul 2009 05:18:17 +0000]
Add example for private writer

14 years agoAdd note about namespace::{auto,}clean to best practices
Yuval Kogman [Mon, 6 Jul 2009 05:15:23 +0000]
Add note about namespace::{auto,}clean to best practices

14 years agoDocs: Added explanations on 'no Moose' and 'make_immutable'.
Paul Fenwick [Mon, 6 Jul 2009 05:04:26 +0000]
Docs: Added explanations on 'no Moose' and 'make_immutable'.

Thanks to nothingmuch for assistance in the explanations.

14 years agoAdd a test for class name delegates
Yuval Kogman [Sun, 5 Jul 2009 23:10:06 +0000]
Add a test for class name delegates

14 years agoChangelog
Yuval Kogman [Sun, 5 Jul 2009 23:00:51 +0000]
Changelog

14 years agoLaxen the error condition for delegation methods
Yuval Kogman [Sun, 5 Jul 2009 22:52:54 +0000]
Laxen the error condition for delegation methods

This allows class names to be used as delegates

14 years agoFix release date 0.86
Dave Rolsky [Fri, 3 Jul 2009 15:23:10 +0000]
Fix release date

14 years agoMerge branch 'master' of gitmo@git.moose.perl.org:Moose
arcanez [Fri, 3 Jul 2009 09:53:12 +0000]
Merge branch 'master' of gitmo@git.moose.perl.org:Moose

14 years agominor doc fix
arcanez [Fri, 3 Jul 2009 09:51:16 +0000]
minor doc fix

14 years agorequire CMOP 0.89
Dave Rolsky [Fri, 3 Jul 2009 02:26:10 +0000]
require CMOP 0.89

14 years agobump version to 0.86
Dave Rolsky [Fri, 3 Jul 2009 02:25:51 +0000]
bump version to 0.86

14 years agoUpdate changes for next Moose
Dave Rolsky [Fri, 3 Jul 2009 02:25:39 +0000]
Update changes for next Moose

14 years agoDetabify tests.
Florian Ragwitz [Fri, 3 Jul 2009 02:37:19 +0000]
Detabify tests.

Making xt/author/tabs.t pass again.

14 years agochanges to accomodate new style of immutable traits in CMOP head
Dave Rolsky [Fri, 3 Jul 2009 02:21:46 +0000]
changes to accomodate new style of immutable traits in CMOP head

14 years agoSimplify the logic to throw an error on an undef or ! blessed delegatee.
Dave Rolsky [Thu, 2 Jul 2009 20:42:53 +0000]
Simplify the logic to throw an error on an undef or ! blessed delegatee.

Add a test for undef in the delegatee slot.

14 years agoNo need for the | in the link
Dave Rolsky [Thu, 2 Jul 2009 18:13:00 +0000]
No need for the | in the link

14 years agomore useful error message for delegation w/ unblessed value
Hans Dieter Pearcey [Thu, 2 Jul 2009 18:09:17 +0000]
more useful error message for delegation w/ unblessed value

14 years agoanother recipe number off-by-one
arcanez [Thu, 2 Jul 2009 16:31:05 +0000]
another recipe number off-by-one

14 years agopluralized TypeConstraint and Role to fix pod links
arcanez [Thu, 2 Jul 2009 16:22:42 +0000]
pluralized TypeConstraint and Role to fix pod links

14 years agorecipe numbers were off
arcanez [Thu, 2 Jul 2009 16:22:05 +0000]
recipe numbers were off

14 years agoaccessor overwriting warning now reflects reality
Yuval Kogman [Fri, 26 Jun 2009 23:42:49 +0000]
accessor overwriting warning now reflects reality

The error says you cannot overwrite the accessor, when it in fact just
does get overwritten (and this behavior is necessary for backwards
compatibility)

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 agorename to _check_associated_methods
Hans Dieter Pearcey [Fri, 26 Jun 2009 20:50:18 +0000]
rename to _check_associated_methods

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 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+)