gitmo/Moose.git
2009-04-20 Dave Rolsky Add some minimal docs
2009-04-20 Dave Rolsky Add $VERSION & $AUTHORITY
2009-04-20 Dave Rolsky Don't need to document MMC->superclasses
2009-04-20 Dave Rolsky Doh, need to include wrapped_method_metaclass in our...
2009-04-20 Yuval Kogman remove debugging warning
2009-04-20 Yuval Kogman Merge branch 'no_immutable_transformer'
2009-04-20 Dave Rolsky bump version to 0.75 0.75
2009-04-20 Dave Rolsky Add date to Changes
2009-04-20 Dave Rolsky push to origin after tagging
2009-04-20 Dave Rolsky perltidy
2009-04-19 Yuval Kogman Update for removal of immutable transformer
2009-04-18 Yuval Kogman make Item a subtype of Any for sorting
2009-04-18 Yuval Kogman make Num a subtype of Str
2009-04-17 Hans Dieter... smooth out weird language
2009-04-17 Justin DeVuyst Change method_metaclass to an attr for metarole applica...
2009-04-15 Shawn M Moore Doc -metaclass in Moose, and -metaclass and -traits...
2009-04-15 Shawn M Moore Add -metaclass to changes and delta
2009-04-15 Shawn M Moore Make sure -metaclass works for Moose too
2009-04-15 Shawn M Moore Test to make sure -metaclass works
2009-04-15 Shawn M Moore Pass metaclass to init_meta
2009-04-15 Shawn M Moore Pull -metaclass out of the import line
2009-04-15 Hans Dieter... add ensure_all_roles()
2009-04-15 Jesse Luehrs update Changes
2009-04-15 Jesse Luehrs move validation (can't inherit from roles) from Moose...
2009-04-13 Hans Dieter... note that role application does not try to save your...
2009-04-13 Dave Rolsky Basic recipe 12 was in 0.73_01
2009-04-13 Dave Rolsky Add basics recipe12 to changes
2009-04-13 Dave Rolsky Spel constraint properly
2009-04-12 Dave Rolsky various typo fixes from Matt Kraai
2009-04-09 Nelo Onyiah Fixed some typos
2009-04-09 Dave Rolsky Document deprecations/renamings
2009-04-09 Jesse Luehrs clean up warnings in test files due to constructors...
2009-04-09 Dave Rolsky Fix test to actually test what it should be testing
2009-04-08 Dave Rolsky Add a more of a conclusion to the unsweetened docs
2009-04-08 Dave Rolsky Fix a code typo
2009-04-07 Dave Rolsky Update conflicts data 0.74
2009-04-07 Dave Rolsky bump version to 0.74
2009-04-07 Dave Rolsky require the latest CMOP
2009-04-07 Dave Rolsky remove ancient deprecated method, update changes for...
2009-04-07 Florian Ragwitz Changelogging.
2009-04-07 Florian Ragwitz Remove a commented out and deprecated method.
2009-04-07 Florian Ragwitz Include stack traces in deprecation warnings.
2009-04-07 Hans Dieter... replace duplicate 'my'
2009-04-06 Dave Rolsky bump version 0.73_02
2009-04-06 Dave Rolsky update changes for another dev release
2009-04-06 Dave Rolsky doh, forgot to require the latest CMOP for the Moose...
2009-04-06 Dave Rolsky Document DEMOLISHALL fix in Changes
2009-04-06 Dave Rolsky Fix DEMOLISHALL to work even with the metaclass object...
2009-04-06 Dave Rolsky Add a test for t0m's DEMOLISH bug
2009-04-06 Dave Rolsky Using find_method_by_name, not find_next_method_by_name...
2009-04-06 Dave Rolsky Add a test for a class with no inherited DEMOLISH
2009-04-06 Dave Rolsky Doc destructor fix in changes
2009-04-06 Dave Rolsky Fix the is_needed method to actually check the right...
2009-04-06 Dave Rolsky Add a failing test to check that destructor inlining...
2009-04-06 Dave Rolsky Add MMM::Destructor changes
2009-04-06 Dave Rolsky Make initialize_body private to match constructor class.
2009-04-05 Dave Rolsky bump version to 0.73_01 0.73_01
2009-04-05 Dave Rolsky Changes for renames and deprecations
2009-04-05 Dave Rolsky add warning for long-deprecated alias_method method...
2009-04-05 Dave Rolsky no need for grant description in the repo any more
2009-04-05 Dave Rolsky use new_object instead of construct_instance in a few...
2009-04-05 Dave Rolsky Merge branch 'renames-and-deprecations'
2009-04-05 Dave Rolsky account for latest deprecations in CMOP
2009-04-05 Dave Rolsky Tidy this test file
2009-04-03 Dave Rolsky doh, forgot to actually add the recipe itself
2009-04-02 Dave Rolsky wrote basics recipe 12 - extending a non-Moose class
2009-04-02 Dave Rolsky add a word I made up
2009-04-02 Dave Rolsky speling fix
2009-04-02 Shawn M Moore Remove the ->meta thing from Delta. once it's complete...
2009-04-02 Hans Dieter... fix 'no longer do not'
2009-04-02 Hans Dieter... add TODO test for caller() in role methods
2009-04-02 Dave Rolsky Consistentify line lengths and some wording tweaks
2009-04-02 Dave Rolsky s/::PBP/::FollowPBP/g
2009-03-31 Hans Dieter... edit contentious syntax
2009-03-31 Dave Rolsky "of what is capable" is perfectly valid English
2009-03-31 Jesse Luehrs typo fixes for the documentation section (other than...
2009-03-31 Dave Rolsky Move methods so they are in order of use
2009-03-31 Dave Rolsky Fix some bizarro indentation with perltidy
2009-03-31 Shawn M Moore find_meta is equivalent to class_of
2009-03-30 Hans Dieter... remove trailing whitespace
2009-03-30 Dave Rolsky Two spaces after a period is so old school. Get with...
2009-03-30 Hans Dieter... remove recommendation for Moose::Policy
2009-03-30 Dave Rolsky Mention new meta recipe6 in changes
2009-03-30 Hans Dieter... update comment
2009-03-30 Hans Dieter... fix RT#44429 after discussion on the mailing list
2009-03-29 Dave Rolsky And add some commas
2009-03-29 Dave Rolsky Less yoda-y grammar
2009-03-29 Dave Rolsky class's
2009-03-29 Dave Rolsky Remove useless boilerplate text
2009-03-29 Hans Dieter... make my Changes entry more consistent
2009-03-28 Shawn M Moore Don't iterate over the same list twice
2009-03-28 Shawn M Moore Don't only conditionally use load_class since..
2009-03-28 Shawn M Moore Mention Moose::Manual::Delta at the top of Changes
2009-03-28 Shawn M Moore Changes and Delta for no-meta stuff
2009-03-28 Hans Dieter... Merge branch 'master' of gitmo@jules.scsys.co.uk:Moose
2009-03-28 Hans Dieter... init_meta documentation
2009-03-28 Shawn M Moore optimized RoleName class_of
2009-03-28 Shawn M Moore unoptimized RoleName class_of
2009-03-28 Shawn M Moore class_of in apply_base_class_roles
2009-03-28 Shawn M Moore Small refactor and class_of in MetaRole::_make_new_meta...
next