14 years agoSeparate changes in 0.89 from those in 0.89_01 0.89_01
Dave Rolsky [Wed, 2 Sep 2009 15:55:35 +0000]
Separate changes in 0.89 from those in 0.89_01

14 years agobump version to 0.89_01
Dave Rolsky [Wed, 2 Sep 2009 15:54:37 +0000]
bump version to 0.89_01

14 years agoMore changes tweaks
Dave Rolsky [Wed, 2 Sep 2009 15:49:22 +0000]
More changes tweaks

14 years agoAdd version #, release date, and tweak changes
Dave Rolsky [Wed, 2 Sep 2009 15:47:27 +0000]
Add version #, release date, and tweak changes

14 years agofix pod nits
Hans Dieter Pearcey [Wed, 2 Sep 2009 15:22:10 +0000]
fix pod nits

14 years agoMerge branch 'attribute_helpers'
Hans Dieter Pearcey [Wed, 2 Sep 2009 15:15:03 +0000]
Merge branch 'attribute_helpers'

14 years agodoc patch via qp_pq: "can be very" instead of "can very"
Jonathan Rockway [Mon, 31 Aug 2009 06:18:06 +0000]
doc patch via qp_pq: "can be very" instead of "can very"

14 years agoThis Moose conflicts with older MX::ClassAttribute
Dave Rolsky [Wed, 26 Aug 2009 21:49:35 +0000]
This Moose conflicts with older MX::ClassAttribute

14 years agomerge in changes from dec
Chris Prather [Mon, 24 Aug 2009 00:55:16 +0000]
merge in changes from dec

14 years agoadd proof reading changes from dec
Chris Prather [Mon, 24 Aug 2009 00:46:22 +0000]
add proof reading changes from dec

14 years agoDoc consistency: use B<> not I<>
Shawn M Moore [Sun, 23 Aug 2009 23:03:06 +0000]
Doc consistency: use B<> not I<>

14 years agoDocument length and substr, which are in the MethodProvider
Shawn M Moore [Sun, 23 Aug 2009 23:01:51 +0000]
Document length and substr, which are in the MethodProvider

14 years agoMore cleanup in native documentation
Shawn M Moore [Sun, 23 Aug 2009 22:48:43 +0000]
More cleanup in native documentation

14 years agoA bunch of Native doc cleanups
Shawn M Moore [Sun, 23 Aug 2009 22:43:51 +0000]
A bunch of Native doc cleanups

14 years agoFurther delegation manual cleanup
Shawn M Moore [Sun, 23 Aug 2009 22:40:36 +0000]
Further delegation manual cleanup

14 years agoCleanup; include validation of push parameters
Shawn M Moore [Sun, 23 Aug 2009 22:37:43 +0000]
Cleanup; include validation of push parameters

14 years agospeeling cleanup
Chris Prather [Sun, 23 Aug 2009 19:48:30 +0000]
speeling cleanup

14 years agoadd documentation on the new AH delegation (Currying and Perl Data Structures)
Chris Prather [Sun, 23 Aug 2009 19:04:49 +0000]
add documentation on the new AH delegation (Currying and Perl Data Structures)

14 years agoFix builder's recipe link.
Cory Watson [Thu, 20 Aug 2009 22:27:37 +0000]
Fix builder's recipe link.

14 years agoredo the currying syntax to get rid of one of the arrayrefs
Jesse Luehrs [Thu, 20 Aug 2009 05:04:49 +0000]
redo the currying syntax to get rid of one of the arrayrefs

this will make it more difficult to add things like the subref form of
currying in the future, but it is simpler and cleaner for the vastly
more common case, and the subref form could be added back in via
something like handles => { foo => { grep => sub { ... } } } (rather
than using [] for the middle pair of braces, which would continue to
mean normal currying) if we decide it's really necessary.

14 years agoremove head, tail, and last as Array helpers
Jesse Luehrs [Thu, 20 Aug 2009 04:15:02 +0000]
remove head, tail, and last as Array helpers

14 years agoAdd tests for testing accessor contexts
gfx [Wed, 19 Aug 2009 02:31:23 +0000]
Add tests for testing accessor contexts

14 years agoempty -> is_empty
Jesse Luehrs [Wed, 19 Aug 2009 02:21:17 +0000]
empty -> is_empty

14 years agoremove obsolete references to make_immutable in Moose and Moose::Role
Jesse Luehrs [Tue, 18 Aug 2009 23:24:56 +0000]
remove obsolete references to make_immutable in Moose and Moose::Role

14 years agocomment the 'once' warning issue with sort
Jesse Luehrs [Tue, 18 Aug 2009 08:35:33 +0000]
comment the 'once' warning issue with sort

14 years agoupdate ::Delta for the recent changes
Jesse Luehrs [Tue, 18 Aug 2009 08:31:54 +0000]
update ::Delta for the recent changes

14 years agoMerge branch 'master' into attribute_helpers
Jesse Luehrs [Tue, 18 Aug 2009 08:19:08 +0000]
Merge branch 'master' into attribute_helpers

Conflicts:
Changes

14 years agouse $_ rather than $_[0] for helpers that use callbacks
Jesse Luehrs [Tue, 18 Aug 2009 07:23:01 +0000]
use $_ rather than $_[0] for helpers that use callbacks

14 years agorename/add a few methods on the native Array trait
Jesse Luehrs [Tue, 18 Aug 2009 05:47:58 +0000]
rename/add a few methods on the native Array trait

first -> head, find -> first, and add tail for symmetry with head.

14 years agoUpdating changes file for merge of topic/rt-48694 branch.
Curtis Jewell [Sun, 16 Aug 2009 05:55:34 +0000]
Updating changes file for merge of topic/rt-48694 branch.

14 years agoMaking the docs reflect that 'use metaclass' has to go before 'use Moose'.
Curtis Jewell [Sun, 16 Aug 2009 05:39:35 +0000]
Making the docs reflect that 'use metaclass' has to go before 'use Moose'.

14 years agoDon't test Native MethodProvider classes for pod coverage.
Dave Rolsky [Sun, 16 Aug 2009 03:16:01 +0000]
Don't test Native MethodProvider classes for pod coverage.

14 years agoDoc editing for Native Hash
Dave Rolsky [Sun, 16 Aug 2009 03:10:01 +0000]
Doc editing for Native Hash

14 years agomore doc editing for Native Traits
Dave Rolsky [Sun, 16 Aug 2009 03:06:49 +0000]
more doc editing for Native Traits

14 years agoMore editing of the Array docs
Dave Rolsky [Sun, 16 Aug 2009 03:04:05 +0000]
More editing of the Array docs

14 years agoDoc editing for Array
Dave Rolsky [Sun, 16 Aug 2009 02:58:47 +0000]
Doc editing for Array

14 years agorename alias and excludes to -alias and -excludes
Jesse Luehrs [Wed, 12 Aug 2009 23:21:10 +0000]
rename alias and excludes to -alias and -excludes

leave alias and excludes in for backcompat, but with the intention of
deprecating and removing them in the future

14 years agoreverse the meaning of 'empty'
Hans Dieter Pearcey [Sat, 15 Aug 2009 22:13:45 +0000]
reverse the meaning of 'empty'

14 years agobump version numbers
Hans Dieter Pearcey [Sat, 15 Aug 2009 20:50:54 +0000]
bump version numbers

14 years agoMerge branch 'master' into attribute_helpers
Hans Dieter Pearcey [Sat, 15 Aug 2009 20:36:04 +0000]
Merge branch 'master' into attribute_helpers

Conflicts:
Changes

14 years agoadd Meta:: to Attribute::Native
Hans Dieter Pearcey [Sat, 15 Aug 2009 20:29:50 +0000]
add Meta:: to Attribute::Native

14 years agoremove mention of Moose::AttributeHelpers
Hans Dieter Pearcey [Sat, 15 Aug 2009 20:23:52 +0000]
remove mention of Moose::AttributeHelpers

14 years agoAdd release date 0.89
Dave Rolsky [Thu, 13 Aug 2009 22:11:50 +0000]
Add release date

14 years agobump version to 0.89
Dave Rolsky [Thu, 13 Aug 2009 22:10:09 +0000]
bump version to 0.89

14 years agorequire CMOP 0.92
Dave Rolsky [Thu, 13 Aug 2009 21:53:19 +0000]
require CMOP 0.92

14 years agoAdd metatraits to spelling list
Dave Rolsky [Thu, 13 Aug 2009 21:52:39 +0000]
Add metatraits to spelling list

14 years agodoc patch, added mention of how attribute accessors count toward satisfying role...
Robert Buels [Wed, 12 Aug 2009 22:49:14 +0000]
doc patch, added mention of how attribute accessors count toward satisfying role requires

14 years agoallow role options in the -traits parameter to use Moose
Jesse Luehrs [Wed, 12 Aug 2009 06:00:03 +0000]
allow role options in the -traits parameter to use Moose

14 years agoDoc link for method modifiers
Frew Schmidt [Wed, 12 Aug 2009 21:27:58 +0000]
Doc link for method modifiers

14 years ago$obj->new is potentially deprecated now
Shawn M Moore [Wed, 12 Aug 2009 01:09:53 +0000]
$obj->new is potentially deprecated now

14 years agoAdd my name to Changes
Dave Rolsky [Wed, 12 Aug 2009 01:06:17 +0000]
Add my name to Changes

14 years agoFix bug with $obj->new when $obj has stringify overloading
Shawn M Moore [Wed, 12 Aug 2009 01:00:06 +0000]
Fix bug with $obj->new when $obj has stringify overloading

14 years agoRoles can now accept attributes named 0 and ""
Shawn M Moore [Wed, 12 Aug 2009 00:51:19 +0000]
Roles can now accept attributes named 0 and ""

    Fix up tests too..

14 years agoAdd some space in the conditional
Dave Rolsky [Sun, 5 Jul 2009 04:07:08 +0000]
Add some space in the conditional

14 years agofix trigger example
Hans Dieter Pearcey [Sun, 5 Jul 2009 02:12:25 +0000]
fix trigger example

14 years agoImplement passing the old value to a trigger when appropriate
Dave Rolsky [Sat, 4 Jul 2009 23:28:25 +0000]
Implement passing the old value to a trigger when appropriate

14 years agoMerge branch 'master' into attribute_helpers
Jesse Luehrs [Tue, 11 Aug 2009 01:36:40 +0000]
Merge branch 'master' into attribute_helpers

Conflicts:
lib/Moose/Manual/Delta.pod

14 years agoadd a function to more easily create metaclass/trait aliases
Jesse Luehrs [Fri, 31 Jul 2009 02:42:16 +0000]
add a function to more easily create metaclass/trait aliases

14 years agoadd alias resolution for "use Moose -metaclass"
Jesse Luehrs [Fri, 31 Jul 2009 03:44:06 +0000]
add alias resolution for "use Moose -metaclass"

14 years agoadd a brief SYNOPSIS for each type to the Native docs
Chris Prather [Sun, 9 Aug 2009 21:19:23 +0000]
add a brief SYNOPSIS for each type to the Native docs

14 years agoupdate String documentation
Chris Prather [Sun, 9 Aug 2009 20:52:07 +0000]
update String documentation

14 years agoupdate Number documentation
Chris Prather [Sun, 9 Aug 2009 20:49:01 +0000]
update Number documentation

14 years agoupdate Hash documentation
Chris Prather [Sun, 9 Aug 2009 20:47:16 +0000]
update Hash documentation

14 years agoremove SYNOSPIS so Array looks like the other MethodProviders
Chris Prather [Sun, 9 Aug 2009 20:46:41 +0000]
remove SYNOSPIS so Array looks like the other MethodProviders

14 years agoupdate Counter documentation
Chris Prather [Sun, 9 Aug 2009 20:39:14 +0000]
update Counter documentation

14 years agoupdate Bool documentation
Chris Prather [Sun, 9 Aug 2009 20:34:34 +0000]
update Bool documentation

14 years agoupdate documentation for Array so I can run it past confound and doy before doing...
Chris Prather [Sun, 9 Aug 2009 20:22:55 +0000]
update documentation for Array so I can run it past confound and doy before doing more work

14 years agodocs, changelog for assert_valid
Ricardo SIGNES [Fri, 7 Aug 2009 18:31:07 +0000]
docs, changelog for assert_valid

14 years agoassert_valid to use constraints for assertion
Ricardo SIGNES [Fri, 7 Aug 2009 18:28:42 +0000]
assert_valid to use constraints for assertion

14 years agoIgnore all dotfiles, except for .gitignore.
Florian Ragwitz [Mon, 3 Aug 2009 15:55:28 +0000]
Ignore all dotfiles, except for .gitignore.

14 years agomass renaming, including removing MethodProviders from the Trait namespace
Hans Dieter Pearcey [Mon, 3 Aug 2009 02:50:02 +0000]
mass renaming, including removing MethodProviders from the Trait namespace

14 years agoMerge branch 'master' into attribute_helpers
Hans Dieter Pearcey [Mon, 3 Aug 2009 02:38:05 +0000]
Merge branch 'master' into attribute_helpers

Conflicts:
Changes

14 years agoAdd utils to the spelling whitelist
Dave Rolsky [Mon, 3 Aug 2009 00:33:39 +0000]
Add utils to the spelling whitelist

14 years agolots of wording tweaks for approval workflow
Dave Rolsky [Mon, 3 Aug 2009 00:33:10 +0000]
lots of wording tweaks for approval workflow

14 years agoadding the approval workflow to the contributing docs
Stevan Little [Sun, 2 Aug 2009 22:03:38 +0000]
adding the approval workflow to the contributing docs

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 agoMerge branch 'master' into attribute_helpers
Hans Dieter Pearcey [Wed, 22 Jul 2009 15:36:41 +0000]
Merge branch 'master' into attribute_helpers

Conflicts:
Changes

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 agoadd length to String
Jesse Luehrs [Sun, 19 Jul 2009 08:27:28 +0000]
add length to String