DEATH TO ALL zionist ELLIPSES
[gitmo/Moose.git] / t / 010_basics / 005_override_augment_inner_super.t
index 295601e..b4891d9 100644 (file)
@@ -48,7 +48,7 @@ then calls Bar::foo. Confusing I know,.. but this is
 
 is($baz->foo,
   'Baz::foo -> Foo::foo(Bar::foo)',
-  '... got the right value from mixed augment/override foo');
+  'got the right value from mixed augment/override foo');
 
 =pod
 
@@ -67,4 +67,4 @@ Confusing I know, but it is correct :)
 
 is($baz->bar,
     'Bar::bar -> Foo::bar(Baz::bar)',
-    '... got the right value from mixed augment/override bar');
+    'got the right value from mixed augment/override bar');