correct captures assignment in quote_sub
[gitmo/Moo.git] / lib /
2013-09-22 Graham Knop correct captures assignment in quote_sub
2013-09-22 Graham Knop some pod cleanups
2013-09-22 Graham Knop whitespace/style cleanups
2013-09-10 Matt S Trout bump version
2013-09-05 Graham Knop use _composite_name from new Role::Tiny to generate...
2013-09-04 Graham Knop correct coerce example in pod
2013-08-29 Graham Knop use util routine to get stash
2013-08-27 Graham Knop Partially revert "remove mechanism for specifying super...
2013-08-27 Graham Knop ensure DemolishAll is loaded before global destruction...
2013-08-23 Graham Knop clarify documentation about Sub::Quote's captured varia...
2013-08-23 Graham Knop fix deep recursion when calling isa check within isa...
2013-08-23 Graham Knop stop leaking memory for quoted subs
2013-08-23 Graham Knop stop leaking memory for deferred subs
2013-08-23 Graham Knop add CLONE method to fix Sub::Defer/Quote in threads
2013-08-23 Graham Knop don't regenerate deferred subs, and store deferred...
2013-07-18 Graham Knop add version number to all public modules
2013-07-18 Graham Knop better diagnostics when bad parameters given to has
2013-07-15 Graham Knop bump version
2013-07-15 Graham Knop prevent importing Moo into a Role::Tiny
2013-07-15 Graham Knop mark inhaled Moose roles with is_role
2013-07-15 Graham Knop Stop using Role::Tiny's backcompat hack
2013-07-11 Graham Knop document use of Class::XSAccessor and caveats
2013-07-11 Graham Knop more consistent method arguments and extra protection...
2013-07-11 Graham Knop check if it is a role after inhaling from Moose
2013-07-11 Graham Knop cache role eager defaults application code
2013-07-11 Graham Knop correct variable for name in _generate_populate_set
2013-07-11 Graham Knop apply default values when applying role to object
2013-07-10 Graham Knop add public generate_use_default/generate_simple_has...
2013-07-10 Graham Knop fix extending a constructor generator
2013-07-10 Graham Knop remove mechanism for specifying superclass in _construc...
2013-07-10 Alessandro Ghedini Fix spelling errors
2013-06-27 Graham Knop validate builder-sub with _validate_codulatable
2013-06-15 Toby Inkster oops; went overboard and forgot the whole point of...
2013-06-15 Toby Inkster combine three strings into a hashref
2013-06-15 Toby Inkster make sigdie handler private
2013-06-15 Toby Inkster pull the SIG{__DIE__} handler out of the eval
2013-06-15 Toby Inkster use the _attr_desc function instead of reinventing it
2013-06-15 Toby Inkster tidy
2013-06-15 Toby Inkster reimplementation of SIGDIE stuff using a single coderef...
2013-06-13 Karen Etheridge HTML::Restrict 2.1.5 breaks with Moo 1.002000 (see...
2013-06-13 Karen Etheridge introduction of conflicts checking for Moo
2013-06-13 Tomohiro Hosaka fix FOREIGNBUILDARGS not being called when no attribute...
2013-06-12 Graham Knop correct docs for capture_unroll
2013-06-12 Toby Inkster Document Sub::Quote's use of strictures as a caveat
2013-06-12 Graham Knop fix inflating method modifiers applied to multiple...
2013-06-12 Graham Knop hard code traits as valid for attribute inflation
2013-06-12 Matt S Trout fuck you, Moose::Meta::Role::Attribute. in the ear...
2013-06-12 Matt S Trout restore init_arg => undef checking
2013-06-12 Matt S Trout switch to a more functional style for the attribute...
2013-06-12 Graham Knop also include attributes from attribute traits on inflate
2013-06-12 Graham Knop when inhaling Moose roles, only include original option...
2013-05-27 Graham Knop remove out of date docs about unquoting all subs
2013-05-19 Graham Knop Explicitly use Role::Tiny in Moo::Role
2013-05-15 Graham Knop typo fix
2013-05-13 Graham Knop properly die when composing a non-Role module
2013-05-04 Dagfinn Ilmari Man... Silence warning in pre-5.8.3 weaken test
2013-05-04 Matt S Trout bump version
2013-05-04 Dagfinn Ilmari Man... Fix warnings about unknown attribute parameters on...
2013-05-04 Graham Knop don't copy delegates into overridden attributes
2013-05-04 Toby Inkster die with a helpful error message if $TYPE_MAP{$isa...
2013-05-04 Graham Knop fix breakage introduced by accessor fix
2013-05-04 Graham Knop avoid using separate variable for value in modifier...
2013-05-04 Graham Knop try to avoid localizing @_ when not needed
2013-05-04 Kent Fredric lib/Moo/HandleMoose.pm: Fix for rt#84615
2013-05-04 Graham Knop fix for eager false non-ref defaults
2013-05-04 Graham Knop moosify on overridden attributes adds to list of subs
2013-05-04 Matt Phillips squash, cleanup on _validate_codulatable
2013-05-04 Matt Phillips Adds moosify isa spec
2013-05-04 Toby Inkster inlining for overloaded object isa/coerce
2013-05-04 Graham Knop fix accessor bugs
2013-05-04 Graham Knop make weak_ref+lazy match behavior of moose
2013-05-03 Graham Knop documentation for FOREIGNBUILDARGS
2013-05-03 Christian Walde typo fix
2013-04-30 Graham Knop kill each
2013-03-27 Dagfinn Ilmari Man... document Moose type constraint creation for roles and...
2013-03-19 Karen Etheridge document that ->make_immutable does nothing - resolves...
2013-03-17 Graham Knop fix asserter generator not passing $spec
2013-03-17 Dagfinn Ilmari Man... Fix POD markup for default predicate names
2013-03-16 Matt Phillips refactor asserter code into _generate_asserter()
2013-03-16 Matt S Trout bump version for 1.1.0
2013-03-16 Matt S Trout clean up docs on default and incompatibility
2013-03-16 Toby Inkster fix conflict with two lexical variables called $spec
2013-03-16 Toby Inkster improve the overwriting exception's handling of has...
2013-03-16 Toby Inkster generalize this feature - FAILING TESTS - DO NOT MERGE...
2013-03-16 Toby Inkster fix for 81181
2013-03-16 Graham Knop move moose method registration after attribute registration
2013-03-16 Damien Krotkine updated doc
2013-03-16 Damien Krotkine added documtentation for attributes overloading
2013-03-16 Graham Knop allow non-ref defaults
2013-03-16 Torsten Raudssus Fixed link to chat from classical L<> to =for html
2013-03-16 Torsten Raudssus added more meta resources and added more support releva...
2013-03-16 Graham Knop apply coercion to subtype of inflated moose type when...
2013-03-16 Graham Knop implementation of FOREIGNBUILDARGS
2013-03-15 Matt Phillips RT #83361, asserter now operates on definedness
2013-03-15 Matt Phillips add myself to committer list
2013-02-25 Graham Knop fix minor whitespace issue in synopsis
2013-02-24 Graham Knop clarify that default and built values don't call trigger
2013-02-21 Karen Etheridge Revert "fix spelling in example"
2013-02-17 Karen Etheridge fix spelling in example
2013-02-12 Matt S Trout clarify is => 'lazy' docs to explain that the rw+lazy...
next