/usr/lib/perl5/Wx/Scintilla/TextEvent.pm is in libwx-scintilla-perl 0.38-1build1.
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 | package Wx::Scintilla::TextEvent;
use 5.008;
use strict;
use warnings;
our $VERSION = '0.38';
our @ISA = 'Wx::ScintillaTextEvent';
1;
|