15 years agoAdd some more words to our dictionary
Dave Rolsky [Sun, 3 May 2009 18:32:28 +0000]
Add some more words to our dictionary

15 years agoFix speling
Dave Rolsky [Sun, 3 May 2009 18:31:54 +0000]
Fix speling

15 years agoDoc all Changes
Dave Rolsky [Sun, 3 May 2009 18:31:18 +0000]
Doc all Changes

15 years agoRemove link to nonexistent recipe
Dave Rolsky [Sun, 3 May 2009 18:29:45 +0000]
Remove link to nonexistent recipe

15 years agoMoved recipes to get rid of Basic 8 as a TODO, and just let them be numbered sequenti...
Dave Rolsky [Sun, 3 May 2009 18:27:07 +0000]
Moved recipes to get rid of Basic 8 as a TODO, and just let them be numbered sequentially.

15 years agoMerge WTF into FAQ - in many cases WTF was out of date and wrong, and
Dave Rolsky [Sun, 3 May 2009 18:25:27 +0000]
Merge WTF into FAQ - in many cases WTF was out of date and wrong, and
in many other cases the same things were duplicated between documents.

Moved the FAQ to the Manual

15 years agoAdd back Unsweetened.pod as a pointer to Moose::Manual::Unsweetened
Dave Rolsky [Sun, 3 May 2009 18:14:35 +0000]
Add back Unsweetened.pod as a pointer to Moose::Manual::Unsweetened

15 years agomove Unsweetened into the Manual
Dave Rolsky [Sun, 3 May 2009 18:13:51 +0000]
move Unsweetened into the Manual

15 years agoRemove $next->($self, ...) in favor of $self->$next(...)
Dave Rolsky [Sun, 3 May 2009 18:11:06 +0000]
Remove $next->($self, ...) in favor of $self->$next(...)

15 years agoFix aroun example to handle both read & write cases correctly.
Dave Rolsky [Sun, 3 May 2009 18:08:01 +0000]
Fix aroun example to handle both read & write cases correctly.

15 years agoMinor code tweaks in the FAQ
Dave Rolsky [Sun, 3 May 2009 18:06:01 +0000]
Minor code tweaks in the FAQ

15 years agoadd some tests relating to destruction
Jesse Luehrs [Sun, 3 May 2009 06:26:29 +0000]
add some tests relating to destruction

15 years agoupdate changes
Jesse Luehrs [Sun, 3 May 2009 02:39:44 +0000]
update changes

15 years agodon't rely on method meta objects still existing in DEMOLISHALL
Jesse Luehrs [Sun, 3 May 2009 02:35:52 +0000]
don't rely on method meta objects still existing in DEMOLISHALL

15 years agobetter error message for when global destruction messes with DEMOLISH
Jesse Luehrs [Sun, 3 May 2009 01:25:55 +0000]
better error message for when global destruction messes with DEMOLISH

15 years agoupdate other docs about Moose::Exporter to not use strict/warnings
Jesse Luehrs [Sun, 3 May 2009 00:44:53 +0000]
update other docs about Moose::Exporter to not use strict/warnings

15 years agoremove strict and warnings from modules that use Moose::Exporter
Jesse Luehrs [Sun, 3 May 2009 00:44:24 +0000]
remove strict and warnings from modules that use Moose::Exporter

15 years agoText tweaks for description
Dave Rolsky [Sun, 3 May 2009 00:43:50 +0000]
Text tweaks for description

15 years agoupdate changes and delta
Jesse Luehrs [Sun, 3 May 2009 00:24:56 +0000]
update changes and delta

15 years agofix typos in Moose::Exporter docs
Jesse Luehrs [Sun, 3 May 2009 00:22:28 +0000]
fix typos in Moose::Exporter docs

15 years agoupdate docs for Moose::Exporter
Jesse Luehrs [Sun, 3 May 2009 00:22:11 +0000]
update docs for Moose::Exporter

15 years agomake Moose::Exporter import strict and warnings
Jesse Luehrs [Sun, 3 May 2009 00:21:18 +0000]
make Moose::Exporter import strict and warnings

15 years agotest that "use Moose::Exporter" imports strict and warnings
Jesse Luehrs [Sun, 3 May 2009 00:12:47 +0000]
test that "use Moose::Exporter" imports strict and warnings

15 years agoFix some odd indentation in some code examples
Dave Rolsky [Sat, 2 May 2009 21:16:06 +0000]
Fix some odd indentation in some code examples

15 years agos/a/an/
Dave Rolsky [Sat, 2 May 2009 21:13:22 +0000]
s/a/an/

15 years agoSome small wording tweaks for Construction manual
Dave Rolsky [Sat, 2 May 2009 21:11:44 +0000]
Some small wording tweaks for Construction manual

15 years agoAdd a simple code example for "no Moose".
Dave Rolsky [Sat, 2 May 2009 21:09:53 +0000]
Add a simple code example for "no Moose".

15 years agobump version to 0.77 0.77
Dave Rolsky [Sat, 2 May 2009 19:11:28 +0000]
bump version to 0.77

15 years agoMinor formatting tweaks to Changes
Dave Rolsky [Sat, 2 May 2009 19:11:06 +0000]
Minor formatting tweaks to Changes

15 years agoAdd release date
Dave Rolsky [Sat, 2 May 2009 19:10:38 +0000]
Add release date

15 years agoDocument dep change
Dave Rolsky [Sat, 2 May 2009 19:05:48 +0000]
Document dep change

15 years agoJust require CMOP 0.83 so CPAN won't break
Dave Rolsky [Sat, 2 May 2009 19:05:05 +0000]
Just require CMOP 0.83 so CPAN won't break

15 years agoFix a few small typos
Dave Rolsky [Sat, 2 May 2009 00:35:52 +0000]
Fix a few small typos

15 years agoApparently this is a feature. nevermind :-/
Florian Ragwitz [Fri, 1 May 2009 10:33:09 +0000]
Apparently this is a feature. nevermind :-/

15 years agoAdd TODO test for get_method_list returning the meta method for roles.
Florian Ragwitz [Fri, 1 May 2009 10:28:18 +0000]
Add TODO test for get_method_list returning the meta method for roles.

15 years agoUpdate the TODO, removed things that are done, and added a bunch of
Dave Rolsky [Thu, 30 Apr 2009 18:21:29 +0000]
Update the TODO, removed things that are done, and added a bunch of
internals changes to work on.

15 years ago05:27 <@autarch> just import them in both Moose & CMOP
Chris Prather [Thu, 30 Apr 2009 04:29:06 +0000]
05:27 <@autarch> just import them in both Moose & CMOP

15 years agoupdate changes
Chris Prather [Thu, 30 Apr 2009 04:21:30 +0000]
update changes

15 years agofix accidental exports
Chris Prather [Thu, 30 Apr 2009 04:04:58 +0000]
fix accidental exports

15 years agoswap instance of Class::MOP::in_global_destruction to Devel::GlobalDestruction in_glo...
Chris Prather [Thu, 30 Apr 2009 04:03:39 +0000]
swap instance of Class::MOP::in_global_destruction to Devel::GlobalDestruction in_global_destruction

15 years agoswap instance of Class::MOP::subname to Sub::Name subname
Chris Prather [Thu, 30 Apr 2009 04:00:35 +0000]
swap instance of Class::MOP::subname to Sub::Name subname

15 years agoFor inheriting from a non-Moose class, just point to basics recipe 12.
Dave Rolsky [Thu, 30 Apr 2009 03:29:23 +0000]
For inheriting from a non-Moose class, just point to basics recipe 12.

15 years agoMention MX::NonMoose
Dave Rolsky [Thu, 30 Apr 2009 03:29:08 +0000]
Mention MX::NonMoose

15 years agoDoc FAQ changes
Shawn M Moore [Thu, 30 Apr 2009 02:43:12 +0000]
Doc FAQ changes

15 years agoAnother pass at the FAQ for legibility
Shawn M Moore [Thu, 30 Apr 2009 02:42:33 +0000]
Another pass at the FAQ for legibility

15 years agohahaha turning off type constraints has been coming "in the next
Shawn M Moore [Thu, 30 Apr 2009 02:31:18 +0000]
hahaha turning off type constraints has been coming "in the next
release" for probably two years now

15 years agoGet rid of some "I"s for "we"s
Shawn M Moore [Thu, 30 Apr 2009 02:31:00 +0000]
Get rid of some "I"s for "we"s

15 years agoEfficiency FAQ updates
Shawn M Moore [Thu, 30 Apr 2009 02:30:36 +0000]
Efficiency FAQ updates

15 years agoFix my own suspicious grammar
Shawn M Moore [Thu, 30 Apr 2009 02:27:47 +0000]
Fix my own suspicious grammar

15 years agoIs Moose ready?
Shawn M Moore [Thu, 30 Apr 2009 02:27:18 +0000]
Is Moose ready?

15 years agoMore FAQ content about method modifiers
Shawn M Moore [Thu, 30 Apr 2009 02:26:16 +0000]
More FAQ content about method modifiers

15 years agoUpdate the "is Moose's API stable?" FAQ answer
Shawn M Moore [Thu, 30 Apr 2009 02:25:56 +0000]
Update the "is Moose's API stable?" FAQ answer

15 years agoRewrite the "is moose production ready?" answer
Shawn M Moore [Thu, 30 Apr 2009 02:25:42 +0000]
Rewrite the "is moose production ready?" answer

15 years agoImprove the extending-nonmoose-classes FAQ answer
Shawn M Moore [Thu, 30 Apr 2009 02:09:48 +0000]
Improve the extending-nonmoose-classes FAQ answer

15 years agoMerge branch 'master' of gitmo@jules.scsys.co.uk:Moose
Chris Prather [Wed, 29 Apr 2009 06:03:15 +0000]
Merge branch 'master' of gitmo@jules.scsys.co.uk:Moose

15 years agoupdate docs, Changes, and Delta for the DEMOLISH change
Jesse Luehrs [Wed, 29 Apr 2009 05:53:30 +0000]
update docs, Changes, and Delta for the DEMOLISH change

15 years agopass the in_global_destruction state to DEMOLISHALL and DEMOLISH
Jesse Luehrs [Wed, 29 Apr 2009 05:42:10 +0000]
pass the in_global_destruction state to DEMOLISHALL and DEMOLISH

15 years agoPOD for TC::Class's get_message override
Shawn M Moore [Wed, 29 Apr 2009 05:24:27 +0000]
POD for TC::Class's get_message override

15 years agoMake Test::Output optional again
Shawn M Moore [Wed, 29 Apr 2009 05:19:05 +0000]
Make Test::Output optional again

15 years agomove the use line for Data::OptList to where we use Data::OptList::mkopt
Chris Prather [Wed, 29 Apr 2009 02:33:35 +0000]
move the use line for Data::OptList to where we use Data::OptList::mkopt

15 years agoMerge commit 'origin/master'
Chris Prather [Wed, 29 Apr 2009 02:18:45 +0000]
Merge commit 'origin/master'

15 years agoremove code stole from List::MoreUtils since we use it everywhere it's a dep now
Chris Prather [Wed, 29 Apr 2009 02:13:50 +0000]
remove code stole from List::MoreUtils since we use it everywhere it's a dep now

15 years agoFix release date 0.76
Dave Rolsky [Mon, 27 Apr 2009 15:25:46 +0000]
Fix release date

15 years agoAdd release date
Dave Rolsky [Sat, 25 Apr 2009 21:29:38 +0000]
Add release date

15 years agobump version to 0.76
Dave Rolsky [Sat, 25 Apr 2009 21:29:18 +0000]
bump version to 0.76

15 years agoUpdate conflicts list
Dave Rolsky [Sat, 25 Apr 2009 21:28:57 +0000]
Update conflicts list

15 years agoAdd paragraph break, add irc:// uri, add mailing list name.
Dave Rolsky [Sat, 25 Apr 2009 14:37:30 +0000]
Add paragraph break, add irc:// uri, add mailing list name.

15 years agoGet rid of "email me" phrase, just point to RT
Dave Rolsky [Sat, 25 Apr 2009 14:37:00 +0000]
Get rid of "email me" phrase, just point to RT

15 years agoDoc the reversion of THE WARNING
Shawn M Moore [Sat, 25 Apr 2009 13:36:12 +0000]
Doc the reversion of THE WARNING

15 years agofixed small typo
Nelo Onyiah [Sat, 25 Apr 2009 08:13:39 +0000]
fixed small typo

15 years agoremove trailing whitespace
Hans Dieter Pearcey [Sat, 25 Apr 2009 04:58:19 +0000]
remove trailing whitespace
(use git blame -w, do not complain to me about obscuring history)

15 years agoRevert "Moose now warns about class implicitly overriding methods from local"
Shawn M Moore [Sat, 25 Apr 2009 00:15:44 +0000]
Revert "Moose now warns about class implicitly overriding methods from local"

This reverts commit d443cad0cbcc03efe89556a96ff231822b59125d.

Conflicts:

t/030_roles/019_build.t

15 years agoFor class_types, explicitly state that the value is not an instance of
Shawn M Moore [Fri, 24 Apr 2009 23:18:29 +0000]
For class_types, explicitly state that the value is not an instance of
the class

15 years agoxx is dumb, just put 76 in there
Hans Dieter Pearcey [Fri, 24 Apr 2009 20:59:37 +0000]
xx is dumb, just put 76 in there

15 years agodocument TC change
Hans Dieter Pearcey [Fri, 24 Apr 2009 20:51:43 +0000]
document TC change

15 years agoadd to Changes
Hans Dieter Pearcey [Fri, 24 Apr 2009 20:48:28 +0000]
add to Changes

15 years agore-apply my patch
Hans Dieter Pearcey [Fri, 24 Apr 2009 20:41:24 +0000]
re-apply my patch

15 years agosimpler test case
Hans Dieter Pearcey [Fri, 24 Apr 2009 20:37:59 +0000]
simpler test case

15 years agotests for selective coercion
Hans Dieter Pearcey [Fri, 24 Apr 2009 20:28:10 +0000]
tests for selective coercion

15 years agoif something is already matching the type constraint, don't coerce it
Hans Dieter Pearcey [Fri, 24 Apr 2009 20:05:33 +0000]
if something is already matching the type constraint, don't coerce it

15 years agobump version to 0.75_01 0.75_01
Dave Rolsky [Thu, 23 Apr 2009 20:27:34 +0000]
bump version to 0.75_01

15 years agoMention specific CMOP version
Dave Rolsky [Thu, 23 Apr 2009 19:49:18 +0000]
Mention specific CMOP version

15 years agoNo API docs needed for Moose::Meta::Class::Immutable::Trait
Dave Rolsky [Thu, 23 Apr 2009 19:23:06 +0000]
No API docs needed for Moose::Meta::Class::Immutable::Trait

15 years agorequire very latest CMOP
Dave Rolsky [Thu, 23 Apr 2009 19:20:28 +0000]
require very latest CMOP

15 years agoAdd release date
Dave Rolsky [Thu, 23 Apr 2009 19:20:06 +0000]
Add release date

15 years agoDoc immutabilization changes
Dave Rolsky [Thu, 23 Apr 2009 19:18:58 +0000]
Doc immutabilization changes

15 years agoRename an obnoxiously long test file that messes up an 80-wide term
Shawn M Moore [Tue, 21 Apr 2009 07:21:35 +0000]
Rename an obnoxiously long test file that messes up an 80-wide term

15 years agoMore composition warning tests, oops
Shawn M Moore [Tue, 21 Apr 2009 07:20:33 +0000]
More composition warning tests, oops

15 years agoChanges doc for the new warning
Shawn M Moore [Tue, 21 Apr 2009 07:15:26 +0000]
Changes doc for the new warning

15 years agoMoose now warns about class implicitly overriding methods from local
Shawn M Moore [Tue, 21 Apr 2009 07:15:13 +0000]
Moose now warns about class implicitly overriding methods from local
roles

15 years agoDo not use no_plan!
Shawn M Moore [Tue, 21 Apr 2009 06:36:33 +0000]
Do not use no_plan!

15 years agoAvoid duplication in running the same tests with and without immutable
Shawn M Moore [Tue, 21 Apr 2009 06:24:12 +0000]
Avoid duplication in running the same tests with and without immutable

15 years agoUnconditionally depend on Test::Output; dropping Test::Warn
Shawn M Moore [Tue, 21 Apr 2009 06:14:40 +0000]
Unconditionally depend on Test::Output; dropping Test::Warn

15 years agoMerge commit 'origin/master'
Tomas Doran (t0m) [Mon, 20 Apr 2009 22:16:20 +0000]
Merge commit 'origin/master'

15 years agoMark tests as TODO
Tomas Doran (t0m) [Mon, 20 Apr 2009 22:15:11 +0000]
Mark tests as TODO

15 years agoAdd all my tests wrt use base
Tomas Doran (t0m) [Mon, 20 Apr 2009 22:08:11 +0000]
Add all my tests wrt use base

15 years agoAdd some minimal docs
Dave Rolsky [Mon, 20 Apr 2009 18:19:54 +0000]
Add some minimal docs

15 years agoAdd $VERSION & $AUTHORITY
Dave Rolsky [Mon, 20 Apr 2009 18:12:49 +0000]
Add $VERSION & $AUTHORITY

15 years agoDon't need to document MMC->superclasses
Dave Rolsky [Mon, 20 Apr 2009 18:12:25 +0000]
Don't need to document MMC->superclasses

15 years agoDoh, need to include wrapped_method_metaclass in our compat checks
Dave Rolsky [Mon, 20 Apr 2009 18:10:57 +0000]
Doh, need to include wrapped_method_metaclass in our compat checks