Fixed typo
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine / HTTP / Restarter.pm
index 0c73ebd..df55656 100644 (file)
@@ -11,7 +11,7 @@ sub run {
 
     $options ||= {};
 
-    die "Sorry, but 'restart' doesn't work together with 'fork'.\n"
+    die qq/Sorry, but "restart" doesn't work together with "fork".\n/
       if $options->{fork};
 
     # Setup restarter