Fixed typo
Sebastian Riedel [Thu, 10 Nov 2005 16:58:14 +0000 (16:58 +0000)]
lib/Catalyst.pm
lib/Catalyst/Engine/HTTP/Restarter.pm

index 4afa241..d70a9e6 100644 (file)
@@ -43,7 +43,7 @@ our $DETACH    = "catalyst_detach\n";
 require Module::Pluggable::Fast;
 
 # Helper script generation
-our $CATALYST_SCRIPT_GEN = 10;
+our $CATALYST_SCRIPT_GEN = 11;
 
 __PACKAGE__->mk_classdata($_)
   for qw/components arguments dispatcher engine log dispatcher_class
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