15 years agobump version and update release date 0.69
Dave Rolsky [Thu, 12 Feb 2009 20:14:17 +0000]
bump version and update release date

15 years agoAdd doy's delegation fix to the change log
Dave Rolsky [Thu, 12 Feb 2009 20:12:47 +0000]
Add doy's delegation fix to the change log

15 years agoMention that the cookbook work was part of the grant
Dave Rolsky [Thu, 12 Feb 2009 17:20:57 +0000]
Mention that the cookbook work was part of the grant

15 years agothis speling test is really useful. fixed a whole bunch of types in the cookbook
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

15 years agoAdd changes $NEXT
Dave Rolsky [Thu, 12 Feb 2009 17:15:06 +0000]
Add changes $NEXT

15 years agoRevised types snack (and perltidied its code)
Dave Rolsky [Thu, 12 Feb 2009 17:12:41 +0000]
Revised types snack (and perltidied its code)

15 years agoSmall revision to keywords snack
Dave Rolsky [Thu, 12 Feb 2009 17:10:08 +0000]
Small revision to keywords snack

15 years agoTweak the cookbook intro a little
Dave Rolsky [Thu, 12 Feb 2009 17:06:09 +0000]
Tweak the cookbook intro a little

15 years agoRevise extending recipe 4
Dave Rolsky [Thu, 12 Feb 2009 17:03:14 +0000]
Revise extending recipe 4

15 years agoApparentl S<C<< doesn't work with all pod parsers
Dave Rolsky [Thu, 12 Feb 2009 17:01:25 +0000]
Apparentl S<C<< doesn't work with all pod parsers

15 years agoSome more pod fixlets
Dave Rolsky [Thu, 12 Feb 2009 16:59:47 +0000]
Some more pod fixlets

15 years agoRevised extending recipe 3
Dave Rolsky [Thu, 12 Feb 2009 16:57:55 +0000]
Revised extending recipe 3

15 years agoAvoid breaking inside code
Dave Rolsky [Thu, 12 Feb 2009 16:51:31 +0000]
Avoid breaking inside code

15 years agoRevised recipe 2
Dave Rolsky [Thu, 12 Feb 2009 16:49:20 +0000]
Revised recipe 2

15 years agoRevised extending recipe 1
Dave Rolsky [Thu, 12 Feb 2009 16:37:27 +0000]
Revised extending recipe 1

15 years agoRevised meta recipe 5
Dave Rolsky [Thu, 12 Feb 2009 16:06:12 +0000]
Revised meta recipe 5

15 years agoRevise meta recipe 4
Dave Rolsky [Thu, 12 Feb 2009 16:01:25 +0000]
Revise meta recipe 4

15 years agoRevised recipe 3
Dave Rolsky [Thu, 12 Feb 2009 15:58:13 +0000]
Revised recipe 3

15 years agoRevised recipe 2
Dave Rolsky [Thu, 12 Feb 2009 15:33:17 +0000]
Revised recipe 2

15 years agono need to declare that, it is 5.8 core
Ricardo SIGNES [Thu, 12 Feb 2009 02:03:26 +0000]
no need to declare that, it is 5.8 core

15 years agoRevised meta recipe 1
Dave Rolsky [Wed, 11 Feb 2009 19:33:58 +0000]
Revised meta recipe 1

15 years agoMake the "do not coerce class names" example match basics recipe 5
Dave Rolsky [Wed, 11 Feb 2009 19:32:13 +0000]
Make the "do not coerce class names" example match basics recipe 5

15 years agoDon't define a coercion directly to a class like URI. Make a subtype
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.

15 years agoMerged the content from Moose::Cookbook::Style into
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.

15 years agodescription should be a =head1
Dave Rolsky [Wed, 11 Feb 2009 19:19:08 +0000]
description should be a =head1

15 years agoRevised roles recipe 2
Dave Rolsky [Wed, 11 Feb 2009 16:10:45 +0000]
Revised roles recipe 2

15 years agoRevised roles recipe 1
Dave Rolsky [Wed, 11 Feb 2009 16:03:55 +0000]
Revised roles recipe 1

15 years agoRevised recipe 10 and updated the test code to match.
Dave Rolsky [Tue, 10 Feb 2009 19:43:35 +0000]
Revised recipe 10 and updated the test code to match.

15 years agoUpdate code to match changes made in recipe
Dave Rolsky [Tue, 10 Feb 2009 19:26:27 +0000]
Update code to match changes made in recipe

15 years agoRevised basics recipe 9 and moved a lot of its content over to Moose::Manual::Attributes
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

15 years agoRevised basics recipe 7.
Dave Rolsky [Tue, 10 Feb 2009 15:37:08 +0000]
Revised basics recipe 7.

Moved info about immutable & overridden new() to Classes manual

15 years agoAdd another recommendation, always call inner() in the most specific subclass
Dave Rolsky [Tue, 10 Feb 2009 15:31:27 +0000]
Add another recommendation, always call inner() in the most specific subclass

15 years agoWrite the description for basics recipe 6.
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.

15 years agoremove statements about the next recipe (which tend to become wrong over time)
Dave Rolsky [Tue, 10 Feb 2009 04:24:46 +0000]
remove statements about the next recipe (which tend to become wrong over time)

15 years agoadding myself as an author to the recipes I revised previously
Dave Rolsky [Tue, 10 Feb 2009 04:20:55 +0000]
adding myself as an author to the recipes I revised previously

15 years agoMade an editorial pass through basics recipe 5
Dave Rolsky [Tue, 10 Feb 2009 04:20:01 +0000]
Made an editorial pass through basics recipe 5

15 years agoMake some keyword errors use throw_error instead of croak since Moose::Exporter wraps...
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

15 years agoadd a note about not inlining delegation methods
Jesse Luehrs [Tue, 10 Feb 2009 00:26:31 +0000]
add a note about not inlining delegation methods

15 years agoClarify that this wtf is about subroutine attributes
Dave Rolsky [Mon, 9 Feb 2009 22:18:13 +0000]
Clarify that this wtf is about subroutine attributes

15 years agoerror message for failed delegation should use the attribute name, not the delegate...
Jesse Luehrs [Sun, 8 Feb 2009 21:21:51 +0000]
error message for failed delegation should use the attribute name, not the delegate name

15 years agocan_be_inlined was specified twice in the pod's method list
Jesse Luehrs [Sun, 8 Feb 2009 21:13:43 +0000]
can_be_inlined was specified twice in the pod's method list

15 years agoAn editorial pass through basics recipe 4
Dave Rolsky [Sun, 8 Feb 2009 19:08:33 +0000]
An editorial pass through basics recipe 4

15 years agoMade an editorial pass over basics recipe 3
Dave Rolsky [Fri, 6 Feb 2009 03:58:24 +0000]
Made an editorial pass over basics recipe 3

15 years agoAdd one more change 0.68
Dave Rolsky [Wed, 4 Feb 2009 17:29:29 +0000]
Add one more change

15 years agomight as well move all the pod tests to xt
Dave Rolsky [Wed, 4 Feb 2009 17:28:07 +0000]
might as well move all the pod tests to xt

15 years agoAdd release date
Dave Rolsky [Wed, 4 Feb 2009 17:27:17 +0000]
Add release date

15 years agobump version to 0.68
Dave Rolsky [Wed, 4 Feb 2009 17:27:01 +0000]
bump version to 0.68

15 years agoAdd some changes for 0.68
Dave Rolsky [Wed, 4 Feb 2009 17:25:49 +0000]
Add some changes for 0.68

15 years agorename Overriden to Overridden
Dave Rolsky [Wed, 4 Feb 2009 17:24:44 +0000]
rename Overriden to Overridden

15 years agoDoh, yet another typo in the manual name
Dave Rolsky [Wed, 4 Feb 2009 14:28:17 +0000]
Doh, yet another typo in the manual name

15 years agoAttribute accessors do fulfill the requires requirement
Dave Rolsky [Wed, 4 Feb 2009 14:25:57 +0000]
Attribute accessors do fulfill the requires requirement

15 years agoadd author test: pod spelling
Lars Dieckow [Wed, 4 Feb 2009 14:16:14 +0000]
add author test: pod spelling

15 years agomore typo fixes
Lars Dieckow [Wed, 4 Feb 2009 14:09:15 +0000]
more typo fixes

15 years agobump version and update changes for next release 0.67
Dave Rolsky [Wed, 4 Feb 2009 03:07:04 +0000]
bump version and update changes for next release

15 years agouc/lc consistency, typo and style fixes for Moose::Manual documents
Marcel Grünauer [Wed, 4 Feb 2009 00:28:14 +0000]
uc/lc consistency, typo and style fixes for Moose::Manual documents

15 years agoClarify difference between trigger & after method modifier
Dave Rolsky [Wed, 4 Feb 2009 00:06:53 +0000]
Clarify difference between trigger & after method modifier

15 years agotypo and style fixes for Moose::Manual documents
Marcel Grünauer [Tue, 3 Feb 2009 23:56:59 +0000]
typo and style fixes for Moose::Manual documents

15 years agofix/add NAME sections
Dave Rolsky [Tue, 3 Feb 2009 23:46:17 +0000]
fix/add NAME sections

15 years agoFix a typo
Dave Rolsky [Tue, 3 Feb 2009 23:40:06 +0000]
Fix a typo

15 years agofix some typos
Lars Dieckow [Tue, 3 Feb 2009 23:28:16 +0000]
fix some typos

15 years agotypo and style fixes for Moose::Manual documents
Marcel Grünauer [Tue, 3 Feb 2009 23:02:37 +0000]
typo and style fixes for Moose::Manual documents

15 years agoMoose::Manual: doc typo fixes; also reference ::BestPractices
Marcel Grünauer [Tue, 3 Feb 2009 22:45:50 +0000]
Moose::Manual: doc typo fixes; also reference ::BestPractices

15 years agoMoose::Manual::Delegation: fixed =NAME typo
Marcel Grünauer [Tue, 3 Feb 2009 22:34:42 +0000]
Moose::Manual::Delegation: fixed =NAME typo

15 years agofix some typos reported by acme
Dave Rolsky [Tue, 3 Feb 2009 22:00:36 +0000]
fix some typos reported by acme

15 years agobump version to 0.66 0.66
Dave Rolsky [Tue, 3 Feb 2009 19:18:07 +0000]
bump version to 0.66

15 years agoAdd release date
Dave Rolsky [Tue, 3 Feb 2009 19:06:19 +0000]
Add release date

15 years agoSpeling fix
Dave Rolsky [Tue, 3 Feb 2009 18:55:10 +0000]
Speling fix

15 years agoMention Moose::Manual
Dave Rolsky [Tue, 3 Feb 2009 18:54:02 +0000]
Mention Moose::Manual

15 years agoSecond pass through MooseX manual
Dave Rolsky [Tue, 3 Feb 2009 18:50:31 +0000]
Second pass through MooseX manual

15 years agoSecond pass through MOP manual
Dave Rolsky [Tue, 3 Feb 2009 18:45:06 +0000]
Second pass through MOP manual

15 years agoText tweaks for types documentation
Dave Rolsky [Tue, 3 Feb 2009 18:35:33 +0000]
Text tweaks for types documentation

15 years agoText tweaks for Roles document
Dave Rolsky [Tue, 3 Feb 2009 18:24:50 +0000]
Text tweaks for Roles document

Added mention of role exclusion

15 years agoclean up the documentation for clearer and predicate to define better what they actua...
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

15 years agobump copyright year in README
Dave Rolsky [Tue, 3 Feb 2009 16:48:22 +0000]
bump copyright year in README

15 years agobump copyright date to 2009
Dave Rolsky [Tue, 3 Feb 2009 16:47:57 +0000]
bump copyright date to 2009

15 years agoTweaks for Classes document
Dave Rolsky [Tue, 3 Feb 2009 16:46:22 +0000]
Tweaks for Classes document

15 years agoVarious tweaks to MethodModifiers document
Dave Rolsky [Tue, 3 Feb 2009 16:45:27 +0000]
Various tweaks to MethodModifiers document

15 years agoSmall tweaks in the Construction manual
Dave Rolsky [Tue, 3 Feb 2009 16:39:00 +0000]
Small tweaks in the Construction manual

15 years agoTetx tweaks for delegation manual
Dave Rolsky [Tue, 3 Feb 2009 16:29:05 +0000]
Tetx tweaks for delegation manual

15 years agoMore text tweaking
Dave Rolsky [Tue, 3 Feb 2009 15:52:05 +0000]
More text tweaking

15 years agoDon't recommend MetaDescription (says perigrin)
Dave Rolsky [Tue, 3 Feb 2009 15:50:38 +0000]
Don't recommend MetaDescription (says perigrin)

15 years agoMention MetaDescription
Dave Rolsky [Tue, 3 Feb 2009 15:49:00 +0000]
Mention MetaDescription

15 years agoMention the two accessor naming MX modules
Dave Rolsky [Tue, 3 Feb 2009 15:33:48 +0000]
Mention the two accessor naming MX modules

15 years agoMore text tweaking
Dave Rolsky [Tue, 3 Feb 2009 04:40:17 +0000]
More text tweaking

15 years agoText tweaks
Dave Rolsky [Tue, 3 Feb 2009 04:26:19 +0000]
Text tweaks

15 years agoTweaking the text (shortening bits)
Dave Rolsky [Tue, 3 Feb 2009 04:25:10 +0000]
Tweaking the text (shortening bits)

15 years agoDo some hackish validation of type names in MUTC, though unfortunately
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.

15 years ago* Moose does not work with Perl 5.8.0.
Piotr Roszatycki [Sun, 1 Feb 2009 11:42:46 +0000]
* Moose does not work with Perl 5.8.0.

15 years agopod fixlet
Dave Rolsky [Sat, 31 Jan 2009 21:16:15 +0000]
pod fixlet

15 years agoMake MUTC load Moose before trying to use it to throw an error.
Dave Rolsky [Sat, 31 Jan 2009 21:15:53 +0000]
Make MUTC load Moose before trying to use it to throw an error.

15 years agoDon't include the grant description
Dave Rolsky [Sat, 31 Jan 2009 17:44:33 +0000]
Don't include the grant description

15 years agomerge moose-manual branch to trunk
Dave Rolsky [Sat, 31 Jan 2009 17:44:11 +0000]
merge moose-manual branch to trunk

15 years agolink to GETTING HELP, not SEE ALSO
Dave Rolsky [Sat, 31 Jan 2009 17:42:48 +0000]
link to GETTING HELP, not SEE ALSO

15 years agoMoved some key items out of SEE ALSO into a separate GETTING HELP section.
Dave Rolsky [Sat, 31 Jan 2009 17:42:30 +0000]
Moved some key items out of SEE ALSO into a separate GETTING HELP section.

15 years agothe last manual page! MOP docs
Dave Rolsky [Sat, 31 Jan 2009 17:32:13 +0000]
the last manual page! MOP docs

15 years agoFirst draf of MooseX manual page (just one more to go)
Dave Rolsky [Sat, 31 Jan 2009 03:42:59 +0000]
First draf of MooseX manual page (just one more to go)

15 years agoadd a =pod up top
Dave Rolsky [Thu, 29 Jan 2009 21:33:17 +0000]
add a =pod up top

15 years agoFirst draft of delegation manual docs
Dave Rolsky [Thu, 29 Jan 2009 21:32:43 +0000]
First draft of delegation manual docs

15 years agoActually wrote up all the best practices I've thought of so far (let the flame war...
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!)

15 years agoAdd more best practice headers for later
Dave Rolsky [Thu, 29 Jan 2009 18:20:40 +0000]
Add more best practice headers for later