Stop Array::natatime from returning an exhausted iterator when being called with...
[gitmo/Moose.git] / lib /
2010-04-01 Florian Ragwitz Stop Array::natatime from returning an exhausted iterat...
2010-03-31 Florian Ragwitz Make Moose::Meta::TypeConstraint::Class correctly rejec...
2010-03-30 Dave Rolsky Move docs around to keep related items together
2010-03-30 Dave Rolsky Tweak BUILD docs and fix bizarro code style in example.
2010-03-27 mateu some words for Meta Cookbook.
2010-03-26 Florian Ragwitz Version 1.01. 1.01
2010-03-26 Florian Ragwitz Make handles accept role TCs.
2010-03-25 Florian Ragwitz Version 1.00. 1.00
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-16 Graham Knop Fix various broken links in POD
2010-03-16 mateu Improve Counter Trait docs.
2010-03-13 Dave Rolsky Fix a small but confusing typo (missing a key word)
2010-03-08 Florian Ragwitz Version 0.99. 0.99
2010-03-07 Jesse Luehrs fix DEMOLISH methods not being called in some cases
2010-02-27 Cory Watson Add find_type_for method to Union.
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-23 Chris Prather kill passive voice in the trigger documentation
2010-02-14 Dave Rolsky ToInstance no longer needs to subclass ToClass
2010-02-10 Dave Rolsky bump version to 0.98
2010-02-10 Rafael Kitover use "roles" when creating anon class for applying a...
2010-02-10 Dave Rolsky bump version to 0.97 0.97
2010-02-09 Dave Rolsky Fix reinitializing anon metaclasses.
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-09 franck cuny fix POD typo
2010-02-08 Florian Ragwitz Make clear that ScalarRef can now be parameterized.
2010-02-08 Dave Rolsky Use the already-existing anon class caching in MM:...
2010-02-07 Dave Rolsky Document that apply_metaroles returns a metaclass object
2010-02-06 Florian Ragwitz Version 0.96. 0.96
2010-02-05 Florian Ragwitz Make ScalarRef accept references to references.
2010-02-05 Florian Ragwitz Make ScalarRef parameterized.
2010-02-05 Florian Ragwitz Fix pod typo.
2010-02-04 gregor herrmann Fix pod spelling.
2010-02-04 Ansgar Burchardt Add a couple of missing package descriptions.
2010-02-04 Florian Ragwitz Version 0.95. 0.95
2010-02-04 Florian Ragwitz Revert "add stubs for BUILD and DEMOLISH to Moose:...
2010-01-31 Florian Ragwitz Add execute_method to Native::Trait::Code.
2010-01-27 Dylan William Hardison Behavior for method modifiers with non-regexp refs
2010-01-26 Patrick Donelan Fixed typos in Recipe9.pod
2010-01-26 Patrick Donelan Fixed typo in Recipe7.pod
2010-01-25 Dave Rolsky Really fix the basics recipe 4 code to remove unneeded...
2010-01-25 Patrick Donelan Removed confusing/unnecessary code in Recipe4 POD
2010-01-22 Hans Dieter Pearcey remove conflict marker
2010-01-21 Jesse Luehrs add stubs for BUILD and DEMOLISH to Moose::Object
2010-01-21 Jesse Luehrs don't check class_precedence_list in does, since does_r...
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 Do the $XS_VERSION trick to make XSLoader happy with...
2010-01-04 Dave Rolsky List CABAL alphabetically
2010-01-04 Dave Rolsky Add mention of mailing list & IRC to BUGS
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...
2010-01-04 Dave Rolsky Document no "+foo" for role attrs, and related composit...
2010-01-04 Dave Rolsky Doc unimport handling of re-exports
2010-01-04 Dave Rolsky Docs for Moose::Exporter unimport changes in Delta
2010-01-04 Dave Rolsky Fix extending recipe 2 to actually work, and add tests
2010-01-02 Dave Rolsky Squashed commit of the following:
2009-12-28 Florian Ragwitz Turn composition_class_roles into a plain method.
2009-12-20 Chris Prather update docs and Changes
2009-12-20 Chris Prather add Moose::Util::TypeConstraints to oose.pm
2009-12-18 Shawn M Moore Make the release steps less prone to interpretation :)
2009-12-17 Sam Vilain TypeConstraints: update the type notation parser to...
2009-12-17 Dave Rolsky remove a lying comment
2009-12-16 Shlomi Fish Fix a typo.
2009-12-15 Florian Ragwitz Unimport blessed and confess unless they've been replac...
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-12-13 Florian Ragwitz Remove leftovers of export_to_main.
2009-12-13 Shlomi Fish Got xt/author/pod_spell.t to pass.
2009-12-13 Shlomi Fish Merge branch 'master' of git://git.moose.perl.org/Moose
2009-12-12 Shlomi Fish Correct a typo - "invokes"->"invoke".
2009-12-11 Jesse Luehrs docs for with_immutable
2009-12-11 Jesse Luehrs give with_immutable a reasonable return value
2009-12-10 Jesse Luehrs add with_immutable test helper
2009-12-10 Shlomi Fish Add a missing comma.
2009-12-10 Shawn M Moore Point to Meta::Recipe3 a little harder in Meta::Recipe2
2009-12-09 Shlomi Fish Fix a mis-phrasing in the Cookbook.
2009-12-09 Shlomi Fish Fixed a typo - "a Int" -> "an Int".
2009-12-08 Tomas Doran Change this back to a link as that's totally valid...
next