Added to prevent automated testing in Build.PL and Makefile.PL.
This commit is contained in:
parent
d68eefcc30
commit
658a718f19
2
Build.PL
2
Build.PL
@ -5,6 +5,8 @@ use lib qw(lib);
|
||||
use DbFramework::Util;
|
||||
require './t/util.pl';
|
||||
|
||||
exit 0 if $ENV{AUTOMATED_TESTING};
|
||||
|
||||
my $catalog_db = 'dbframework_catalog';
|
||||
my %keytypes = (primary => 0, foreign => 1, index => 2);
|
||||
|
||||
|
@ -7,6 +7,8 @@ use lib qw(lib);
|
||||
use DbFramework::Util;
|
||||
require './t/util.pl';
|
||||
|
||||
exit 0 if $ENV{AUTOMATED_TESTING};
|
||||
|
||||
my $catalog_db = 'dbframework_catalog';
|
||||
my %keytypes = (primary => 0, foreign => 1, index => 2);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user