mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Sigh, need "use Config" as well.
This time with some manual testing behind it ...
This commit is contained in:
parent
06dd4b44fb
commit
bba442ef93
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ package TestLib;
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
use Config;
|
||||
use Exporter 'import';
|
||||
our @EXPORT = qw(
|
||||
tempdir
|
||||
|
|
|
|||
Loading…
Reference in a new issue