mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Sigh, need "use Config" as well.
This time with some manual testing behind it ...
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user