Make it easier on newbies trying to contribute by making it obvious what they are...
[gitmo/Moose.git] / lib /
2009-12-10 Shawn M Moore Point to Meta::Recipe3 a little harder in Meta::Recipe2
2009-12-08 Tomas Doran Change this back to a link as that's totally valid...
2009-12-08 Jesse Luehrs also mention native trait 'elements' in reference to...
2009-12-08 Tomas Doran Fix up the Pod tests
2009-12-07 Hans Dieter Pearcey make it clear that auto_deref still returns references...
2009-12-07 Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 expand Class/Role clash error message
2009-12-02 Shawn M Moore Add Native's illustrious porters
2009-11-22 Stefan O'Rear Collapse magic lvalues in Str
2009-11-21 Shawn M Moore Fix a grammar error spotted by [rt.cpan.org #51791...
2009-11-21 Shawn M Moore Capitalize GitHub to satisfy pod_spell.t
2009-11-19 lestrrat add link to rendered version
2009-11-19 Florian Ragwitz Checking in changes prior to tagging of version 0.93... 0.93
2009-11-18 Gerda Shank update BestPractices to emphasize namespace::autoclean...
2009-11-11 Jesse Luehrs stop overriding the prototype on List::Util::first
2009-11-05 Jesse Luehrs oops, associated_methods returns an arrayref of method...
2009-10-24 Jesse Luehrs don't remove accessors we never installed
2009-10-20 Shawn M Moore Fix pod spelling nit
2009-10-16 chansen Str constraint shouldn't accept GV's
2009-10-14 Yuval Kogman allow exporting to main
2009-10-14 Dave Rolsky mention $self->new in Changes and Delta
2009-10-14 Jesse Luehrs remove the warning for $self->new
2009-10-13 Shawn M Moore Clarify who the invocant is in a delegate method call
2009-10-12 Jesse Luehrs support arrayrefs as well as lists for enum and duck_type
2009-10-12 Jesse Luehrs preserve aliasing for delegated methods
2009-10-11 Dave Rolsky deprecate get_attribute_map for roles, and remove it...
2009-10-11 Jesse Luehrs Num is a subtype of Str
2009-10-08 Shawn M Moore Moose::Meta::Role no longer uses subname
2009-10-08 Shawn M Moore No reason to abbreviate to env var really, makes pod_sp...
2009-10-05 Dave Rolsky Add details on what goes into making a release
2009-10-04 gfx Fix a typo in a error message (s/You much supply/You...
2009-10-04 Jesse Luehrs fix passing args to a code execute helper (gphat++)
2009-09-25 Jesse Luehrs replace several uses of eval with try
2009-09-22 Dave Rolsky Doc and formatting tweaks for match_on_type
2009-09-22 Dave Rolsky Tidy and make weaken_value private
2009-09-22 Dave Rolsky bump version to 0.92
2009-09-22 Dave Rolsky require CMOP 0.94
2009-09-22 Stevan Little adding another example and some docs
2009-09-22 Stevan Little adding an error case for no matching (and tests)
2009-09-22 Stevan Little adding the match_on_type function to Moose::Util::TypeC...
2009-09-22 Jesse Luehrs fix moose-nonmoose-moose metaclass compat stuff
2009-09-22 Yuval Kogman Test semantics for raw_value
2009-09-17 Dave Rolsky bump version to 0.91 0.91
2009-09-17 Yuval Kogman Don't import functions into Moose::Object
2009-09-17 Yuval Kogman Force parsing of blessed() as a function
2009-09-16 Florian Ragwitz Add myself to CABAL
2009-09-15 Chris Prather add myself to the Cabal
2009-09-15 Jesse Luehrs remove dead code from when the exporter groups feature...
2009-09-14 Dave Rolsky Fix missing whitespace
2009-09-14 Dave Rolsky We also need to explicitly ignore meta when applying...
2009-09-14 Dave Rolsky Actually load blessed
2009-09-14 Dave Rolsky Fix next version in Delta
2009-09-14 Dave Rolsky bump version to 0.90
2009-09-14 Dave Rolsky require CMOP 0.93
2009-09-14 Dave Rolsky Method related methods are inherited from CMOP::Package
2009-09-14 Dave Rolsky more work on ignoring meta in role method list
2009-09-14 Dave Rolsky work in progress on getting rt 48985 changes working...
2009-09-14 Dave Rolsky document removal of mutable ancestor warning
2009-09-14 Dave Rolsky Add some docs on shortcuts for declaring multiple attri...
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 Stevan Little delegated methods now working properly if the accessor...
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 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-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 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 _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 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 Fix to-role role application with aliases.
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 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
next