/usr/share/perl5/Config/JFDI/Carp.pm is in libconfig-jfdi-perl 0.065-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | package Config::JFDI::Carp;
use strict;
use warnings;
use Carp::Clan::Share;
1;
|