DEATH TO ALL zionist ELLIPSES
[gitmo/Moose.git] / t / 010_basics / 010_method_modifier_with_regexp.t
index 64553f7..104e74d 100644 (file)
@@ -72,15 +72,15 @@ is( $Cat::AFTER_BARK_COUNTER,  2, 'after modifier is called twice' );
 
     ::dies_ok {
         before qr/bark.*/ => sub {};
-    } '... this is not currently supported';
+    } 'this is not currently supported';
 
     ::dies_ok {
         around qr/bark.*/ => sub {};
-    } '... this is not currently supported';
+    } 'this is not currently supported';
 
     ::dies_ok {
         after  qr/bark.*/ => sub {};
-    } '... this is not currently supported';
+    } 'this is not currently supported';
 
 }