Issue a deprecation warning for alias or excludes (sans leading dash)
[gitmo/Moose.git] / lib / Moose / Manual /
2010-07-30 Karen Etheridge explicitly specify origin/master as the start point...
2010-07-29 Justin Hunter word choice
2010-07-25 Dave Rolsky Delta entry editing
2010-07-25 Dave Rolsky Tweak wording in Delta
2010-07-24 Dave Rolsky Doc deprecation warnings in Changes for Delta.pod
2010-07-24 Jesse Luehrs fix a test and clarify some docs
2010-07-24 Shawn M Moore Minor corrections to satisfy pod_spell.t
2010-07-24 Tuomas Jormola Implement inversed logic when defining which attribute...
2010-07-12 Dave Rolsky If you pass coerce => 1 for an attr, its type must...
2010-07-08 Dave Rolsky L<> does not need the module name twice any more
2010-07-08 Dave Rolsky Don't mention number of releases, since that's already...
2010-07-08 Dave Rolsky No need for "find or create" logic on class types.
2010-07-08 Dave Rolsky Editing of MX::Types related bits
2010-07-08 Dave Rolsky Remove some trailing whitesapce, and rework a paragraph.
2010-07-08 Dave Rolsky Remove doubled word
2010-07-04 Dave Rolsky Fix pod error
2010-07-04 Dave Rolsky Revert the change that unimported strict ...
2010-06-15 Jesse Luehrs mention a couple extra release steps
2010-06-08 Jesse Luehrs oops, this should have been mentioned in the docs
2010-05-20 Florian Ragwitz Version 1.05 1.05
2010-05-20 Jesse Luehrs Changes and ::Delta
2010-05-16 Jesse Luehrs no strict and no warnings when 'no Moose' is called
2010-05-12 Jesse Luehrs stick the call to BUILDALL in ->meta->new_object, rathe...
2010-04-30 Florian Ragwitz Stop making $class_tc->is_subtype_of behave like -...
2010-03-30 Dave Rolsky Tweak BUILD docs and fix bizarro code style in example.
2010-03-25 Florian Ragwitz Stop Moose::Meta::Attribute::Native::Trait::Code from...
2010-03-23 Florian Ragwitz Actually remove trailing whitespace.
2010-03-23 Jesse Luehrs add docs for the various ways to specify methods to...
2010-03-23 Jay Hannah add_attribute() POD correction from flatwhatson <whatso...
2010-03-22 Robin V removed trailing spaces and tabs
2010-03-22 Robin V Added documentation for available parameters in BUILD sub
2010-03-13 Dave Rolsky Fix a small but confusing typo (missing a key word)
2010-02-23 Dave Rolsky Clarify deprecation policy, add note about dev versions...
2010-02-23 Chris Prather add in grammar changes spotted by confound, and update...
2010-02-23 Chris Prather fix whitespace issues rafl complained about
2010-02-23 Chris Prather add Support Policy pod
2010-02-09 Dave Rolsky Update deprecation policy to match current reality
2010-02-09 Dave Rolsky Update info on smolder script to talk about xt/author...
2010-02-08 Florian Ragwitz Make clear that ScalarRef can now be parameterized.
2010-01-27 Dylan William Hardison Behavior for method modifiers with non-regexp refs
2010-01-22 Hans Dieter Pearcey remove conflict marker
2010-01-06 Patrick Donelan Minor POD improvements
2010-01-04 Dave Rolsky bump copyright year to 2010
2010-01-04 Dave Rolsky Merged topic/metarole-distinguishes-role-meta (which...
2010-01-04 Dave Rolsky Document no "+foo" for role attrs, and related composit...
2010-01-04 Dave Rolsky Docs for Moose::Exporter unimport changes in Delta
2009-12-18 Shawn M Moore Make the release steps less prone to interpretation :)
2009-12-14 Dave Rolsky More clarification on deprecation changes for get_...
2009-12-14 Dave Rolsky Don't start a sentence with lower case
2009-12-14 Shawn M Moore Instead of mentioning a vague "these", clarify =]
2009-12-14 Chris Prather add documentation to Moose::Manual::Delta for the depre...
2009-12-13 Pedro Melo Remove references to jules git repo
2009-11-18 Gerda Shank update BestPractices to emphasize namespace::autoclean...
2009-10-20 Shawn M Moore Fix pod spelling nit
2009-10-14 Dave Rolsky mention $self->new in Changes and Delta
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-11 Jesse Luehrs Num is a subtype of Str
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-09-14 Dave Rolsky Fix next version in Delta
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 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-13 Jesse Luehrs reverse example tests (from jonathan_)
2009-09-13 Dave Rolsky Changes and Delta for $object->new deprecation
2009-09-11 Dave Rolsky Lots of fixes to object destruction.
2009-09-11 Dave Rolsky Add a section on applying roles to an object (accidenta...
2009-09-11 Dave Rolsky Pod fixes and move mention of Native Code to Next version
2009-09-11 Dave Rolsky Add delta docs for Native Code trait
2009-09-10 Jesse Luehrs this actually happened in 0.89_01
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 Jesse Luehrs then -> than
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 Jesse Luehrs add a warning for immutablizing a class with mutable...
2009-09-07 Dave Rolsky Document more changes and deprecations for 0.89_02
2009-09-06 Gerda Shank minor native trait doc tweaks
2009-09-06 Florian Ragwitz Show working example code in the MooseX::Types example.
2009-09-04 arcanez fix typo (per qp_pq)
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 Hans Dieter Pearcey fix pod nits
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 More cleanup in native documentation
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...
next