Some test style cleanup
[gitmo/Moose.git] / lib /
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
2009-09-09 2shortplanks Document and test that deleting multiple keys from...
2009-09-09 Jesse Luehrs then -> than
2009-09-08 Hans Dieter Pearcey 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 Move checking for sub existence and warning to a method...
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 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 Merge branch 'master' into topic/strict_export_list
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
2009-09-06 Jesse Luehrs warn (and skip) when trying to export a nonexistent sub
2009-09-06 Jesse Luehrs allow init_meta generation with Moose::Exporter
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 Florian Ragwitz Show working example code in the MooseX::Types example.
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 Florian Ragwitz Pod formatting fix for Util::TCs.
2009-09-05 Jesse Luehrs fix curries syntax in synopsis (thanks greenbes)
2009-09-04 arcanez fix typo (per qp_pq)
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-03 Dave Rolsky More pod fixes
2009-09-03 Dave Rolsky pod fix
2009-09-02 rodrigolive Documenting that 'has' comes before 'with' when satisfy...
2009-09-02 rodrigolive Documenting that 'has' comes before 'with' when satisfy...
2009-09-02 Dave Rolsky Tweaks to Delta docs for new Native delegation methods
2009-09-02 Dave Rolsky Merge branch 'master' into topic/list_util_helpers
2009-09-02 Dave Rolsky Separate changes in 0.89 from those in 0.89_01 0.89_01
2009-09-02 Dave Rolsky bump version to 0.89_01
2009-09-02 Hans Dieter Pearcey fix pod nits
2009-09-02 Hans Dieter Pearcey Merge branch 'attribute_helpers'
2009-08-31 Jonathan Rockway doc patch via qp_pq: "can be very" instead of "can...
2009-08-24 Chris Prather merge in changes from dec
2009-08-24 Chris Prather add proof reading changes from dec
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-23 Shawn M Moore Further delegation manual cleanup
2009-08-23 Shawn M Moore Cleanup; include validation of push parameters
2009-08-23 Chris Prather speeling cleanup
2009-08-23 Chris Prather add documentation on the new AH delegation (Currying...
2009-08-20 Cory Watson Fix builder's recipe link.
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 remove obsolete references to make_immutable in Moose...
2009-08-18 Jesse Luehrs comment the 'once' warning issue with sort
2009-08-18 Jesse Luehrs update ::Delta for the recent changes
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 Curtis Jewell Making the docs reflect that 'use metaclass' has to...
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
2009-08-15 Hans Dieter Pearcey reverse the meaning of 'empty'
2009-08-15 Hans Dieter Pearcey bump version numbers
next