Add canonicalize_args, factor lazy_build canonicalization/validation into the right...
[gitmo/Mouse.git] / t / 023-builder.t
2008-06-27 Shawn M Moore Add canonicalize_args, factor lazy_build canonicalizati...
2008-06-27 Shawn M Moore Still more lazy_build tests
2008-06-27 Shawn M Moore Add some more tests for lazy_build
2008-06-16 Yuval Kogman implement lazy_build
2008-06-10 Shawn M Moore Make sure that eager builder does not run after clearer
2008-06-10 Shawn M Moore Make sure that predicate plays well with builder
2008-06-10 Shawn M Moore Tests and implementation for builder with lazy and...
2008-06-04 Shawn M Moore Tests for builder
2008-06-03 Shawn M Moore Import Mouse