comments and caveats for applying overloads to instances
[gitmo/Role-Tiny.git] / lib / Role / Tiny.pm
2014-03-02 Graham Knop comments and caveats for applying overloads to instances
2014-03-02 Graham Knop fix overloads using method names in roles
2014-03-02 Graham Knop include version number in all modules
2014-02-24 Graham Knop whitespace cleanup
2014-01-14 Graham Knop elaborate on strict and warnings
2014-01-14 Graham Knop add self to contributors
2014-01-14 Graham Knop note that Role::Tiny applies strict and fatal warnings
2014-01-14 Graham Knop small style cleanup
2014-01-13 Dagfinn Ilmari Man... Use ->is_role to check if a package is a role
2014-01-13 Dagfinn Ilmari Man... Allow superclass to provide conflicting methods (RT...
2014-01-13 Dagfinn Ilmari Man... Check $INFO{$role}{is_role} in ->is_role
2013-09-05 Graham Knop bump version number
2013-08-29 Graham Knop automatically abbreviate generated class names if they...
2013-07-15 Graham Knop bump version
2013-07-15 Graham Knop bump version
2013-07-15 Graham Knop add comments explaining rationale for handling of requi...
2013-07-14 Graham Knop fix checking requires when using create_class_with_roles
2013-07-12 Graham Knop check requires before installing modifiers
2013-07-11 Graham Knop don't attempt to fix mutual requires for subclasses...
2013-07-11 Graham Knop move role application backcompat hack before normal...
2013-07-11 Graham Knop only call apply_single_role_to_package for backcompat...
2013-07-11 Graham Knop fix compatibility with subclasses that override apply_s...
2013-07-11 Matt S Trout extract role application to be step based
2013-07-11 Graham Knop explicitly mark roles with is_role for parity with Moo
2013-06-28 Graham Knop add is_role method
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
next