/usr/share/perl5/XML/XQL/Strict.pm is in libxml-xql-perl 0.68-6.
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 9 10 11 12 | package XML::XQL::Strict;
BEGIN
{
die "Can't 'use' or 'require' XML::XQL module before XML::XQL::Strict\nJust 'us' or 'require' XML::XQL::Strict instead" if ($XML::XQL::Included);
$XML::XQL::Restricted = 1;
require XML::XQL;
};
1;
|