Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsunnavy <sunnavy@bestpractical.com>2021-09-15 00:42:01 +0300
committersunnavy <sunnavy@bestpractical.com>2021-09-15 00:42:01 +0300
commit185e82bc4d92ad7d6d5cc7ea4a949d9ad656c85e (patch)
treeab9d19ab2b787479f0da2c76f760ea8e536c1578
parent2427aee24e72ecd5d246edff1400f4daf228dd96 (diff)
parent99bf2435eb7935043ae71b3560099e930250d6e2 (diff)
Merge branch '5.0-trunk' into 5.0.2-relengrt-5.0.2
-rw-r--r--lib/RT/Handle.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/RT/Handle.pm b/lib/RT/Handle.pm
index 4b36c123b1..3f741fa7ff 100644
--- a/lib/RT/Handle.pm
+++ b/lib/RT/Handle.pm
@@ -863,6 +863,8 @@ sub InsertData {
local $@;
+ # Get the full path since . is no longer in @INC after perl 5.24
+ $datafile = Cwd::abs_path($datafile);
$RT::Logger->debug("Going to load '$datafile' data file");
my $datafile_content = do {