calculate mro module once
[gitmo/Role-Tiny.git] / t /
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-02 Graham Knop tests for applying overloads to instances
2014-03-02 Graham Knop more thorough testing that overloads aren't overwritten
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-02-24 Graham Knop remove useless load test
2014-02-24 Graham Knop clean up test output for long package names
2014-01-13 Dagfinn Ilmari Man... Allow superclass to provide conflicting methods (RT...
2013-08-29 tokuhirom Added failing test for long package name. ref. RT#83248
2013-07-15 Graham Knop skip test using around unless CMM is available
2013-07-15 Graham Knop tests shouldn't be executable
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 test to confirm when we don't use backcompat code
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 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-04 Peter Rabbitson Works fine on perl 5.6
2013-06-28 Graham Knop add is_role method
2013-06-28 Toby Inkster failing test for method conflicts during role compositi...
2013-06-18 Graham Knop test and extra cleanups for _concrete_methods_of fix
2013-02-01 Matt S Trout complain loudly if Class::Method::Modifiers is too...
2012-11-02 Dagfinn Ilmari Man... Use strict/warnings instead of strictures
2012-10-29 Dagfinn Ilmari Man... fix method modifier breakage on 5.10.0
2012-10-27 Karen Etheridge RT#80310: skip t/around-does.t if CMM is not installed
2012-10-24 Toby Inkster t/does-Moo.t moved to 'xt' (RT#80290)
2012-10-19 Toby Inkster tests for around does => sub {...}
2012-10-19 Toby Inkster tests for DOES
2012-10-12 Toby Inkster new test for interaction with namespace::autoclean...
2012-09-03 Arthur Axel 'fREW... load class in addition to roles when using create_class...
2012-07-18 Dagfinn Ilmari Man... properly report roles consumed by superclasses
2012-07-13 Matt S Trout localize UNIVERSAL::can change to avoid confusing TB2
2012-07-12 Matt S Trout remove strictures.pm from the test supplied by mmcleric...
2012-07-04 Arthur Axel 'fREW... add failing tests for does_role + runtime applied roles
2012-06-19 Matt S Trout modifiers and composition fix
2012-05-25 Matt S Trout conflicts on application to object
2012-05-05 Matt S Trout alter duplication test to not provoke Class::Method...
2012-04-27 Matt S Trout kill strictures from t/. stupid mst.
2012-04-11 Matt S Trout rename union to composite internally to match Moose...
2012-04-11 Matt S Trout more cleanup
2012-04-09 Matt S Trout move role-basic tests to top level
2012-04-08 Matt S Trout exception tests
2012-04-08 Matt S Trout half the bugs test (we don't support alias/excludes)
2012-04-08 Matt S Trout basic role composition support
2012-04-08 Matt S Trout first two (very boring) tests from Role::Basic
2012-04-03 Andrew Rodland Skip tests requiring Class::Method::Modifiers if it...
2012-03-30 Graham Knop fix error propagation when creating broken method modifiers
2012-03-30 Graham Knop basic tests for create_class_with_roles
2012-03-29 Matt S Trout annihilate Moo since this is going to be the Role-Tiny...
2012-03-24 Matt S Trout fix quote_sub usage in t/accessor-coerce.t
2012-03-17 Andrew Rodland Test that triggers don't fire for attr default values...
2012-03-17 Andrew Rodland Test that lazy defaults get coerced the same as non...
2012-02-17 Matt S Trout remove the outstanding queue from Sub::Quote; benchamar...
2012-02-11 Christian Walde added a test for errors in load_module resulting in...
2011-12-23 Peter Rabbitson Skip failing cygwin test
2011-11-15 Matt S Trout clean up global destruction testing
2011-11-14 Matt S Trout fix $obj->new
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 Alex J. G. Burzyński provide DEMOLISH
2011-08-26 Alex J. G. Burzyński fix BUILDALL constructor
2011-07-29 Alex J. G. Burzyński inline BUILDARGS
2011-07-29 Alex J. G. Burzyński test for odd number of arguments
2011-07-29 Alex J. G. Burzyński added BUILDARGS support
2011-07-20 Matt S Trout use Test::Fatal since we already need it
2011-07-20 Matt S Trout helps to get the package name right (Role::Tiny::With)
2011-07-20 Matt S Trout make ro accessor die
2011-07-20 Chip Salzenberg Role::Tiny::With try1
2011-07-20 Matt S Trout generate constructors in subclasses on demand
2011-07-11 Alex J. G. Burzyński add tests for attributes with eager default
2011-07-11 Alex J. G. Burzyński fix test
2011-07-11 Arthur Axel 'fREW... initial test for coerce
2011-06-03 Matt S Trout transfer changes to _load_module to Role::Tiny's inline...
2011-04-22 Peter Rabbitson Bring back 5.8.1 support
2011-02-25 Matt S Trout handle non-lazy default and builder when init_arg is...
2011-01-12 Matt S Trout Switch package name for class+role composed class to...
2011-01-08 Matt S Trout fix clobberage of runtime-installed wrappers by Sub...
2011-01-08 Matt S Trout fix constructor firing for nonMoo through multiple...
2011-01-08 Matt S Trout rewrite nonMoo detection
2010-12-06 Matt S Trout handle non-Moo superclass constructors
2010-12-05 matthewt test for load_module fixes
2010-11-16 Matt S Trout fix up tests to new calling convention
2010-11-16 Matt S Trout make role application interface consistent
2010-11-13 John Napiorkowski mst: jnap: now you write me a test
2010-11-13 Matt S Trout don't try and apply modifiers during role composition
2010-11-13 Arthur Axel 'fREW... test hashref arg for new
2010-11-13 Matt S Trout support weak_ref
2010-11-13 Matt S Trout improved quoted sub inlining
2010-11-12 Arthur Axel 'fREW... tests for handles
2010-11-12 Arthur Axel 'fREW... Test for reader/writer/accessor
2010-11-10 Matt S Trout factor out and rename
2010-11-08 Matt S Trout fix bugs in XS support
2010-11-08 Matt S Trout use XSAccessor if available
2010-11-08 Matt S Trout add predicate and clearer
next