This file is indexed.

/usr/share/perl5/Catalyst/Plugin/Unicode/Encoding.pm is in libcatalyst-perl 5.90115-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
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
package Catalyst::Plugin::Unicode::Encoding;

our $VERSION = '99.0'; # set high so we always overwrite

1;

=head1 NAME

Catalyst::Plugin::Unicode::Encoding - Unicode aware Catalyst

=head1 DESCRIPTION

This plugin has been merged into core.  This package only exists to clean out
any existing versions on your installed system.

=head1 AUTHORS

Catalyst Contributors, see Catalyst.pm

=head1 COPYRIGHT

This library is free software. You can redistribute it and/or modify
it under the same terms as Perl itself.

=cut