1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-11-29 22:28:02 +02:00

Removed extraneous use lib directives from Perl modules.

Suggested by Devrim Gündüz.
This commit is contained in:
David Steele
2016-11-04 13:56:26 +02:00
parent 171c5835bb
commit f43e5bc52d
36 changed files with 26 additions and 41 deletions

View File

@@ -13,7 +13,6 @@ use File::Basename qw(dirname);
use POSIX qw(ceil);
use Time::HiRes qw(gettimeofday usleep);
use lib dirname($0) . '/../lib';
use pgBackRest::Common::Log;
####################################################################################################################################