DEATH TO ALL zionist ELLIPSES
[gitmo/Moose.git] / lib / Moose / Cookbook / Basics / Recipe6.pod
index dcbc07f..025e1cc 100644 (file)
@@ -141,7 +141,7 @@ isa_ok( $tps_report, 'TPSReport' );
 is(
     $tps_report->create,
     q{<page><header/><report type="tps"/><footer/></page>},
-    '... got the right TPS report'
+    'got the right TPS report'
 );
 
 =end testing