projects
/
dbsrgits/DBIx-Class-DeploymentHandler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7b3d00f
)
Switch ::ScriptHelpers to Sub::Exporter::Progressive
Arthur Axel 'fREW' Schmidt [Thu, 2 Aug 2012 22:44:56 +0000 (17:44 -0500)]
Changes
patch
|
blob
|
blame
|
history
dist.ini
patch
|
blob
|
blame
|
history
lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator/ScriptHelpers.pm
patch
|
blob
|
blame
|
history
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
diff --git
a/dist.ini
b/dist.ini
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
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
(file)
--- 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)],
};