correct captures assignment in quote_sub
[gitmo/Moo.git] / t /
2013-08-23 Graham Knop fix deep recursion when calling isa check within isa...
2013-08-23 Graham Knop Update threads usage in Sub::Quote/Defer tests
2013-08-23 Graham Knop stop leaking memory for quoted subs
2013-08-23 Graham Knop tests for Sub::Quote/Sub::Defer in threads
2013-08-23 Graham Knop don't regenerate deferred subs, and store deferred...
2013-07-18 Graham Knop better diagnostics when bad parameters given to has
2013-07-18 Graham Knop style updates for test
2013-07-15 Graham Knop prevent importing Moo into a Role::Tiny
2013-07-15 Graham Knop more testing for create_class_with_roles
2013-07-15 Graham Knop test for mutual requires
2013-07-11 Graham Knop additional tests for applying multiple roles
2013-07-11 Graham Knop de-tabify
2013-07-10 Graham Knop test for eager defaults in role applied to object
2013-07-10 Graham Knop fix extending a constructor generator
2013-07-10 Graham Knop test for creating class when parent doesn't have constr...
2013-06-27 Graham Knop tests for combining lazy/rwp with reader/writer
2013-06-27 Graham Knop test for invalid handles spec
2013-06-27 Graham Knop test for required+builder
2013-06-27 Graham Knop test generating bare attributes
2013-06-27 Graham Knop tests for $CurrentAttribute and __DIE__ handlers in...
2013-06-27 Graham Knop correct filename of Moo::Object in test
2013-06-19 Graham Knop test constructor after composing multiple roles
2013-06-13 Tomohiro Hosaka fix FOREIGNBUILDARGS not being called when no attribute...
2013-05-24 Graham Knop test for composing non-role
2013-05-04 Dagfinn Ilmari Man... Silence warning in pre-5.8.3 weaken test
2013-05-04 Arthur Axel 'fREW... more tests (because I cannot believe that fixed it)
2013-05-04 Arthur Axel 'fREW... overriding delegate methods should work
2013-05-04 Graham Knop tests for eager false non-ref defaults
2013-05-04 Toby Inkster add checks that refaddr of $spec->{isa} and $spec-...
2013-05-04 Graham Knop test that repeated calls to accessor doesn't re-trigger...
2013-05-04 Graham Knop fix overload-coderefs test
2013-05-04 Toby Inkster inlining for overloaded object isa/coerce
2013-05-04 Graham Knop failing test for lazy builder re-calling when isa fails
2013-05-04 Graham Knop failing test for isa being called on already built...
2013-05-04 Graham Knop make weak_ref+lazy match behavior of moose
2013-03-16 Matt S Trout make moo-accessors.t inlineable for xt/handle_moose...
2013-03-16 Matt S Trout clean up merge error in accessor generation test
2013-03-16 Toby Inkster test cases for +attr and overwriting methods
2013-03-16 Toby Inkster fix test case that relies on a misfeature
2013-03-16 Toby Inkster not sure why that "unless caller" was there, but prove...
2013-03-16 Toby Inkster fix for 81181
2013-03-16 Graham Knop allow non-ref defaults
2013-03-16 Graham Knop test for FOREIGNBUILDARGS
2013-03-15 Matt Phillips RT #83361, asserter now operates on definedness
2013-02-11 Christian Walde handles => "RoleName" should try to load the module
2013-02-06 Matt S Trout fixup exporting to be sane and consistent
2013-02-06 Graham Knop test for use Moo after no Moo
2013-02-06 Christian Walde do not generate an accessor on an rw attr if reader...
2013-02-06 Christian Walde builder => sub{} now installs that as a method
2013-02-06 Christian Walde added failing unimport test that demonstrates clobberin...
2013-02-06 Christian Walde added tests for no Moo/::Role
2012-12-15 Toby Inkster die if somebody imports both Moo::Role and Moo into...
2012-11-09 Dagfinn Ilmari Man... Don't use $_ as loop variable when calling arbitrary...
2012-10-23 Dagfinn Ilmari Man... Include both attribute name and init_arg in constructor...
2012-10-03 Matt S Trout has [ ... ] patch from tobyink
2012-08-09 Dagfinn Ilmari Man... fix tests properly for 5.8 (yay perlbrew)
2012-08-09 Dagfinn Ilmari Man... test the pre-5.8.3 weak_ref setter code on newer perls too
2012-08-08 Dagfinn Ilmari Man... make setter for weak_ref attributes return the value
2012-07-31 Dagfinn Ilmari Man... throw an error on invalid builder names as well (RT...
2012-07-30 Dagfinn Ilmari Man... throw an error on non-string builder (RT#78479)
2012-07-21 Matt S Trout test lazy coerce
2012-07-21 Arthur Axel 'fREW... ignore required when default or builder is present
2012-07-21 Matt S Trout localize @_ when inlining quote_sub'ed isa checks ...
2012-07-18 Matt S Trout error prefixes for coerce exceptions too
2012-07-18 Matt S Trout die wrap with prefix for attribute isa
2012-07-15 Christian Walde useful and detailed errors for coerce in attrib generation
2012-07-14 Dagfinn Ilmari Man... throw an error when trying to extend a role
2012-07-14 Christian Walde useful and detailed errors for default checker in attri...
2012-06-27 Matt S Trout don't assume Scalar::Util is imported into the current...
2012-06-26 Matt S Trout isa checks on builders
2012-06-26 Matt S Trout remove multi-populate code to fix exists/defined new...
2012-06-26 Matt S Trout extra test from FAIL_modify_lazy_handlers
2012-06-26 Matt S Trout additional test from FAIL_lazy_isa branch
2012-06-26 Matt S Trout extra test from FAIL_RT70593 branch
2012-06-26 Vyacheslav Matyukhin check if default overloads ->()
2012-06-26 Vyacheslav Matyukhin generate_method checks if default is a coderef
2012-06-26 Matt S Trout no Moo and no Moo::Role
2012-06-26 Matt S Trout piss off. -- mst
2012-06-26 Matt S Trout MooClass->meta
2012-06-18 Matt S Trout support has '+foo'
2012-05-14 Matt S Trout a weakened value should still be returned on set (fixes...
2012-05-04 Matt S Trout fix roles for accessor regeneration
2012-05-03 Matt S Trout demonstrate MooX:: implementation
2012-05-03 Matt S Trout first cut at extension tests
2012-05-02 Matt S Trout fix test failure where Class::XSAccessor is not used...
2012-04-26 Matt S Trout BUILDARGS exception
2012-04-26 Arthur Axel 'fREW... demonstrate weird buildargs error
2012-04-24 Matt S Trout make extends after has work
2012-04-14 Matt S Trout avert horrible infinite loop
2012-04-06 Matt S Trout complete attributeshortcuts support
2012-04-06 Christian Walde added tests for attribute shortcuts
2012-04-02 Matt S Trout the beginnings of Moose handling
2012-03-29 Matt S Trout split Role::Tiny into its own dist
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
next