1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-12-13 23:25:51 +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

@@ -12,7 +12,6 @@ use File::Basename qw(dirname);
use Scalar::Util qw(blessed);
use XML::Checker::Parser;
use lib dirname($0) . '/../lib';
use pgBackRest::Common::Log;
use pgBackRest::Common::String;
use pgBackRest::FileCommon;