document handles
[gitmo/Role-Tiny.git] / t /
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
2010-11-07 Matt S Trout ro and rw accessor generation
2010-11-07 Matt S Trout add Sub::Quote and rename Defer routines
2010-11-06 Matt S Trout Class::Tiny and refactor _getglob out into _Utils
2010-11-06 Matt S Trout first cut at Sub::Defer
2010-11-06 Matt S Trout rename test and switch to done_testing since Test:...
2010-11-06 Matt S Trout clean up, add with and ->does
2010-11-06 Matt S Trout basic Role::Tiny code