gitmo/Role-Tiny.git
2014-03-15 Graham Knop Release commit for 1.003003 v1.003003
2014-03-15 Graham Knop bump version
2014-03-14 Graham Knop test role create hook
2014-03-14 Graham Knop run hooks on role creation
2014-03-06 Graham Knop revise Makefile.PL boilerplate
2014-03-05 Graham Knop fix pod
2014-03-04 Graham Knop calculate mro module once
2014-03-04 Graham Knop tests for _load_module
2014-03-04 Graham Knop test composing modifiers into role
2014-03-04 Graham Knop testing for methods_provided_by
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 require namespace::clean for dev
2014-03-02 Graham Knop tests for applying overloads to instances
2014-03-02 Graham Knop comments and caveats for applying overloads to instances
2014-03-02 Graham Knop more thorough testing that overloads aren't overwritten
2014-03-02 Graham Knop update changelog
2014-03-02 Graham Knop test that class overloads aren't overwritten
2014-03-02 Graham Knop fix overloads using method names in roles
2014-03-02 Graham Knop use make instead of prove to run tests
2014-03-02 Graham Knop allow old EUMM for ci
2014-03-02 Graham Knop include version number in all modules
2014-03-02 Graham Knop use travis helper and new Makefile.PL boilerplate
2014-02-24 Graham Knop whitespace cleanup
2014-02-24 Graham Knop remove useless load test
2014-02-24 Graham Knop clean up test output for long package names
2014-02-23 Graham Knop travis testing
2014-01-16 Graham Knop update changelog
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... Add changes entry for ->is_role use
2014-01-13 Dagfinn Ilmari... Use ->is_role to check if a package is a role
2014-01-13 Dagfinn Ilmari... Allow superclass to provide conflicting methods (RT...
2014-01-13 Dagfinn Ilmari... Check $INFO{$role}{is_role} in ->is_role
2013-12-12 Karen Etheridge revert to previous formatting
2013-09-05 Graham Knop Release commit for 1.003002 v1.003002
2013-09-05 Graham Knop bump version number
2013-09-04 Graham Knop correct MYMETA handling on older EUMM releases
2013-09-03 Graham Knop fix typo in version
2013-09-03 Graham Knop fix META file generation by working around rt#85406
2013-09-03 Karen Etheridge Revert "properly set v2 metadata!"
2013-08-29 Graham Knop changelog for long package name fix
2013-08-29 Graham Knop automatically abbreviate generated class names if they...
2013-08-29 tokuhirom Added failing test for long package name. ref. RT#83248
2013-08-23 Karen Etheridge properly set v2 metadata!
2013-07-30 Karen Etheridge ensure we create a v2 meta file
2013-07-22 Karen Etheridge dep on Exporter 5.57 (RT#87131)
2013-07-22 Karen Etheridge make changelog more readable, CPAN::Changes-compliant
2013-07-15 Graham Knop Release commit for 1.003001 v1.003001
2013-07-15 Graham Knop bump version
2013-07-15 Graham Knop skip test using around unless CMM is available
2013-07-15 Graham Knop Release commit for 1.003000 v1.003000
2013-07-15 Graham Knop bump version
2013-07-15 Graham Knop tests shouldn't be executable
2013-07-15 Graham Knop re-word changelog message
2013-07-15 Graham Knop add comments explaining rationale for handling of requi...
2013-07-15 Graham Knop extra testing for extending create_class_with_roles
2013-07-14 Graham Knop fix checking requires when using create_class_with_roles
2013-07-13 Graham Knop don't use Base as a package name in tests to avoid...
2013-07-12 Graham Knop check requires before installing modifiers
2013-07-11 Graham Knop changelog mutual requires fix
2013-07-11 Graham Knop test to confirm when we don't use backcompat code
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 remove Moo from test in t
2013-07-11 Graham Knop test for overriding apply_single_role_to_package
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 Leon Timmermans Added diamant-like role compositioning test
2013-07-11 Leon Timmermans Added failing modifier
2013-07-11 Leon Timmermans Add failing test for mutually dependent roles
2013-07-11 Graham Knop explicitly mark roles with is_role for parity with Moo
2013-07-04 Peter Rabbitson Works fine on perl 5.6
2013-06-28 Graham Knop add is_role method
2013-06-28 Toby Inkster note fix in changelog
2013-06-28 Toby Inkster fix for previous failing test (_concrete_methods_of...
2013-06-28 Toby Inkster failing test for method conflicts during role compositi...
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... Declare POD encoding
2013-02-01 Matt S Trout Release commit for 1.002005 v1.002005
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... don't use $_ as loop variable when calling arbitrary...
2012-11-02 Dagfinn Ilmari... Release commit for 1.002004 v1.002004
2012-11-02 Dagfinn Ilmari... bump version
2012-11-02 Dagfinn Ilmari... Use strict/warnings instead of strictures
2012-10-29 Dagfinn Ilmari... Release commit for 1.002003 v1.002003
2012-10-29 Dagfinn Ilmari... bump version
2012-10-29 Dagfinn Ilmari... fix method modifier breakage on 5.10.0
2012-10-29 Dagfinn Ilmari... Ignore more editor droppings
2012-10-28 Dagfinn Ilmari... replace open-coded stash access with _getstash()
2012-10-28 Karen Etheridge more robust .gitignore entries
2012-10-28 Karen Etheridge Release commit for 1.002002 v1.002002
2012-10-27 Karen Etheridge bump version
2012-10-27 Karen Etheridge RT#80310: skip t/around-does.t if CMM is not installed
next