Name the failing test
Shawn M Moore [Wed, 11 Jun 2008 09:16:27 +0000 (09:16 +0000)]
t/302_modify_parent_method.t

index 68f3e38..fb1bcac 100644 (file)
@@ -80,5 +80,5 @@ is_deeply([splice @calls], [
     'Parent::method',
     'after Parent::method',
     'after Child::method',
-]);
+], "cache is correctly invalidated when the parent method is wrapped");