fix the failing test, only call ->meta on a linearized isa member if ->can('meta')
[gitmo/Mouse.git] / t / 023-builder.t
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