X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FDeploymentHandler%2FDeployMethod%2FSQL%2FTranslator%2FScriptHelpers.pm;fp=lib%2FDBIx%2FClass%2FDeploymentHandler%2FDeployMethod%2FSQL%2FTranslator%2FScriptHelpers.pm;h=ee210fe0b704236a5c82608cda17899b2c8872ed;hb=10557c5984171f198fc27443b2d2e7c8d8b6cf7e;hp=2bdf7f452450696a38579b619a20ad19934809b0;hpb=7b3d00f984e43c319a637332579e950376637a3d;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git diff --git a/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator/ScriptHelpers.pm b/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator/ScriptHelpers.pm index 2bdf7f4..ee210fe 100644 --- a/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator/ScriptHelpers.pm +++ b/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator/ScriptHelpers.pm @@ -3,7 +3,7 @@ package DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator::ScriptHel use strict; use warnings; -use Sub::Exporter -setup => { +use Sub::Exporter::Progressive -setup => { exports => [qw(dbh schema_from_schema_loader)], };