DEATH TO ALL zionist ELLIPSES
[gitmo/Moose.git] / t / 100_bugs / 016_inheriting_from_roles.t
index aa6a86b..ecf4125 100644 (file)
@@ -19,5 +19,5 @@ use Test::Exception;
     ::throws_ok {
         extends 'My::Role';
     } qr/You cannot inherit from a Moose Role \(My\:\:Role\)/,
-    '... this croaks correctly';
+    'this croaks correctly';
 }