gitmo/Moo.git
2013-07-15 Graham Knop Release commit for 1.003000 v1.003000
2013-07-15 Graham Knop bump version
2013-07-15 Graham Knop note some RT tickets for why we have certain prereq...
2013-07-15 Graham Knop clean up test and remove subtests
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 more testing for create_class_with_roles
2013-07-15 Graham Knop changelog mutual requires fix
2013-07-15 Graham Knop Stop using Role::Tiny's backcompat hack
2013-07-15 Graham Knop test for mutual requires
2013-07-15 Graham Knop update dependents test
2013-07-11 Graham Knop document use of Class::XSAccessor and caveats
2013-07-11 Graham Knop allow passing dependents test option as param
2013-07-11 Graham Knop more consistent method arguments and extra protection...
2013-07-11 Graham Knop update broken dependents
2013-07-11 Graham Knop additional tests for applying multiple roles
2013-07-11 Graham Knop check if it is a role after inhaling from Moose
2013-07-11 Graham Knop de-tabify
2013-07-11 Graham Knop cache role eager defaults application code
2013-07-11 Graham Knop changelog default being set on role application
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 test for eager defaults in role applied to object
2013-07-10 Graham Knop changelog constructor generator fix
2013-07-10 Graham Knop fix extending a constructor generator
2013-07-10 Graham Knop changelog constructor fix
2013-07-10 Graham Knop remove mechanism for specifying superclass in _construc...
2013-07-10 Graham Knop test for creating class when parent doesn't have constr...
2013-07-10 Alessandro... Fix spelling errors
2013-06-27 Graham Knop add coverage option in fulltest script and ignore cover_db
2013-06-27 Graham Knop test for no Moo::sification
2013-06-27 Graham Knop tests for combining lazy/rwp with reader/writer
2013-06-27 Graham Knop test for invalid handles spec
2013-06-27 Graham Knop test for required+builder
2013-06-27 Graham Knop validate builder-sub with _validate_codulatable
2013-06-27 Graham Knop test generating bare attributes
2013-06-27 Graham Knop tests for $CurrentAttribute and __DIE__ handlers in...
2013-06-27 Graham Knop correct filename of Moo::Object in test
2013-06-19 Graham Knop note META updates in changelog
2013-06-19 Graham Knop require reasonably modern EUMM at author time
2013-06-19 Graham Knop take conflicts from Moo::Conflicts module
2013-06-19 Graham Knop use meta v2 format for prereqs
2013-06-19 Graham Knop test for consuming multiple Moose roles
2013-06-19 Graham Knop test constructor after composing multiple roles
2013-06-17 Graham Knop include moo-outdated in manifest
2013-06-17 Graham Knop use Test::Fatal instead of Test::Exception in all xt...
2013-06-15 Toby Inkster oops; went overboard and forgot the whole point of...
2013-06-15 Toby Inkster mention $CurrentAttribute in changelog
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 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...
next