gitmo/Moo.git
2013-10-01 Graham Knop update repo to point to github master
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-21 Graham Knop updated dependents test
2013-09-21 Graham Knop mailmap file
2013-09-20 Graham Knop formatting and typo fix in prereqs
2013-09-10 Matt S Trout Release commit for 1.003001 v1.003001
2013-09-10 Matt S Trout bump version
2013-09-09 Graham Knop no automatic travis testing for wip/blocked branches
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-09-01 Graham Knop don't generate man pages on travis
2013-09-01 Graham Knop make sure EUMM is up to date for travis
2013-09-01 Graham Knop test on some more perl versions
2013-09-01 Graham Knop silence perl build output
2013-09-01 Graham Knop can't do dev tests on <5.8.4
2013-09-01 Graham Knop Distar needs autodie
2013-09-01 Graham Knop be more chatty about dependency installs
2013-09-01 Graham Knop brew custom perls for travis
2013-09-01 Graham Knop add Travis CI config
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 changelog for global destruction fix
2013-08-27 Graham Knop ensure DemolishAll is loaded before global destruction...
2013-08-27 Graham Knop test for global destruction bug
2013-08-23 Graham Knop add developer requirements to Makefile.PL
2013-08-23 Graham Knop Remove MooX::Types from xt tests
2013-08-23 Graham Knop clarify documentation about Sub::Quote's captured varia...
2013-08-23 Graham Knop changelog for SIGDIE recursion fix
2013-08-23 Graham Knop fix deep recursion when calling isa check within isa...
2013-08-23 Graham Knop update dependents test
2013-08-23 Graham Knop changelog for threads fix
2013-08-23 Graham Knop Update threads usage in Sub::Quote/Defer tests
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 tests for Sub::Quote/Sub::Defer in threads
2013-08-23 Graham Knop don't regenerate deferred subs, and store deferred...
2013-08-22 Karen Etheridge fix bugtracker address
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-18 Graham Knop style updates for test
2013-07-16 Graham Knop ignore Distar if it is a symblink as well
2013-07-16 Graham Knop fix bump-version script
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...
next