tests for _load_module
[gitmo/Role-Tiny.git] / lib /
2014-03-04 Graham Knop formatting cleanups
2014-03-03 Graham Knop shorten Role::Basic mention and remove confusing wording
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 remove ::Restricted
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 restricted code
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-29 Matt S Trout annihilate Moo since this is going to be the Role-Tiny...
2012-03-24 Matt S Trout clean up coerce generation a bit
2012-03-24 Matt S Trout Fix a bug where coercions weren't called on lazy defaul...
2012-03-16 Peter Rabbitson Fix spurious 'once' warnings
2012-03-16 Matt S Trout Module::Runtime-ify
2012-02-19 Chris Prather add myself to CONTRIBUTORS as per mst
2012-02-19 Chris Prather add line about ->dump missing from Moo objects too
2012-02-19 Matt S Trout improve incompat w/Moose docs
2012-02-17 Matt S Trout remove the outstanding queue from Sub::Quote; benchamar...
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-12-23 Peter Rabbitson Explicitly require Role::Tiny in Role::Tiny::With ...
2011-12-23 Peter Rabbitson Bump Moo.pm version
2011-12-23 Peter Rabbitson Fix missing escape on < 5.8.3 codepath
2011-12-23 Arthur Axel 'fREW... stop documenting in terms of private methods
2011-12-15 Mateu X Hunter No need for ScalarRef when using Sub::Quote
2011-12-14 John Napiorkowski added some docs regarding how handles works, and also...
2011-12-12 John Napiorkowski deal when the case when Class::XSAccessor is a trial...
2011-11-26 Justin Hunter document handles
2011-11-14 Matt S Trout bump Moo.pm version
2011-11-14 Matt S Trout fix $obj->new
next