gitmo/Moo.git
2013-06-13 Karen Etheridge Merge branch 'topic/conflicting_upstream_deps'
2013-06-13 Karen Etheridge only sleep when installing interactively
2013-06-13 Karen Etheridge HTML::Restrict 2.1.5 breaks with Moo 1.002000 (see...
2013-06-13 Karen Etheridge also add x_breaks to META.*
2013-06-13 Karen Etheridge introduction of conflicts checking for Moo
2013-06-13 Graham Knop changelog FOREIGNBUILDARGS fix
2013-06-13 Tomohiro Hosaka fix FOREIGNBUILDARGS not being called when no attribute...
2013-06-12 Graham Knop remove HTML-Zoom-Parser-HH5P from broken dependent...
2013-06-12 Graham Knop remove GeoIP2 from broken dependent list
2013-06-12 Graham Knop fix module name determination
2013-06-12 Graham Knop mark todo dependent tests
2013-06-12 Graham Knop exclude by dist in dependents test, with some refactoring
2013-06-12 Graham Knop skip prereq tests on some problematic modules and know...
2013-06-12 Graham Knop test to check dependents
2013-06-12 Graham Knop changelog Sub::Quote documentation updates
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 changelog multiple modifier inflation
2013-06-12 Graham Knop fix inflating method modifiers applied to multiple...
2013-06-12 Graham Knop changelog attribute trait fix
2013-06-12 Graham Knop test for trait inflation from moo roles
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 Graham Knop clean up trait test and add check for init_arg => undef
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 test for attribute attributes coming from traits
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-24 Graham Knop test for composing non-role
2013-05-19 Graham Knop Explicitly use Role::Tiny in Moo::Role
2013-05-19 Karen Etheridge tighten up list of ignored files
2013-05-15 Graham Knop typo fix
2013-05-13 Graham Knop properly die when composing a non-Role module
2013-05-04 Matt S Trout Release commit for 1.002000 v1.002000
2013-05-04 Matt S Trout changelog moosify feature
2013-05-04 Dagfinn Ilmari... Silence warning in pre-5.8.3 weaken test
2013-05-04 Matt S Trout bump version
2013-05-04 Dagfinn Ilmari... Fix warnings about unknown attribute parameters on...
2013-05-04 Arthur Axel... more tests (because I cannot believe that fixed it)
2013-05-04 Graham Knop don't copy delegates into overridden attributes
2013-05-04 Arthur Axel... overriding delegate methods should work
2013-05-04 Dagfinn Ilmari... Avoid braces as regex delimiters when used escaped...
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 Kent Fredric add xt/ test for RT#84615 : Moo::Object->meta->can...
2013-05-04 Graham Knop add changelog entry for non-ref defaults fix, and misse...
2013-05-04 Graham Knop fix for eager false non-ref defaults
2013-05-04 Graham Knop tests 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 add checks that refaddr of $spec->{isa} and $spec-...
2013-05-04 Graham Knop test that repeated calls to accessor doesn't re-trigger...
2013-05-04 Graham Knop fix overload-coderefs test
2013-05-04 Toby Inkster inlining for overloaded object isa/coerce
2013-05-04 Graham Knop changelog entries for accessor fixes
2013-05-04 Graham Knop fix accessor bugs
2013-05-04 Graham Knop failing test for lazy builder re-calling when isa fails
2013-05-04 Graham Knop failing test for isa being called on already built...
2013-05-04 Graham Knop make weak_ref+lazy match behavior of moose
2013-05-04 Graham Knop bump Devel::GlobalDestruction dep to fix warnings on...
2013-05-03 Graham Knop add missing changelog entry for FOREIGNBUILDARGS
2013-05-03 Graham Knop documentation for FOREIGNBUILDARGS
2013-05-03 Christian Walde typo fix
2013-04-30 Graham Knop kill each
2013-03-30 Karen Etheridge use TEST_REQUIRES when available
2013-03-27 Dagfinn Ilmari... 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... Fix POD markup for default predicate names
2013-03-16 Matt Phillips refactor asserter code into _generate_asserter()
2013-03-16 Matt S Trout Release commit for 1.001000 v1.001000
2013-03-16 Matt S Trout bump version for 1.1.0
2013-03-16 Matt S Trout make moo-accessors.t inlineable for xt/handle_moose...
2013-03-16 Matt S Trout clean up merge error in accessor generation test
2013-03-16 Matt S Trout clean up docs on default and incompatibility
2013-03-16 Toby Inkster update Changes
2013-03-16 Toby Inkster test cases for +attr and overwriting methods
2013-03-16 Toby Inkster fix test case that relies on a misfeature
2013-03-16 Toby Inkster not sure why that "unless caller" was there, but prove...
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 Graham Knop test for rt#83508, inflated metaclass sometimes forgett...
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 also test that name is correct for moose types with...
2013-03-16 Graham Knop test for bug with different coercions on same native...
2013-03-16 Graham Knop implementation of FOREIGNBUILDARGS
next