1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-12 15:23:02 +03:00

Sigh, need "use Config" as well.

This time with some manual testing behind it ...
This commit is contained in:
Tom Lane
2015-10-12 19:49:22 -04:00
parent 34557f5448
commit c6ab511c22

View File

@@ -3,6 +3,7 @@ package TestLib;
use strict; use strict;
use warnings; use warnings;
use Config;
use Exporter 'import'; use Exporter 'import';
our @EXPORT = qw( our @EXPORT = qw(
tempdir tempdir