add SQLT dep if DBICTEST_SQLT_DEPLOY env is set
authorRafael Kitover <rkitover@cpan.org>
Sun, 11 Mar 2012 20:56:53 +0000 (16:56 -0400)
committerPeter Rabbitson <ribasushi@cpan.org>
Mon, 12 Mar 2012 21:30:32 +0000 (22:30 +0100)
commit19b088d1b46014e9c1f14439769d6c0f3b2fabea
tree06cd69181edd1b3829a1fc2f73c0f92cad00b307
parent7b71391b3752ec823c7510403c6b59b0be4957ce
add SQLT dep if DBICTEST_SQLT_DEPLOY env is set

Add some code to Makefile.PL to check for $ENV{DBICTEST_SQLT_DEPLOY},
which if set requires SQL::Translator to be available or the tests
will fail. Add the dep as a test_requires directly, so that it is
scrubbed out of the META.yml in author mode due to not being in the
$test_requires hash.
Makefile.PL