From: Sebastian Riedel Date: Thu, 10 Nov 2005 16:58:14 +0000 (+0000) Subject: Fixed typo X-Git-Tag: 5.7099_04~961 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=8604aac5eee4b40f048da62924a47bca9e0e2451 Fixed typo --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 4afa241..d70a9e6 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -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 diff --git a/lib/Catalyst/Engine/HTTP/Restarter.pm b/lib/Catalyst/Engine/HTTP/Restarter.pm index 0c73ebd..df55656 100644 --- a/lib/Catalyst/Engine/HTTP/Restarter.pm +++ b/lib/Catalyst/Engine/HTTP/Restarter.pm @@ -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