X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=08a48fa047579c8ea74567a40667047f22e3b9da;hp=b3ac93a5ff87a1439bfaf2a57906562aaef5ac9f;hb=c9a26f7462ed569adb136f731edae492b5961807;hpb=1c30a2e4a2907330fa59e4ab38a6b56e74136737 diff --git a/Makefile.PL b/Makefile.PL index b3ac93a..08a48fa 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -109,9 +109,9 @@ my $test_requires = { if ($ENV{DBICTEST_SQLT_DEPLOY}) { local @INC = ('lib', @INC); require DBIx::Class::Optional::Dependencies; - my $dep_req = DBIx::Class::Optional::Dependencies->req_list_for('deploy'); - for (keys %$dep_req) { - test_requires ($_ => $dep_req->{$_}) + my $deploy_req = DBIx::Class::Optional::Dependencies->req_list_for('deploy'); + for (keys %$deploy_req) { + test_requires ($_ => $deploy_req->{$_}) } }