Move non-useful, Moose-specific methods into t/lib/Test/Mouse.pm
[gitmo/Mouse.git] / t / 021-weak-ref.t
2009-09-25 gfx Fix tests and documents
2008-12-03 Tokuhiro Matsuno move Test::Exception to inc/. suggested by autarch++
2008-12-02 Tokuhiro Matsuno don't require Test::Exception on production environment =)
2008-09-28 Shawn M Moore Begin replacing Test::Exception with a Moose::Util...
2008-09-28 Shawn M Moore Skip t/021-weak-ref if we don't have Scalar::Util
2008-06-10 Shawn M Moore Moose compat: the weak_ref reader is spelled is_weak_re...
2008-06-10 Shawn M Moore Fix a test bug where a value was being assigned to...
2008-06-03 Shawn M Moore Import Mouse