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
Dave Rolsky [Tue, 3 Feb 2009 16:47:57 +0000]
bump copyright date to 2009
Dave Rolsky [Tue, 3 Feb 2009 16:46:22 +0000]
Tweaks for Classes document
Dave Rolsky [Tue, 3 Feb 2009 16:45:27 +0000]
Various tweaks to MethodModifiers document
Dave Rolsky [Tue, 3 Feb 2009 16:39:00 +0000]
Small tweaks in the Construction manual
Dave Rolsky [Tue, 3 Feb 2009 16:29:05 +0000]
Tetx tweaks for delegation manual
Dave Rolsky [Tue, 3 Feb 2009 15:52:05 +0000]
More text tweaking
Dave Rolsky [Tue, 3 Feb 2009 15:50:38 +0000]
Don't recommend MetaDescription (says perigrin)
Dave Rolsky [Tue, 3 Feb 2009 15:49:00 +0000]
Mention MetaDescription
Dave Rolsky [Tue, 3 Feb 2009 15:33:48 +0000]
Mention the two accessor naming MX modules
Dave Rolsky [Tue, 3 Feb 2009 04:40:17 +0000]
More text tweaking
Dave Rolsky [Tue, 3 Feb 2009 04:26:19 +0000]
Text tweaks
Dave Rolsky [Tue, 3 Feb 2009 04:25:10 +0000]
Tweaking the text (shortening bits)
Dave Rolsky [Mon, 2 Feb 2009 22:52:21 +0000]
Do some hackish validation of type names in MUTC, though unfortunately
I can't find a clean way to put this into the metaclasses.
Also make sure to allow "." in type names.
Piotr Roszatycki [Sun, 1 Feb 2009 11:42:46 +0000]
* Moose does not work with Perl 5.8.0.
Dave Rolsky [Sat, 31 Jan 2009 21:16:15 +0000]
pod fixlet
Dave Rolsky [Sat, 31 Jan 2009 21:15:53 +0000]
Make MUTC load Moose before trying to use it to throw an error.
Dave Rolsky [Sat, 31 Jan 2009 17:44:33 +0000]
Don't include the grant description
Dave Rolsky [Sat, 31 Jan 2009 17:44:11 +0000]
merge moose-manual branch to trunk
Dave Rolsky [Sat, 31 Jan 2009 17:42:48 +0000]
link to GETTING HELP, not SEE ALSO
Dave Rolsky [Sat, 31 Jan 2009 17:42:30 +0000]
Moved some key items out of SEE ALSO into a separate GETTING HELP section.
Dave Rolsky [Sat, 31 Jan 2009 17:32:13 +0000]
the last manual page! MOP docs
Dave Rolsky [Sat, 31 Jan 2009 03:42:59 +0000]
First draf of MooseX manual page (just one more to go)
Dave Rolsky [Thu, 29 Jan 2009 21:33:17 +0000]
add a =pod up top
Dave Rolsky [Thu, 29 Jan 2009 21:32:43 +0000]
First draft of delegation manual docs
Dave Rolsky [Thu, 29 Jan 2009 21:03:28 +0000]
Actually wrote up all the best practices I've thought of so far (let the flame war begin!)
Dave Rolsky [Thu, 29 Jan 2009 18:20:40 +0000]
Add more best practice headers for later
Dave Rolsky [Thu, 29 Jan 2009 18:20:10 +0000]
Add a mention of load order issues
Dave Rolsky [Thu, 29 Jan 2009 18:06:47 +0000]
Mention delegation page
Dave Rolsky [Thu, 29 Jan 2009 18:05:38 +0000]
s/.pm/.pod/g
Dave Rolsky [Thu, 29 Jan 2009 18:05:14 +0000]
Types manual page
Dave Rolsky [Thu, 29 Jan 2009 16:34:35 +0000]
Don't encourage :: as a "namespace" separator for type names that
aren't class names.
Dave Rolsky [Wed, 28 Jan 2009 19:07:05 +0000]
merge from trunk to moose-manual branch
Dave Rolsky [Wed, 28 Jan 2009 19:06:14 +0000]
I am seriously sick of having to check in a regenerated MANIFEST for every commit.
Dave Rolsky [Wed, 28 Jan 2009 19:04:04 +0000]
Doh, forgot to actually add the doc change from the last checkin
Dave Rolsky [Wed, 28 Jan 2009 19:03:18 +0000]
Add changes for MUC change.
Make sure MUC docs mention when it auto-vivifies a name as a class type.
Dave Rolsky [Wed, 28 Jan 2009 19:02:07 +0000]
Add some tests to ensure that MUC auto-vivifies an unknown name in a
parameterized type as a class type.
Dave Rolsky [Wed, 28 Jan 2009 18:47:23 +0000]
A subtype should not ignore the parent type name. It should do
_something_ (and we've decided it will auto-vivify as a class type
constraint).
Dave Rolsky [Wed, 28 Jan 2009 18:42:22 +0000]
every other file uses underscores
Dave Rolsky [Mon, 26 Jan 2009 18:25:56 +0000]
Fix indentation of Role in type hierarchy
Dave Rolsky [Mon, 26 Jan 2009 16:01:38 +0000]
Load Moose::Exporter.
No need to capture the return value from Moose::Exporter->setup_import_methods
Dave Rolsky [Sun, 25 Jan 2009 16:18:06 +0000]
Add boilerplate at bottom
Dave Rolsky [Fri, 23 Jan 2009 17:48:00 +0000]
add a delegation_metaclass method to MM::Attribute, rather than hard-coding a class name
Dave Rolsky [Thu, 22 Jan 2009 23:04:38 +0000]
bump version to 0.65
Dave Rolsky [Thu, 22 Jan 2009 22:58:37 +0000]
fix this test so it actually tests the right thing (though it really needs to look at the error message to do it properly
Dave Rolsky [Thu, 22 Jan 2009 22:44:04 +0000]
perltidy this code
Dave Rolsky [Thu, 22 Jan 2009 22:39:48 +0000]
update the manifest
Dave Rolsky [Thu, 22 Jan 2009 22:39:10 +0000]
update changes for release
Dave Rolsky [Thu, 22 Jan 2009 22:37:42 +0000]
require the latest CMOP
Dave Rolsky [Thu, 22 Jan 2009 22:35:16 +0000]
yes, an explicit metaclass overrides a MetaRole declared attribute role, and that is expected behavior (metaclass is explicitly non-cooperative, traits cooperates)
Dave Rolsky [Thu, 22 Jan 2009 04:00:19 +0000]
Reformat changes
Paul Jamieson Fenwick [Thu, 22 Jan 2009 02:30:14 +0000]
Moose::Util::TypeConstraints has been added to the SEE ALSO
section of Moose.pm
Ricardo SIGNES [Wed, 21 Jan 2009 23:21:44 +0000]
fix docs
Dave Rolsky [Wed, 21 Jan 2009 23:18:24 +0000]
In maybe_type, make a proper maybe type by parameterizing the Maybe Parameterizable type
Ricardo SIGNES [Wed, 21 Jan 2009 23:12:40 +0000]
fix mistaken commit
Ricardo SIGNES [Wed, 21 Jan 2009 23:11:57 +0000]
register the type
Ricardo SIGNES [Wed, 21 Jan 2009 23:11:17 +0000]
register the type
Ricardo SIGNES [Wed, 21 Jan 2009 23:04:09 +0000]
regsiter maybe_type
Ricardo SIGNES [Wed, 21 Jan 2009 22:23:09 +0000]
maybe_type
Dave Rolsky [Mon, 19 Jan 2009 17:38:28 +0000]
Fix change description
Dave Rolsky [Mon, 19 Jan 2009 17:37:25 +0000]
Add change for bug fix.
Add space