fix for previous failing test (_concrete_methods_of returns a hashref, not a list...
[gitmo/Role-Tiny.git] / lib / Role / Tiny.pm
2013-06-28 Toby Inkster fix for previous failing test (_concrete_methods_of...
2013-06-27 Graham Knop type fix
2013-06-18 Graham Knop test and extra cleanups for _concrete_methods_of fix
2013-06-16 Peter Rabbitson _concrete_methods_of must return only methods, not...
2013-04-26 Dagfinn Ilmari Man... Declare POD encoding
2013-02-01 Matt S Trout bump version
2013-02-01 Matt S Trout complain loudly if Class::Method::Modifiers is too...
2012-11-12 Dagfinn Ilmari Man... don't use $_ as loop variable when calling arbitrary...
2012-11-02 Dagfinn Ilmari Man... bump version
2012-10-29 Dagfinn Ilmari Man... bump version
2012-10-29 Dagfinn Ilmari Man... fix method modifier breakage on 5.10.0
2012-10-28 Dagfinn Ilmari Man... replace open-coded stash access with _getstash()
2012-10-27 Karen Etheridge bump version
2012-10-26 Dagfinn Ilmari Man... bump version
2012-10-26 Dagfinn Ilmari Man... don't die when looking for 'DOES' on perl < 5.10 (RT...
2012-10-19 Matt S Trout bump version (to 1.2 due to addition of DOES feature)
2012-10-19 Toby Inkster implementations for DOES and around does => sub {...}
2012-09-03 Arthur Axel 'fREW... load class in addition to roles when using create_class...
2012-07-18 Dagfinn Ilmari Man... bump version for release
2012-07-18 Dagfinn Ilmari Man... properly report roles consumed by superclasses
2012-07-12 Matt S Trout bump version for release
2012-07-04 Arthur Axel 'fREW... runtime applied roles include roles from original class...
2012-06-19 Matt S Trout bump version
2012-06-19 Matt S Trout modifiers and composition fix
2012-05-25 Matt S Trout bloddy empty hashrefs
2012-05-25 Matt S Trout conflicts on application to object
2012-05-09 Matt S Trout return; from with/etc.
2012-05-06 Matt S Trout store coderefs as well as their refaddrs
2012-05-05 Matt S Trout bump version
2012-04-27 Matt S Trout version bump for release
2012-04-27 Matt S Trout bump version to 1.1.0 for release
2012-04-16 Christian Walde restored an unintentionally removed bit of documentatio...
2012-04-16 Christian Walde changed order of documentation to make it easier to...
2012-04-12 Matt S Trout new stupid mistake, new dev release
2012-04-11 Matt S Trout compat restoration trick
2012-04-11 Matt S Trout method cache is required so Moose::Role inhalation...
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