From: Arthur Axel 'fREW' Schmidt Date: Fri, 31 Jan 2014 16:26:58 +0000 (-0600) Subject: fix coverage testing (thanks Matthew Horsfall!) X-Git-Tag: v0.002211~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-DeploymentHandler.git;a=commitdiff_plain;h=0393821ba453f6b94d840eaf6ca6479bb1d8d700 fix coverage testing (thanks Matthew Horsfall!) --- diff --git a/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator.pm b/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator.pm index 658b143..3424c01 100644 --- a/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator.pm +++ b/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator.pm @@ -288,6 +288,7 @@ sub _run_sql { sub _load_sandbox { my $_file = shift; + $_file = "$_file"; my $_package = $_file; $_package =~ s/([^A-Za-z0-9_])/sprintf("_%2x", ord($1))/eg;