From: Florian Ragwitz Date: Mon, 25 Aug 2008 22:46:43 +0000 (+0000) Subject: Fix syntax error in _create.pl. X-Git-Tag: 1.09~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=678e2b16272732626c6d5bace76e5aad703ad561;p=catagits%2FCatalyst-Devel.git Fix syntax error in _create.pl. Introduced in r8193 (Fix warning when devel is missing). --- diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index 5497ff1..d9987e9 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -1099,6 +1099,7 @@ vendor package or by running one of - perl -MCPAN -e 'install Catalyst::Devel' perl -MCPANPLUS -e 'install Catalyst::Devel' END +} my $force = 0; my $mech = 0;