Skip failing cygwin test
[gitmo/Role-Tiny.git] / lib / Moo /
2011-10-03 Matt S Trout move to early generation of DESTROY/DEMOLISHALL where...
2011-10-03 Matt S Trout cleanup require usage so we don't trample on $@ and...
2011-10-03 Matt S Trout Tenative switch to a generated DEMOLISHALL - see rest...
2011-10-03 Alex J. G. Burzyński provide DEMOLISH
2011-10-03 Alex J. G. Burzyński add _get_linear_isa and _in_global_destruction
2011-07-29 Alex J. G. Burzyński inline BUILDARGS
2011-07-29 Alex J. G. Burzyński add newlines at die messages
2011-07-29 Alex J. G. Burzyński die rather than warn on odd number of arguments
2011-07-29 Alex J. G. Burzyński added BUILDARGS support
2011-06-03 Matt S Trout transfer changes to _load_module to Role::Tiny's inline...
2011-04-22 Peter Rabbitson Bring back 5.8.1 support
2011-02-25 Matt S Trout add copyright statements
2011-01-12 Matt S Trout Switch package name for class+role composed class to...
2011-01-08 Matt S Trout rewrite nonMoo detection
2010-12-05 matthewt fix _load_module to deal with subpackages correctly
2010-11-16 Matt S Trout fixes for 5.10.0
2010-11-16 Matt S Trout clean up and add NAME sections
2010-11-16 Matt S Trout make role application interface consistent
2010-11-16 Arthur Axel 'fREW... Documentation for Moo::Role
2010-11-16 Matt S Trout guard against double import
2010-11-14 Matt S Trout move _getglob def above strict for elegance
2010-11-13 Matt S Trout don't try and apply modifiers during role composition
2010-11-13 Matt S Trout _load_module
2010-11-10 Matt S Trout remove bless because it confuses things
2010-11-10 Matt S Trout Moo/Role was new, not an mv, so got missed
2010-11-10 Matt S Trout factor out and rename