Don't use $_ as loop variable when calling arbitrary code (RT#81072)
[gitmo/Moo.git] / t /
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
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
2010-11-08 Matt S Trout refactor constructor generation and test more complex...
2010-11-08 Matt S Trout BUILDALL for generated constructor
2010-11-08 Matt S Trout add BUILDALL support
2010-11-08 Matt S Trout refactor Role::Tiny and add class w/roles construction
2010-11-07 Matt S Trout support for default at construction time
2010-11-07 Matt S Trout working lazy default and builder
2010-11-07 Matt S Trout factor out sub quote unrolling code, add isa support
2010-11-07 Matt S Trout handle trigger with captures
2010-11-07 Matt S Trout inline quoted trigger
2010-11-07 Matt S Trout support trigger
2010-11-07 Matt S Trout subclassing and role composition for attributes
2010-11-07 Matt S Trout deferred constructor construction
2010-11-07 Matt S Trout constructor generation, add option to quote_sub to...
2010-11-07 Matt S Trout clean up method naming
next