Skip to content

Commit

Permalink
Remove import of tmpdir unexported method from File::Temp. Thanks to …
Browse files Browse the repository at this point in the history
…kmoradha for the report.
  • Loading branch information
darold committed Dec 10, 2024
1 parent ea59589 commit 3197881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgbadger
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ use Time::Local qw(timegm_nocheck timelocal_nocheck timegm timelocal);
use POSIX qw(locale_h sys_wait_h _exit strftime);
setlocale(LC_NUMERIC, '');
setlocale(LC_ALL, 'C');
use File::Spec qw/ tmpdir /;
use File::Spec;
use File::Temp qw/ tempfile /;
use IO::Handle;
use IO::Pipe;
Expand Down

0 comments on commit 3197881

Please sign in to comment.