From: Arthur Axel 'fREW' Schmidt Date: Thu, 2 Aug 2012 22:44:56 +0000 (-0500) Subject: Switch ::ScriptHelpers to Sub::Exporter::Progressive X-Git-Tag: v0.002200~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=10557c5984171f198fc27443b2d2e7c8d8b6cf7e;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git Switch ::ScriptHelpers to Sub::Exporter::Progressive --- diff --git a/Changes b/Changes index 3f01369..84bc4ee 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,7 @@ Revision history for {{$dist->name}} {{$NEXT}} - Test suite now is fully parallelizable + - Switch ::ScriptHelpers to Sub::Exporter::Progressive 0.002115 2012-07-10 13:36:35 America/Chicago - Make tests use actual temp files to make certain systems stop failing tests diff --git a/dist.ini b/dist.ini index 03043ca..ae977ce 100644 --- a/dist.ini +++ b/dist.ini @@ -41,3 +41,4 @@ aliased = 0 Test::Requires = 0.06 Context::Preserve = 0.01 File::Temp = 0 +Sub::Exporter::Progressive = 0 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)], };