inlining for overloaded object isa/coerce
[gitmo/Moo.git] / t / method-generate-accessor.t
2013-03-16 Matt S Trout clean up merge error in accessor generation test
2013-03-16 Toby Inkster fix test case that relies on a misfeature
2013-03-16 Graham Knop allow non-ref defaults
2013-02-06 Christian Walde builder => sub{} now installs that as a method
2012-08-09 Dagfinn Ilmari Man... fix tests properly for 5.8 (yay perlbrew)
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-15 Christian Walde useful and detailed errors for coerce in attrib generation
2012-07-14 Christian Walde useful and detailed errors for default checker in attri...
2012-06-26 Vyacheslav Matyukhin check if default overloads ->()
2012-06-26 Vyacheslav Matyukhin generate_method checks if default is a coderef
2011-07-20 Matt S Trout use Test::Fatal since we already need it
2011-07-20 Matt S Trout make ro accessor die
2010-11-10 Matt S Trout factor out and rename
2010-11-08 Matt S Trout use XSAccessor if available
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