1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-09-11 08:50:42 +03:00

Safely check eval blocks and convert $@ to $EVAL_ERROR.

This commit is contained in:
David Steele
2016-09-06 09:44:50 -04:00
parent a701309453
commit dd8d781217
60 changed files with 1195 additions and 790 deletions

View File

@@ -9,9 +9,7 @@ use Carp qw(confess);
use Exporter qw(import);
our @EXPORT = qw();
use File::Basename qw(dirname);
use lib dirname($0) . '/../lib';
use pgBackRest::Common::Log;
use pgBackRest::Common::String;