Dave Rolsky [Sat, 14 Feb 2009 17:55:33 +0000]
Fix a mistake, triggers are not called for default or builder values,
but are called for things passed to the constructor.
Dave Rolsky [Sat, 14 Feb 2009 17:53:08 +0000]
Clarify how roles do and do not participate in inheritance.
Add a section on abstract base classes vs roles
Dave Rolsky [Sat, 14 Feb 2009 17:47:01 +0000]
Be consistent and say "attribute option(s)", not "parameter(s)"
Dave Rolsky [Sat, 14 Feb 2009 17:42:38 +0000]
Use a trigger in recipe 3, since we want to update the parent for
trees passed to the constructor, not just the accessor.
Dave Rolsky [Sat, 14 Feb 2009 17:41:19 +0000]
Doc trigger change in Changes
Dave Rolsky [Sat, 14 Feb 2009 17:40:31 +0000]
Non-inlined trigger code no longer passes the meta-attr object, and updated the docs to match
Dave Rolsky [Sat, 14 Feb 2009 17:26:29 +0000]
require latest CMOP
Dave Rolsky [Sat, 14 Feb 2009 15:17:08 +0000]
Clarify that default & builder is called as a method with no additional params
Dave Rolsky [Sat, 14 Feb 2009 15:13:49 +0000]
Update Changes for next release
Dave Rolsky [Sat, 14 Feb 2009 15:11:03 +0000]
Remove docs about metaclass incompat problems, which should be fixed
Jesse Luehrs [Sat, 14 Feb 2009 01:22:10 +0000]
always call DEMOLISHALL, so that method modifiers work properly on it
Florian Ragwitz [Sat, 14 Feb 2009 01:10:05 +0000]
Allow Moose::Util::MetaRole to apply roles to wrapped_method_metaclass.
Dave Rolsky [Fri, 13 Feb 2009 20:25:12 +0000]
Remove the Comments of Obviousness +5
Dave Rolsky [Fri, 13 Feb 2009 20:22:12 +0000]
no need for Makefile.PL to be executable
Dave Rolsky [Fri, 13 Feb 2009 20:21:44 +0000]
Use test_requires for test requirements
Dave Rolsky [Fri, 13 Feb 2009 20:08:48 +0000]
Requires Test::Warn 0.11 to avoid some bugs it seems to trigger (based on a report from IRC)
Dave Rolsky [Fri, 13 Feb 2009 20:05:46 +0000]
Add "coverage" for RoleName in pod
Dave Rolsky [Fri, 13 Feb 2009 19:31:33 +0000]
More formatting tweaks to Changes
Dave Rolsky [Fri, 13 Feb 2009 19:31:20 +0000]
Tweaked changes
Dave Rolsky [Fri, 13 Feb 2009 19:29:33 +0000]
Add RoleName
Dave Rolsky [Fri, 13 Feb 2009 19:28:58 +0000]
Add RoleName to docs and clarify RoleName vs Role. Also clarify what
class_type and role_type do.
Dave Rolsky [Fri, 13 Feb 2009 19:18:40 +0000]
Mention that we could use a trigger instead of a before modifier in
our example code.
Stevan Little [Fri, 13 Feb 2009 19:01:11 +0000]
adding more tests to the binary tree recipe, and adding the RoleName type constraint
Dave Rolsky [Fri, 13 Feb 2009 16:01:48 +0000]
Mention that you can override new if your parent is not a Moose::Object
Dave Rolsky [Fri, 13 Feb 2009 14:56:42 +0000]
Add a test that version numbers are consistent across all .pm files - inspired by MX::GlobRef test
Evan Carroll [Fri, 13 Feb 2009 01:49:32 +0000]
This test does some really wiked cool testing stuff. It was confirmed to be a bug because mst was inconsistant with reality.
Dave Rolsky [Thu, 12 Feb 2009 20:14:17 +0000]
bump version and update release date
Dave Rolsky [Thu, 12 Feb 2009 20:12:47 +0000]
Add doy's delegation fix to the change log
Dave Rolsky [Thu, 12 Feb 2009 17:20:57 +0000]
Mention that the cookbook work was part of the grant
Dave Rolsky [Thu, 12 Feb 2009 17:20:16 +0000]
this speling test is really useful. fixed a whole bunch of types in the cookbook
Dave Rolsky [Thu, 12 Feb 2009 17:15:06 +0000]
Add changes $NEXT
Dave Rolsky [Thu, 12 Feb 2009 17:12:41 +0000]
Revised types snack (and perltidied its code)
Dave Rolsky [Thu, 12 Feb 2009 17:10:08 +0000]
Small revision to keywords snack
Dave Rolsky [Thu, 12 Feb 2009 17:06:09 +0000]
Tweak the cookbook intro a little
Dave Rolsky [Thu, 12 Feb 2009 17:03:14 +0000]
Revise extending recipe 4
Dave Rolsky [Thu, 12 Feb 2009 17:01:25 +0000]
Apparentl S<C<< doesn't work with all pod parsers
Dave Rolsky [Thu, 12 Feb 2009 16:59:47 +0000]
Some more pod fixlets
Dave Rolsky [Thu, 12 Feb 2009 16:57:55 +0000]
Revised extending recipe 3
Dave Rolsky [Thu, 12 Feb 2009 16:51:31 +0000]
Avoid breaking inside code
Dave Rolsky [Thu, 12 Feb 2009 16:49:20 +0000]
Revised recipe 2
Dave Rolsky [Thu, 12 Feb 2009 16:37:27 +0000]
Revised extending recipe 1
Dave Rolsky [Thu, 12 Feb 2009 16:06:12 +0000]
Revised meta recipe 5
Dave Rolsky [Thu, 12 Feb 2009 16:01:25 +0000]
Revise meta recipe 4
Dave Rolsky [Thu, 12 Feb 2009 15:58:13 +0000]
Revised recipe 3
Dave Rolsky [Thu, 12 Feb 2009 15:33:17 +0000]
Revised recipe 2
Ricardo SIGNES [Thu, 12 Feb 2009 02:03:26 +0000]
no need to declare that, it is 5.8 core
Dave Rolsky [Wed, 11 Feb 2009 19:33:58 +0000]
Revised meta recipe 1
Dave Rolsky [Wed, 11 Feb 2009 19:32:13 +0000]
Make the "do not coerce class names" example match basics recipe 5
Dave Rolsky [Wed, 11 Feb 2009 19:31:37 +0000]
Don't define a coercion directly to a class like URI. Make a subtype
and coerce that instead.
Dave Rolsky [Wed, 11 Feb 2009 19:19:54 +0000]
Merged the content from Moose::Cookbook::Style into
Moose::Manual::BestPractices, and made the former a pointer to the
latter.
Dave Rolsky [Wed, 11 Feb 2009 19:19:08 +0000]
description should be a =head1
Dave Rolsky [Wed, 11 Feb 2009 16:10:45 +0000]
Revised roles recipe 2
Dave Rolsky [Wed, 11 Feb 2009 16:03:55 +0000]
Revised roles recipe 1
Dave Rolsky [Tue, 10 Feb 2009 19:43:35 +0000]
Revised recipe 10 and updated the test code to match.
Dave Rolsky [Tue, 10 Feb 2009 19:26:27 +0000]
Update code to match changes made in recipe
Dave Rolsky [Tue, 10 Feb 2009 15:47:39 +0000]
Revised basics recipe 9 and moved a lot of its content over to Moose::Manual::Attributes
Dave Rolsky [Tue, 10 Feb 2009 15:37:08 +0000]
Revised basics recipe 7.
Moved info about immutable & overridden new() to Classes manual
Dave Rolsky [Tue, 10 Feb 2009 15:31:27 +0000]
Add another recommendation, always call inner() in the most specific subclass
Dave Rolsky [Tue, 10 Feb 2009 15:29:39 +0000]
Write the description for basics recipe 6.
Added an inner() call at the bottom of the subclass hierarchy for good style.
Dave Rolsky [Tue, 10 Feb 2009 04:24:46 +0000]
remove statements about the next recipe (which tend to become wrong over time)
Dave Rolsky [Tue, 10 Feb 2009 04:20:55 +0000]
adding myself as an author to the recipes I revised previously
Dave Rolsky [Tue, 10 Feb 2009 04:20:01 +0000]
Made an editorial pass through basics recipe 5
Shawn M Moore [Tue, 10 Feb 2009 01:38:43 +0000]
Make some keyword errors use throw_error instead of croak since Moose::Exporter wraps keywords now
Jesse Luehrs [Tue, 10 Feb 2009 00:26:31 +0000]
add a note about not inlining delegation methods
Dave Rolsky [Mon, 9 Feb 2009 22:18:13 +0000]
Clarify that this wtf is about subroutine attributes
Jesse Luehrs [Sun, 8 Feb 2009 21:21:51 +0000]
error message for failed delegation should use the attribute name, not the delegate name
Jesse Luehrs [Sun, 8 Feb 2009 21:13:43 +0000]
can_be_inlined was specified twice in the pod's method list
Dave Rolsky [Sun, 8 Feb 2009 19:08:33 +0000]
An editorial pass through basics recipe 4
Dave Rolsky [Fri, 6 Feb 2009 03:58:24 +0000]
Made an editorial pass over basics recipe 3
Dave Rolsky [Wed, 4 Feb 2009 17:29:29 +0000]
Add one more change
Dave Rolsky [Wed, 4 Feb 2009 17:28:07 +0000]
might as well move all the pod tests to xt
Dave Rolsky [Wed, 4 Feb 2009 17:27:17 +0000]
Add release date
Dave Rolsky [Wed, 4 Feb 2009 17:27:01 +0000]
bump version to 0.68
Dave Rolsky [Wed, 4 Feb 2009 17:25:49 +0000]
Add some changes for 0.68
Dave Rolsky [Wed, 4 Feb 2009 17:24:44 +0000]
rename Overriden to Overridden
Dave Rolsky [Wed, 4 Feb 2009 14:28:17 +0000]
Doh, yet another typo in the manual name
Dave Rolsky [Wed, 4 Feb 2009 14:25:57 +0000]
Attribute accessors do fulfill the requires requirement
Lars Dieckow [Wed, 4 Feb 2009 14:16:14 +0000]
add author test: pod spelling
Lars Dieckow [Wed, 4 Feb 2009 14:09:15 +0000]
more typo fixes
Dave Rolsky [Wed, 4 Feb 2009 03:07:04 +0000]
bump version and update changes for next release
Marcel Grünauer [Wed, 4 Feb 2009 00:28:14 +0000]
uc/lc consistency, typo and style fixes for Moose::Manual documents
Dave Rolsky [Wed, 4 Feb 2009 00:06:53 +0000]
Clarify difference between trigger & after method modifier
Marcel Grünauer [Tue, 3 Feb 2009 23:56:59 +0000]
typo and style fixes for Moose::Manual documents
Dave Rolsky [Tue, 3 Feb 2009 23:46:17 +0000]
fix/add NAME sections
Dave Rolsky [Tue, 3 Feb 2009 23:40:06 +0000]
Fix a typo
Lars Dieckow [Tue, 3 Feb 2009 23:28:16 +0000]
fix some typos
Marcel Grünauer [Tue, 3 Feb 2009 23:02:37 +0000]
typo and style fixes for Moose::Manual documents
Marcel Grünauer [Tue, 3 Feb 2009 22:45:50 +0000]
Moose::Manual: doc typo fixes; also reference ::BestPractices
Marcel Grünauer [Tue, 3 Feb 2009 22:34:42 +0000]
Moose::Manual::Delegation: fixed =NAME typo
Dave Rolsky [Tue, 3 Feb 2009 22:00:36 +0000]
fix some typos reported by acme
Dave Rolsky [Tue, 3 Feb 2009 19:18:07 +0000]
bump version to 0.66
Dave Rolsky [Tue, 3 Feb 2009 19:06:19 +0000]
Add release date
Dave Rolsky [Tue, 3 Feb 2009 18:55:10 +0000]
Speling fix
Dave Rolsky [Tue, 3 Feb 2009 18:54:02 +0000]
Mention Moose::Manual
Dave Rolsky [Tue, 3 Feb 2009 18:50:31 +0000]
Second pass through MooseX manual
Dave Rolsky [Tue, 3 Feb 2009 18:45:06 +0000]
Second pass through MOP manual
Dave Rolsky [Tue, 3 Feb 2009 18:35:33 +0000]
Text tweaks for types documentation
Dave Rolsky [Tue, 3 Feb 2009 18:24:50 +0000]
Text tweaks for Roles document
Added mention of role exclusion
Chris Prather [Tue, 3 Feb 2009 18:17:17 +0000]
clean up the documentation for clearer and predicate to define better what they actually do
Dave Rolsky [Tue, 3 Feb 2009 16:48:22 +0000]
bump copyright year in README