Dave Rolsky [Sat, 2 May 2009 19:11:06 +0000]
Minor formatting tweaks to Changes
Dave Rolsky [Sat, 2 May 2009 19:10:38 +0000]
Add release date
Dave Rolsky [Sat, 2 May 2009 19:05:48 +0000]
Document dep change
Dave Rolsky [Sat, 2 May 2009 19:05:05 +0000]
Just require CMOP 0.83 so CPAN won't break
Dave Rolsky [Sat, 2 May 2009 00:35:52 +0000]
Fix a few small typos
Florian Ragwitz [Fri, 1 May 2009 10:33:09 +0000]
Apparently this is a feature. nevermind :-/
Florian Ragwitz [Fri, 1 May 2009 10:28:18 +0000]
Add TODO test for get_method_list returning the meta method for roles.
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.
Chris Prather [Thu, 30 Apr 2009 04:29:06 +0000]
05:27 <@autarch> just import them in both Moose & CMOP
Chris Prather [Thu, 30 Apr 2009 04:21:30 +0000]
update changes
Chris Prather [Thu, 30 Apr 2009 04:04:58 +0000]
fix accidental exports
Chris Prather [Thu, 30 Apr 2009 04:03:39 +0000]
swap instance of Class::MOP::in_global_destruction to Devel::GlobalDestruction in_global_destruction
Chris Prather [Thu, 30 Apr 2009 04:00:35 +0000]
swap instance of Class::MOP::subname to Sub::Name subname
Dave Rolsky [Thu, 30 Apr 2009 03:29:23 +0000]
For inheriting from a non-Moose class, just point to basics recipe 12.
Dave Rolsky [Thu, 30 Apr 2009 03:29:08 +0000]
Mention MX::NonMoose
Shawn M Moore [Thu, 30 Apr 2009 02:43:12 +0000]
Doc FAQ changes
Shawn M Moore [Thu, 30 Apr 2009 02:42:33 +0000]
Another pass at the FAQ for legibility
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
Shawn M Moore [Thu, 30 Apr 2009 02:31:00 +0000]
Get rid of some "I"s for "we"s
Shawn M Moore [Thu, 30 Apr 2009 02:30:36 +0000]
Efficiency FAQ updates
Shawn M Moore [Thu, 30 Apr 2009 02:27:47 +0000]
Fix my own suspicious grammar
Shawn M Moore [Thu, 30 Apr 2009 02:27:18 +0000]
Is Moose ready?
Shawn M Moore [Thu, 30 Apr 2009 02:26:16 +0000]
More FAQ content about method modifiers
Shawn M Moore [Thu, 30 Apr 2009 02:25:56 +0000]
Update the "is Moose's API stable?" FAQ answer
Shawn M Moore [Thu, 30 Apr 2009 02:25:42 +0000]
Rewrite the "is moose production ready?" answer
Shawn M Moore [Thu, 30 Apr 2009 02:09:48 +0000]
Improve the extending-nonmoose-classes FAQ answer
Chris Prather [Wed, 29 Apr 2009 06:03:15 +0000]
Merge branch 'master' of gitmo@jules.scsys.co.uk:Moose
Jesse Luehrs [Wed, 29 Apr 2009 05:53:30 +0000]
update docs, Changes, and Delta for the DEMOLISH change
Jesse Luehrs [Wed, 29 Apr 2009 05:42:10 +0000]
pass the in_global_destruction state to DEMOLISHALL and DEMOLISH
Shawn M Moore [Wed, 29 Apr 2009 05:24:27 +0000]
POD for TC::Class's get_message override
Shawn M Moore [Wed, 29 Apr 2009 05:19:05 +0000]
Make Test::Output optional again
Chris Prather [Wed, 29 Apr 2009 02:33:35 +0000]
move the use line for Data::OptList to where we use Data::OptList::mkopt
Chris Prather [Wed, 29 Apr 2009 02:18:45 +0000]
Merge commit 'origin/master'
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
Dave Rolsky [Mon, 27 Apr 2009 15:25:46 +0000]
Fix release date
Dave Rolsky [Sat, 25 Apr 2009 21:29:38 +0000]
Add release date
Dave Rolsky [Sat, 25 Apr 2009 21:29:18 +0000]
bump version to 0.76
Dave Rolsky [Sat, 25 Apr 2009 21:28:57 +0000]
Update conflicts list
Dave Rolsky [Sat, 25 Apr 2009 14:37:30 +0000]
Add paragraph break, add irc:// uri, add mailing list name.
Dave Rolsky [Sat, 25 Apr 2009 14:37:00 +0000]
Get rid of "email me" phrase, just point to RT
Shawn M Moore [Sat, 25 Apr 2009 13:36:12 +0000]
Doc the reversion of THE WARNING
Nelo Onyiah [Sat, 25 Apr 2009 08:13:39 +0000]
fixed small typo
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)
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
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
Hans Dieter Pearcey [Fri, 24 Apr 2009 20:59:37 +0000]
xx is dumb, just put 76 in there
Hans Dieter Pearcey [Fri, 24 Apr 2009 20:51:43 +0000]
document TC change
Hans Dieter Pearcey [Fri, 24 Apr 2009 20:48:28 +0000]
add to Changes
Hans Dieter Pearcey [Fri, 24 Apr 2009 20:41:24 +0000]
re-apply my patch
Hans Dieter Pearcey [Fri, 24 Apr 2009 20:37:59 +0000]
simpler test case
Hans Dieter Pearcey [Fri, 24 Apr 2009 20:28:10 +0000]
tests for selective coercion
Hans Dieter Pearcey [Fri, 24 Apr 2009 20:05:33 +0000]
if something is already matching the type constraint, don't coerce it
Dave Rolsky [Thu, 23 Apr 2009 20:27:34 +0000]
bump version to 0.75_01
Dave Rolsky [Thu, 23 Apr 2009 19:49:18 +0000]
Mention specific CMOP version
Dave Rolsky [Thu, 23 Apr 2009 19:23:06 +0000]
No API docs needed for Moose::Meta::Class::Immutable::Trait
Dave Rolsky [Thu, 23 Apr 2009 19:20:28 +0000]
require very latest CMOP
Dave Rolsky [Thu, 23 Apr 2009 19:20:06 +0000]
Add release date
Dave Rolsky [Thu, 23 Apr 2009 19:18:58 +0000]
Doc immutabilization changes
Shawn M Moore [Tue, 21 Apr 2009 07:21:35 +0000]
Rename an obnoxiously long test file that messes up an 80-wide term
Shawn M Moore [Tue, 21 Apr 2009 07:20:33 +0000]
More composition warning tests, oops
Shawn M Moore [Tue, 21 Apr 2009 07:15:26 +0000]
Changes doc for the new warning
Shawn M Moore [Tue, 21 Apr 2009 07:15:13 +0000]
Moose now warns about class implicitly overriding methods from local
roles
Shawn M Moore [Tue, 21 Apr 2009 06:36:33 +0000]
Do not use no_plan!
Shawn M Moore [Tue, 21 Apr 2009 06:24:12 +0000]
Avoid duplication in running the same tests with and without immutable
Shawn M Moore [Tue, 21 Apr 2009 06:14:40 +0000]
Unconditionally depend on Test::Output; dropping Test::Warn
Tomas Doran (t0m) [Mon, 20 Apr 2009 22:16:20 +0000]
Merge commit 'origin/master'
Tomas Doran (t0m) [Mon, 20 Apr 2009 22:15:11 +0000]
Mark tests as TODO
Tomas Doran (t0m) [Mon, 20 Apr 2009 22:08:11 +0000]
Add all my tests wrt use base
Dave Rolsky [Mon, 20 Apr 2009 18:19:54 +0000]
Add some minimal docs
Dave Rolsky [Mon, 20 Apr 2009 18:12:49 +0000]
Add $VERSION & $AUTHORITY
Dave Rolsky [Mon, 20 Apr 2009 18:12:25 +0000]
Don't need to document MMC->superclasses
Dave Rolsky [Mon, 20 Apr 2009 18:10:57 +0000]
Doh, need to include wrapped_method_metaclass in our compat checks
Yuval Kogman [Mon, 20 Apr 2009 15:54:20 +0000]
remove debugging warning
Yuval Kogman [Mon, 20 Apr 2009 15:50:16 +0000]
Merge branch 'no_immutable_transformer'
Dave Rolsky [Mon, 20 Apr 2009 15:33:28 +0000]
bump version to 0.75
Dave Rolsky [Mon, 20 Apr 2009 15:33:16 +0000]
Add date to Changes
Dave Rolsky [Sun, 19 Apr 2009 14:37:27 +0000]
push to origin after tagging
Dave Rolsky [Mon, 20 Apr 2009 15:23:57 +0000]
perltidy
Yuval Kogman [Sun, 19 Apr 2009 13:36:57 +0000]
Update for removal of immutable transformer
Yuval Kogman [Sat, 18 Apr 2009 17:47:19 +0000]
make Item a subtype of Any for sorting
Yuval Kogman [Sat, 18 Apr 2009 14:26:20 +0000]
make Num a subtype of Str
Hans Dieter Pearcey [Fri, 17 Apr 2009 04:21:40 +0000]
smooth out weird language
Justin DeVuyst [Fri, 17 Apr 2009 04:10:47 +0000]
Change method_metaclass to an attr for metarole application.
Shawn M Moore [Wed, 15 Apr 2009 21:06:00 +0000]
Doc -metaclass in Moose, and -metaclass and -traits in Moose::Role
Shawn M Moore [Wed, 15 Apr 2009 21:03:34 +0000]
Add -metaclass to changes and delta
Shawn M Moore [Wed, 15 Apr 2009 21:01:28 +0000]
Make sure -metaclass works for Moose too
Shawn M Moore [Wed, 15 Apr 2009 20:39:52 +0000]
Test to make sure -metaclass works
Shawn M Moore [Wed, 15 Apr 2009 20:34:42 +0000]
Pass metaclass to init_meta
Shawn M Moore [Wed, 15 Apr 2009 20:33:56 +0000]
Pull -metaclass out of the import line
Hans Dieter Pearcey [Wed, 15 Apr 2009 17:36:22 +0000]
add ensure_all_roles()
Jesse Luehrs [Wed, 15 Apr 2009 03:34:27 +0000]
update Changes
Jesse Luehrs [Wed, 15 Apr 2009 03:23:29 +0000]
move validation (can't inherit from roles) from Moose::extends to
Moose::Meta::Class::superclasses
Hans Dieter Pearcey [Mon, 13 Apr 2009 05:43:13 +0000]
note that role application does not try to save your foot if you shoot at it
Dave Rolsky [Mon, 13 Apr 2009 03:01:55 +0000]
Basic recipe 12 was in 0.73_01
Dave Rolsky [Mon, 13 Apr 2009 03:00:11 +0000]
Add basics recipe12 to changes
Dave Rolsky [Mon, 13 Apr 2009 02:58:31 +0000]
Spel constraint properly
Dave Rolsky [Sun, 12 Apr 2009 14:27:48 +0000]
various typo fixes from Matt Kraai
Nelo Onyiah [Thu, 9 Apr 2009 22:14:27 +0000]
Fixed some typos
Dave Rolsky [Thu, 9 Apr 2009 14:16:08 +0000]
Document deprecations/renamings
Jesse Luehrs [Thu, 9 Apr 2009 00:50:37 +0000]
clean up warnings in test files due to constructors not being inlined