diff options
author | Tom Lane | 2015-10-12 23:49:22 +0000 |
---|---|---|
committer | Tom Lane | 2015-10-12 23:49:22 +0000 |
commit | bba442ef9397ae31a278b4be1cecf1986b1f67c5 (patch) | |
tree | 0c3f7d37de691ede9119f53717252093a1c2e57a | |
parent | 06dd4b44fbcef0297acc0fbb1efe311900310272 (diff) |
Sigh, need "use Config" as well.
This time with some manual testing behind it ...
-rw-r--r-- | src/test/perl/TestLib.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/perl/TestLib.pm b/src/test/perl/TestLib.pm index 8159987b556..fdb7b533729 100644 --- a/src/test/perl/TestLib.pm +++ b/src/test/perl/TestLib.pm @@ -3,6 +3,7 @@ package TestLib; use strict; use warnings; +use Config; use Exporter 'import'; our @EXPORT = qw( tempdir |