From: Arthur Axel 'fREW' Schmidt Date: Wed, 4 Apr 2012 02:14:22 +0000 (-0500) Subject: fix stupid typo X-Git-Tag: v0.002113~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=80dcc097a97d4f9d5b64989899b3a93e07c0fb90;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git fix stupid typo --- diff --git a/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator.pm b/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator.pm index cee797f..e328b5c 100644 --- a/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator.pm +++ b/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator.pm @@ -309,7 +309,7 @@ END_EVAL croak $@ if $@; - croak "$_file should define an anonymouse sub that takes a schema but it didn't!" + croak "$_file should define an anonymous sub that takes a schema but it didn't!" unless ref $fn && ref $fn eq 'CODE'; return $fn;