gitmo/Moose.git
2009-09-14 Dave Rolsky Add some docs on shortcuts for declaring multiple attri...
2009-09-14 Dave Rolsky Shut up "calling new on object" warning
2009-09-14 Dave Rolsky Revert "add a warning for immutablizing a class with...
2009-09-14 Dave Rolsky Revert "add an option to disable the mutable ancestor...
2009-09-14 Jesse Luehrs expand on the descriptions for the built-in type constr...
2009-09-14 Jesse Luehrs we removed the Role type constraint
2009-09-14 Shawn M Moore Note Japanese translation
2009-09-13 Jesse Luehrs reverse example tests (from jonathan_)
2009-09-13 Dave Rolsky test files should not be executable
2009-09-13 Dave Rolsky Elaborate on rafl's role summation changes
2009-09-13 Dave Rolsky Changes format tweaking
2009-09-13 Dave Rolsky Move changes to the right place
2009-09-13 Dave Rolsky rename test file
2009-09-13 Stevan Little changelog
2009-09-13 Stevan Little delegated methods now working properly if the accessor...
2009-09-13 Dave Rolsky Remote tabs and add some vertical whitespace
2009-09-13 Dave Rolsky Changes and Delta for $object->new deprecation
2009-09-13 Dave Rolsky Add tests for warning on $object->new and implement...
2009-09-13 Chris Prather add warning for $obj->new
2009-09-12 Gerda Shank get version of MooseX::Types right
2009-09-12 Gerda Shank bump MooseX::Types conflict to 0.20
2009-09-12 Gerda Shank add conflict for MooseX::Types 0.10
2009-09-12 Florian Ragwitz Changelogging.
2009-09-12 Florian Ragwitz Allow applying application_role_summation_class_roles...
2009-09-12 Florian Ragwitz Allow MetaRole to operate on metaclass instances, inste...
2009-09-12 Florian Ragwitz Allow reinitialization of composite role metaclasses.
2009-09-12 Florian Ragwitz Add composition_class_roles to Meta::Class and build...
2009-09-12 Florian Ragwitz Make the RoleSummation role application class an attrib...
2009-09-12 Shawn M Moore Quote the "also" in the error message for clarity
2009-09-12 Shawn M Moore rethrows is computerese
2009-09-11 Dave Rolsky Require Try::Tiny
2009-09-11 Dave Rolsky Reorder deps alphabetically
2009-09-11 Dave Rolsky Lots of fixes to object destruction.
2009-09-11 Dave Rolsky Small refactoring to simplify generating code a bit
2009-09-11 Dave Rolsky make sure status variable localization happens for...
2009-09-11 Dave Rolsky Localize all status vars in DEMOLISH
2009-09-11 Dave Rolsky Some test style cleanup
2009-09-11 Dave Rolsky Add some tests for attr names with non-alphanumeric...
2009-09-11 Dave Rolsky Do not auto-delegate for any Native Traits
2009-09-11 Dave Rolsky Add a section on applying roles to an object (accidenta...
2009-09-11 Dave Rolsky Add a conflict on MX::Singleton 0.19
2009-09-11 Dave Rolsky _expected_constructor_class is no longer used
2009-09-11 Dave Rolsky Pod fixes and move mention of Native Code to Next version
2009-09-11 Dave Rolsky Add MethodProvider::Code to pod-coverage ignore list
2009-09-11 Dave Rolsky bump all versions to 0.89_02
2009-09-11 Jesse Luehrs a bit more docs for code helpers
2009-09-11 Jesse Luehrs add some docs for the code method provider
2009-09-11 Dave Rolsky rename to new name scheme for native traits
2009-09-11 Dave Rolsky Add delta docs for Native Code trait
2009-09-11 Florian Ragwitz WIP: Add a Code attribute helper.
2009-09-11 Jesse Luehrs clean up some of the native trait docs
2009-09-11 Dave Rolsky bump version to 0.89_02 and set release date 0.89_02
2009-09-11 Dave Rolsky require CMOP 0.92_01
2009-09-11 Dave Rolsky We need to exclude the methods we alias in Restartable...
2009-09-11 Dave Rolsky Document role-role alias bug fix
2009-09-11 Dave Rolsky Fix to-role role application with aliases.
2009-09-11 Dave Rolsky Fix test description
2009-09-11 Dave Rolsky Add a test for aliasing a method in a class without...
2009-09-10 Jesse Luehrs this actually happened in 0.89_01
2009-09-10 Dave Rolsky get_mutable_metaclass_name is now private
2009-09-10 Dave Rolsky add some more words to our spelling list
2009-09-10 Jesse Luehrs add an option to disable the mutable ancestor warning
2009-09-09 Gerda Shank minor doc tweaks
2009-09-08 Gerda Shank change doc references to AttributeHelpers
2009-09-08 Gerda Shank documentation for applying roles, specifically to instances
2009-09-09 Stevan Little whoops
2009-09-09 2shortplanks Document and test that deleting multiple keys from...
2009-09-09 Jesse Luehrs then -> than
2009-09-08 Hans Dieter... add myself to CABAL
2009-09-08 Jesse Luehrs add myself to CABAL
2009-09-08 Jesse Luehrs i'm a contributor too!
2009-09-07 Dave Rolsky When warning on mutable parents in make_immutable,...
2009-09-07 Dave Rolsky More code tidying
2009-09-07 Dave Rolsky Remove some useless comments
2009-09-07 Dave Rolsky Spelling fixes
2009-09-07 Dave Rolsky Tweak formatting of pod so everything's an =item for...
2009-09-07 Dave Rolsky Add some vertical whitespace
2009-09-07 Dave Rolsky Tidy new code
2009-09-07 Jesse Luehrs add a warning for immutablizing a class with mutable...
2009-09-07 Dave Rolsky Document warning on nonexistent export sub
2009-09-07 Dave Rolsky Move checking for sub existence and warning to a method...
2009-09-07 Dave Rolsky A little test cleanup post-merge
2009-09-07 Dave Rolsky Merge branch 'master' into topic/strict_export_list
2009-09-07 Dave Rolsky Deleted the Moose::Exporter groups feature, so this...
2009-09-07 Dave Rolsky Merge branch 'master' into topic/strict_export_list
2009-09-07 Dave Rolsky Document more changes and deprecations for 0.89_02
2009-09-07 Dave Rolsky Make sure with_caller handles prototypes correctly...
2009-09-07 Dave Rolsky Removed undocumented groups feature Moose::Exporter...
2009-09-07 Dave Rolsky Use with_meta in Moose, Moose::Role, and docs (rather...
2009-09-07 Dave Rolsky Use with_meta in favor of with_caller, which is deprecated
2009-09-07 Dave Rolsky Test with_meta prototype handling separately from other...
2009-09-07 Dave Rolsky Tidy test code
2009-09-07 Dave Rolsky Tidy code
2009-09-07 Dave Rolsky Merge branch 'master' into topic/strict_export_list
2009-09-07 Dave Rolsky Add changes for Moose::Exporter init_meta generation
2009-09-07 Dave Rolsky Small doc tweaks
2009-09-07 Dave Rolsky Run new code through perltidy
2009-09-07 Dave Rolsky Revise docs for new init_meta generation
2009-09-07 Dave Rolsky Run new code through perltidy
2009-09-07 Dave Rolsky Merge branch 'master' into topic/exporter_init_meta
next