From: Karen Etheridge Date: Thu, 12 Jul 2012 22:12:43 +0000 (-0700) Subject: spelling and punctuation fix in die message X-Git-Tag: v1.004001~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Fstrictures.git;a=commitdiff_plain;h=0f96deac8662fbf80e9f9ae6fda532900571c026 spelling and punctuation fix in die message --- diff --git a/lib/strictures.pm b/lib/strictures.pm index 3d2e24d..0628e31 100644 --- a/lib/strictures.pm +++ b/lib/strictures.pm @@ -30,7 +30,7 @@ sub import { my $extra_tests = do { if (exists $ENV{PERL_STRICTURES_EXTRA}) { if (_PERL_LT_5_8_4 and $ENV{PERL_STRICTURES_EXTRA}) { - die 'PERL_STRICTUTRES_EXTRA checks are not available on perls older than 5.8.4, ' + die 'PERL_STRICTURES_EXTRA checks are not available on perls older than 5.8.4: ' . "please unset \$ENV{PERL_STRICTURES_EXTRA}\n"; } $ENV{PERL_STRICTURES_EXTRA};