constructor (new_object)
[gitmo/Moose.git] / t / 700_xs / 001_basic.t
2009-03-13 Yuval Kogman constructor (new_object)
2009-03-13 Yuval Kogman trigger
2009-03-13 Yuval Kogman set_initial_value and set_value split
2009-03-13 Yuval Kogman use grok_number instead of strtol
2009-03-13 Yuval Kogman capture init arg
2009-03-13 Yuval Kogman lots of cleanups (refactoring, leak-on-error fixes...
2009-03-13 Yuval Kogman rename getter/setter to reader/writer for consistency
2009-03-13 Yuval Kogman CV type constraints
2009-03-13 Yuval Kogman lazy_builder
2009-03-13 Yuval Kogman descriptions for tests
2009-03-13 Yuval Kogman fix integer TC
2009-03-13 Yuval Kogman more tests
2009-03-13 Yuval Kogman more tests for TCs
2009-03-13 Yuval Kogman basic type checking, weaken
2009-03-13 Yuval Kogman moose
2009-03-13 Yuval Kogman compute using the MOP
2009-03-13 Yuval Kogman lots more stuff
2009-03-13 Yuval Kogman Initial version of Moose::XS