rename union to composite internally to match Moose naming, update POD
[gitmo/Role-Tiny.git] / lib / Role / Tiny.pm
2012-04-11 Matt S Trout rename union to composite internally to match Moose...
2012-04-11 Matt S Trout more cleanup
2012-04-10 Matt S Trout bump version expecting devrel
2012-04-09 Matt S Trout clean up composition handling
2012-04-08 Matt S Trout basic role composition support
2012-04-03 Matt S Trout bump version
2012-04-03 Matt S Trout doc updates explaining why you need to ask for CMM
2012-03-30 Graham Knop fix error propagation when creating broken method modifiers
2012-03-30 Graham Knop correct typo in abstract
2012-03-29 Matt S Trout remove redundant code in create_class_with_roles
2012-03-29 Matt S Trout typo fix in does_role docs
2012-03-29 Matt S Trout remove last strictures dependency
2012-03-29 Matt S Trout update versions and copyright
2012-03-16 Matt S Trout Module::Runtime-ify
2012-02-11 Matt S Trout additional local $\@ removals
2012-02-11 Matt S Trout remove vestigial _is_scalar_ref sub
2012-02-11 Matt S Trout revert local $\@ around require to avoid eating errors
2011-11-14 Matt S Trout also update Role::Tiny to handle VSTRING and credit...
2011-11-06 Matt S Trout fix bug where constants containing a reference weren...
2011-10-03 Matt S Trout cleanup require usage so we don't trample on $@ and...
2011-07-20 Matt S Trout Changes entry for Role::Tiny::With and add chip to...
2011-07-20 Chip Salzenberg Role::Tiny::With try1
2011-06-03 Matt S Trout transfer changes to _load_module to Role::Tiny's inline...
2011-02-25 Matt S Trout add copyright statements
2011-01-12 Matt S Trout Switch package name for class+role composed class to...
2010-11-16 Matt S Trout fixes for 5.10.0
2010-11-16 Peter Rabbitson Fix wording on global unquote
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 Matt S Trout clean up does_role docs
2010-11-16 Arthur Axel 'fREW... Documentation for Role::Tiny
2010-11-16 Matt S Trout guard against double import
2010-11-15 Matt S Trout make does_role work on objects
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-12 Matt S Trout handles and asserter support
2010-11-10 Matt S Trout factor out and rename
2010-11-08 Matt S Trout add BUILDALL support
2010-11-08 Matt S Trout refactor Role::Tiny and add class w/roles construction
2010-11-07 Matt S Trout support trigger
2010-11-07 Matt S Trout subclassing and role composition for attributes
2010-11-07 Matt S Trout remove more tabs. frackers are breeding in the pipes.
2010-11-07 Matt S Trout import strictures
2010-11-06 Matt S Trout Class::Tiny and refactor _getglob out into _Utils
2010-11-06 Matt S Trout clean up, add with and ->does
2010-11-06 Matt S Trout basic Role::Tiny code