16 years agoTest to make sure -metaclass works attic/allow-role-metaclass-override
Shawn M Moore [Wed, 15 Apr 2009 20:39:52 +0000]
Test to make sure -metaclass works

16 years agoPass metaclass to init_meta
Shawn M Moore [Wed, 15 Apr 2009 20:34:42 +0000]
Pass metaclass to init_meta

16 years agoPull -metaclass out of the import line
Shawn M Moore [Wed, 15 Apr 2009 20:33:56 +0000]
Pull -metaclass out of the import line

16 years agoMake sure that redefining role metaclass does not affect other classes
Shawn M Moore [Wed, 15 Apr 2009 20:17:17 +0000]
Make sure that redefining role metaclass does not affect other classes

16 years agomake it so you can override the role metaclass just like the attribute metaclass...
Chris Prather [Wed, 15 Apr 2009 00:27:01 +0000]
make it so you can override the role metaclass just like the attribute metaclass and the method metaclass

16 years agonote that role application does not try to save your foot if you shoot at it
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

16 years agoBasic recipe 12 was in 0.73_01
Dave Rolsky [Mon, 13 Apr 2009 03:01:55 +0000]
Basic recipe 12 was in 0.73_01

16 years agoAdd basics recipe12 to changes
Dave Rolsky [Mon, 13 Apr 2009 03:00:11 +0000]
Add basics recipe12 to changes

16 years agoSpel constraint properly
Dave Rolsky [Mon, 13 Apr 2009 02:58:31 +0000]
Spel constraint properly

16 years agovarious typo fixes from Matt Kraai
Dave Rolsky [Sun, 12 Apr 2009 14:27:48 +0000]
various typo fixes from Matt Kraai

16 years agoFixed some typos
Nelo Onyiah [Thu, 9 Apr 2009 22:14:27 +0000]
Fixed some typos

16 years agoDocument deprecations/renamings
Dave Rolsky [Thu, 9 Apr 2009 14:16:08 +0000]
Document deprecations/renamings

16 years agoclean up warnings in test files due to constructors not being inlined
Jesse Luehrs [Thu, 9 Apr 2009 00:50:37 +0000]
clean up warnings in test files due to constructors not being inlined

16 years agoFix test to actually test what it should be testing
Dave Rolsky [Thu, 9 Apr 2009 00:36:19 +0000]
Fix test to actually test what it should be testing

16 years agoAdd a more of a conclusion to the unsweetened docs
Dave Rolsky [Wed, 8 Apr 2009 02:07:59 +0000]
Add a more of a conclusion to the unsweetened docs

16 years agoFix a code typo
Dave Rolsky [Wed, 8 Apr 2009 02:05:08 +0000]
Fix a code typo

16 years agoUpdate conflicts data 0.74
Dave Rolsky [Tue, 7 Apr 2009 16:03:00 +0000]
Update conflicts data

16 years agobump version to 0.74
Dave Rolsky [Tue, 7 Apr 2009 16:00:10 +0000]
bump version to 0.74

16 years agorequire the latest CMOP
Dave Rolsky [Tue, 7 Apr 2009 15:59:59 +0000]
require the latest CMOP

16 years agoremove ancient deprecated method, update changes for release
Dave Rolsky [Tue, 7 Apr 2009 15:57:17 +0000]
remove ancient deprecated method, update changes for release

16 years agoChangelogging.
Florian Ragwitz [Tue, 7 Apr 2009 15:29:37 +0000]
Changelogging.

16 years agoRemove a commented out and deprecated method.
Florian Ragwitz [Tue, 7 Apr 2009 15:26:57 +0000]
Remove a commented out and deprecated method.

16 years agoInclude stack traces in deprecation warnings.
Florian Ragwitz [Tue, 7 Apr 2009 15:25:27 +0000]
Include stack traces in deprecation warnings.

16 years agoreplace duplicate 'my'
Hans Dieter Pearcey [Tue, 7 Apr 2009 05:07:28 +0000]
replace duplicate 'my'

16 years agobump version 0.73_02
Dave Rolsky [Mon, 6 Apr 2009 19:43:08 +0000]
bump version

16 years agoupdate changes for another dev release
Dave Rolsky [Mon, 6 Apr 2009 19:41:44 +0000]
update changes for another dev release

16 years agodoh, forgot to require the latest CMOP for the Moose dev release
Dave Rolsky [Mon, 6 Apr 2009 19:40:33 +0000]
doh, forgot to require the latest CMOP for the Moose dev release

16 years agoDocument DEMOLISHALL fix in Changes
Dave Rolsky [Mon, 6 Apr 2009 17:44:14 +0000]
Document DEMOLISHALL fix in Changes

16 years agoFix DEMOLISHALL to work even with the metaclass object is missing
Dave Rolsky [Mon, 6 Apr 2009 17:43:19 +0000]
Fix DEMOLISHALL to work even with the metaclass object is missing

16 years agoAdd a test for t0m's DEMOLISH bug
Dave Rolsky [Mon, 6 Apr 2009 17:42:24 +0000]
Add a test for t0m's DEMOLISH bug

16 years agoUsing find_method_by_name, not find_next_method_by_name. This makes
Dave Rolsky [Mon, 6 Apr 2009 17:08:27 +0000]
Using find_method_by_name, not find_next_method_by_name. This makes
sure we inline properly for classes that have their own DEMOLISH

16 years agoAdd a test for a class with no inherited DEMOLISH
Dave Rolsky [Mon, 6 Apr 2009 17:07:25 +0000]
Add a test for a class with no inherited DEMOLISH

16 years agoDoc destructor fix in changes
Dave Rolsky [Mon, 6 Apr 2009 16:43:00 +0000]
Doc destructor fix in changes

16 years agoFix the is_needed method to actually check the right thing.
Dave Rolsky [Mon, 6 Apr 2009 16:41:50 +0000]
Fix the is_needed method to actually check the right thing.

16 years agoAdd a failing test to check that destructor inlining is actually happening
Dave Rolsky [Mon, 6 Apr 2009 16:41:33 +0000]
Add a failing test to check that destructor inlining is actually happening

16 years agoAdd MMM::Destructor changes
Dave Rolsky [Mon, 6 Apr 2009 15:42:33 +0000]
Add MMM::Destructor changes

16 years agoMake initialize_body private to match constructor class.
Dave Rolsky [Mon, 6 Apr 2009 15:41:45 +0000]
Make initialize_body private to match constructor class.

16 years agobump version to 0.73_01 0.73_01
Dave Rolsky [Sun, 5 Apr 2009 21:56:23 +0000]
bump version to 0.73_01

16 years agoChanges for renames and deprecations
Dave Rolsky [Sun, 5 Apr 2009 21:36:44 +0000]
Changes for renames and deprecations

16 years agoadd warning for long-deprecated alias_method method in MM::Role
Dave Rolsky [Fri, 27 Mar 2009 01:21:18 +0000]
add warning for long-deprecated alias_method method in MM::Role

16 years agono need for grant description in the repo any more
Dave Rolsky [Sun, 5 Apr 2009 21:17:24 +0000]
no need for grant description in the repo any more

16 years agouse new_object instead of construct_instance in a few tests
Dave Rolsky [Sun, 5 Apr 2009 21:14:17 +0000]
use new_object instead of construct_instance in a few tests

16 years agoMerge branch 'renames-and-deprecations'
Dave Rolsky [Sun, 5 Apr 2009 21:11:11 +0000]
Merge branch 'renames-and-deprecations'

Conflicts:
lib/Moose/Meta/Attribute.pm
lib/Moose/Meta/Method/Constructor.pm

There are still some warnings and test failures to work out.

16 years agoaccount for latest deprecations in CMOP
Dave Rolsky [Sun, 5 Apr 2009 21:06:37 +0000]
account for latest deprecations in CMOP

16 years agoTidy this test file
Dave Rolsky [Sun, 5 Apr 2009 20:31:08 +0000]
Tidy this test file

16 years agodoh, forgot to actually add the recipe itself
Dave Rolsky [Fri, 3 Apr 2009 05:41:20 +0000]
doh, forgot to actually add the recipe itself

16 years agowrote basics recipe 12 - extending a non-Moose class
Dave Rolsky [Thu, 2 Apr 2009 21:58:29 +0000]
wrote basics recipe 12 - extending a non-Moose class

16 years agoadd a word I made up
Dave Rolsky [Thu, 2 Apr 2009 21:58:06 +0000]
add a word I made up

16 years agospeling fix
Dave Rolsky [Thu, 2 Apr 2009 21:55:12 +0000]
speling fix

16 years agoRemove the ->meta thing from Delta. once it's complete we can doc it
Shawn M Moore [Thu, 2 Apr 2009 18:02:33 +0000]
Remove the ->meta thing from Delta. once it's complete we can doc it

16 years agofix 'no longer do not'
Hans Dieter Pearcey [Thu, 2 Apr 2009 05:30:53 +0000]
fix 'no longer do not'

16 years agoadd TODO test for caller() in role methods
Hans Dieter Pearcey [Thu, 2 Apr 2009 05:27:54 +0000]
add TODO test for caller() in role methods

16 years agoConsistentify line lengths and some wording tweaks
Dave Rolsky [Thu, 2 Apr 2009 03:46:38 +0000]
Consistentify line lengths and some wording tweaks

16 years agos/::PBP/::FollowPBP/g
Dave Rolsky [Thu, 2 Apr 2009 03:45:32 +0000]
s/::PBP/::FollowPBP/g

16 years agoedit contentious syntax
Hans Dieter Pearcey [Tue, 31 Mar 2009 20:47:27 +0000]
edit contentious syntax

16 years ago"of what is capable" is perfectly valid English
Dave Rolsky [Tue, 31 Mar 2009 20:23:28 +0000]
"of what is capable" is perfectly valid English

16 years agotypo fixes for the documentation section (other than the recipes)
Jesse Luehrs [Sun, 29 Mar 2009 07:02:55 +0000]
typo fixes for the documentation section (other than the recipes)

16 years agoMove methods so they are in order of use
Dave Rolsky [Tue, 31 Mar 2009 15:39:24 +0000]
Move methods so they are in order of use

16 years agoFix some bizarro indentation with perltidy
Dave Rolsky [Tue, 31 Mar 2009 15:38:22 +0000]
Fix some bizarro indentation with perltidy

16 years agofind_meta is equivalent to class_of
Shawn M Moore [Tue, 31 Mar 2009 04:07:03 +0000]
find_meta is equivalent to class_of

16 years agoremove trailing whitespace
Hans Dieter Pearcey [Mon, 30 Mar 2009 23:01:35 +0000]
remove trailing whitespace

16 years agoTwo spaces after a period is so old school. Get with 2009, folks!
Dave Rolsky [Mon, 30 Mar 2009 20:43:10 +0000]
Two spaces after a period is so old school. Get with 2009, folks!

16 years agoremove recommendation for Moose::Policy
Hans Dieter Pearcey [Mon, 30 Mar 2009 16:58:39 +0000]
remove recommendation for Moose::Policy

16 years agoMention new meta recipe6 in changes
Dave Rolsky [Mon, 30 Mar 2009 16:27:38 +0000]
Mention new meta recipe6 in changes

16 years agoupdate comment
Hans Dieter Pearcey [Mon, 30 Mar 2009 05:11:44 +0000]
update comment

16 years agofix RT#44429 after discussion on the mailing list
Hans Dieter Pearcey [Mon, 30 Mar 2009 05:08:24 +0000]
fix RT#44429 after discussion on the mailing list

16 years agoAnd add some commas
Dave Rolsky [Sun, 29 Mar 2009 19:09:22 +0000]
And add some commas

16 years agoLess yoda-y grammar
Dave Rolsky [Sun, 29 Mar 2009 19:09:00 +0000]
Less yoda-y grammar

16 years agoclass's
Dave Rolsky [Sun, 29 Mar 2009 15:45:26 +0000]
class's

16 years agoRemove useless boilerplate text
Dave Rolsky [Sun, 29 Mar 2009 15:45:04 +0000]
Remove useless boilerplate text

16 years agomake my Changes entry more consistent
Hans Dieter Pearcey [Sun, 29 Mar 2009 03:06:12 +0000]
make my Changes entry more consistent

16 years agoDon't iterate over the same list twice
Shawn M Moore [Sat, 28 Mar 2009 22:49:51 +0000]
Don't iterate over the same list twice

(especially since the two loops can share state)

16 years agoDon't only conditionally use load_class since..
Shawn M Moore [Sat, 28 Mar 2009 22:45:52 +0000]
Don't only conditionally use load_class since..

we need the metaclass (which load_class gives us)
and load_class already checks is_class_loaded

16 years agoMention Moose::Manual::Delta at the top of Changes
Shawn M Moore [Sat, 28 Mar 2009 22:40:31 +0000]
Mention Moose::Manual::Delta at the top of Changes

16 years agoChanges and Delta for no-meta stuff
Shawn M Moore [Sat, 28 Mar 2009 22:35:58 +0000]
Changes and Delta for no-meta stuff

16 years agoMerge branch 'master' of gitmo@jules.scsys.co.uk:Moose
Hans Dieter Pearcey [Sat, 28 Mar 2009 22:32:12 +0000]
Merge branch 'master' of gitmo@jules.scsys.co.uk:Moose

16 years agoinit_meta documentation
Hans Dieter Pearcey [Sat, 28 Mar 2009 22:31:59 +0000]
init_meta documentation

16 years agooptimized RoleName class_of
Shawn M Moore [Sat, 28 Mar 2009 21:41:59 +0000]
optimized RoleName class_of

16 years agounoptimized RoleName class_of
Shawn M Moore [Sat, 28 Mar 2009 21:41:51 +0000]
unoptimized RoleName class_of

16 years agoclass_of in apply_base_class_roles
Shawn M Moore [Sat, 28 Mar 2009 21:34:03 +0000]
class_of in apply_base_class_roles

16 years agoSmall refactor and class_of in MetaRole::_make_new_metaclass
Shawn M Moore [Sat, 28 Mar 2009 21:33:44 +0000]
Small refactor and class_of in MetaRole::_make_new_metaclass

16 years agoclass_of in MetaRole::_make_new_metaclass
Shawn M Moore [Sat, 28 Mar 2009 21:33:29 +0000]
class_of in MetaRole::_make_new_metaclass

16 years agoclass_of Util::apply_all_roles 2/2
Shawn M Moore [Sat, 28 Mar 2009 21:29:29 +0000]
class_of Util::apply_all_roles 2/2

16 years agoclass_of Util::apply_all_roles 1/2
Shawn M Moore [Sat, 28 Mar 2009 21:27:59 +0000]
class_of Util::apply_all_roles 1/2

16 years agoclass_of TCs
Shawn M Moore [Sat, 28 Mar 2009 21:25:37 +0000]
class_of TCs

16 years agoclass_of MetaRole
Shawn M Moore [Sat, 28 Mar 2009 21:24:11 +0000]
class_of MetaRole

16 years agoclass_of extends
Shawn M Moore [Sat, 28 Mar 2009 21:19:02 +0000]
class_of extends

16 years agoNeed to handle $self->new just as well as $class->new
Shawn M Moore [Sat, 28 Mar 2009 21:14:28 +0000]
Need to handle $self->new just as well as $class->new

16 years agoclass_of for does
Shawn M Moore [Sat, 28 Mar 2009 21:06:40 +0000]
class_of for does

16 years agoclass_of for DEMOLISHALL
Shawn M Moore [Sat, 28 Mar 2009 21:06:27 +0000]
class_of for DEMOLISHALL

16 years agoclass_of for BUILDALL
Shawn M Moore [Sat, 28 Mar 2009 21:06:18 +0000]
class_of for BUILDALL

16 years agoclass_of for BUILDARGS
Shawn M Moore [Sat, 28 Mar 2009 21:06:11 +0000]
class_of for BUILDARGS

16 years agoUse Class::MOP::Class->initialize for Moose::Object::new
Shawn M Moore [Sat, 28 Mar 2009 21:05:32 +0000]
Use Class::MOP::Class->initialize for Moose::Object::new

16 years agoclass_of role TC is_subtype_of
Shawn M Moore [Sat, 28 Mar 2009 20:59:50 +0000]
class_of role TC is_subtype_of

16 years agoclass_of role TC is_subtype_of
Shawn M Moore [Sat, 28 Mar 2009 20:59:19 +0000]
class_of role TC is_subtype_of

16 years agoclass_of role TC parents
Shawn M Moore [Sat, 28 Mar 2009 20:58:59 +0000]
class_of role TC parents

16 years agoclass_of in Class type constraint
Shawn M Moore [Sat, 28 Mar 2009 20:56:09 +0000]
class_of in Class type constraint

16 years agoclass_of in TypeCoercion->new
Shawn M Moore [Sat, 28 Mar 2009 20:54:33 +0000]
class_of in TypeCoercion->new

16 years agoclass_of in role->combine
Shawn M Moore [Sat, 28 Mar 2009 20:54:24 +0000]
class_of in role->combine

16 years agoLook up the metaclass in get_method_map instead of blindly calling meta
Shawn M Moore [Sat, 28 Mar 2009 20:49:43 +0000]
Look up the metaclass in get_method_map instead of blindly calling meta
on foreign packages! Yikes!