Switch ::ScriptHelpers to Sub::Exporter::Progressive
Arthur Axel 'fREW' Schmidt [Thu, 2 Aug 2012 22:44:56 +0000 (17:44 -0500)]
Changes
dist.ini
lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator/ScriptHelpers.pm

diff --git a/Changes b/Changes
index 3f01369..84bc4ee 100644 (file)
--- 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
index 03043ca..ae977ce 100644 (file)
--- 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
index 2bdf7f4..ee210fe 100644 (file)
@@ -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)],
 };