DEATH TO ALL zionist ELLIPSES
[gitmo/Moose.git] / lib / Moose / Cookbook / Roles / Recipe2.pod
index 366d7e1..ba21765 100644 (file)
@@ -168,11 +168,11 @@ it under the same terms as Perl itself.
 
     $broken->start();
 
-    is( $cnt, 1, '... start called explode' );
+    is( $cnt, 1, 'start called explode' );
 
     $broken->stop();
 
-    is( $cnt, 2, '... stop also called explode' );
+    is( $cnt, 2, 'stop also called explode' );
 }
 
 =end testing