Fix pod spelling.
[gitmo/Moose.git] / lib / Moose / Meta /
2010-02-04 Ansgar Burchardt Add a couple of missing package descriptions.
2010-02-04 Florian Ragwitz Version 0.95. 0.95
2010-01-31 Florian Ragwitz Add execute_method to Native::Trait::Code.
2010-01-20 Chia-liang Kao Fix Moose::Meta::Method pod that mentioned Class::MOP...
2010-01-18 Jesse Luehrs use consistent formatting
2010-01-18 Jesse Luehrs indicate that the example method providers aren't a...
2010-01-18 Dave Rolsky set version to 0.94
2010-01-18 Dave Rolsky Bug fixes for handling attr names like "@foo"
2010-01-18 Dave Rolsky Squashed commit of the following:
2010-01-06 Patrick Donelan Minor POD improvements
2010-01-05 Dave Rolsky bump version to 0.93_03 0.93_03
2010-01-05 Dave Rolsky bump version to 0.93_02 0.93_02
2010-01-04 Dave Rolsky bump version to 0.93_01
2010-01-04 Dave Rolsky add BUGS section to docs without one
2010-01-04 Dave Rolsky Change BUGS so it always tells people to look at Moose...
2010-01-04 Dave Rolsky bump copyright year to 2010
2010-01-04 Dave Rolsky Merged topic/metarole-distinguishes-role-meta (which...
2009-12-28 Florian Ragwitz Turn composition_class_roles into a plain method.
2009-12-17 Dave Rolsky remove a lying comment
2009-12-02 Shawn M Moore Add Native's illustrious porters
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-14 Jesse Luehrs remove the warning for $self->new
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-08 Shawn M Moore Moose::Meta::Role no longer uses subname
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 Tidy and make weaken_value private
2009-09-22 Dave Rolsky bump version to 0.92
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 Force parsing of blessed() as a function
2009-09-14 Dave Rolsky We also need to explicitly ignore meta when applying...
2009-09-14 Dave Rolsky bump version to 0.90
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 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-13 Stevan Little delegated methods now working properly if the accessor...
2009-09-13 Dave Rolsky Add tests for warning on $object->new and implement...
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-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 Do not auto-delegate for any Native Traits
2009-09-11 Dave Rolsky _expected_constructor_class is no longer used
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 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 Fix to-role role application with aliases.
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-09 Stevan Little whoops
2009-09-09 2shortplanks Document and test that deleting multiple keys from...
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 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-06 Gerda Shank minor native trait doc tweaks
2009-09-07 2shortplanks Change documention for get and get to reflect actual...
2009-09-06 Gerda Shank fix links to native traits in methodproviders
2009-09-06 Hans Dieter Pearcey rename Hash->empty => is_empty
2009-09-05 Jesse Luehrs fix curries syntax in synopsis (thanks greenbes)
2009-09-04 Dave Rolsky Reword description of is_empty
2009-09-04 gfx Fix another keys ordering bug.
2009-09-03 Jesse Luehrs use the current metaclass's throw_error rather than...
2009-09-02 Dave Rolsky Merge branch 'master' into topic/list_util_helpers
2009-09-02 Dave Rolsky bump version to 0.89_01
2009-08-23 Shawn M Moore Doc consistency: use B<> not I<>
2009-08-23 Shawn M Moore Document length and substr, which are in the MethodProvider
2009-08-23 Shawn M Moore More cleanup in native documentation
2009-08-23 Shawn M Moore A bunch of Native doc cleanups
2009-08-20 Jesse Luehrs add a few helpful List::(More)?Utils? funcs to the...
2009-08-20 Jesse Luehrs redo the currying syntax to get rid of one of the arrayrefs
2009-08-20 Jesse Luehrs remove head, tail, and last as Array helpers
2009-08-19 Jesse Luehrs empty -> is_empty
2009-08-18 Jesse Luehrs comment the 'once' warning issue with sort
2009-08-18 Jesse Luehrs Merge branch 'master' into attribute_helpers
2009-08-18 Jesse Luehrs use $_ rather than $_[0] for helpers that use callbacks
2009-08-18 Jesse Luehrs rename/add a few methods on the native Array trait
2009-08-16 Dave Rolsky Doc editing for Native Hash
2009-08-16 Dave Rolsky more doc editing for Native Traits
2009-08-16 Dave Rolsky More editing of the Array docs
2009-08-16 Dave Rolsky Doc editing for Array
2009-08-16 Jesse Luehrs rename alias and excludes to -alias and -excludes
next