This file is indexed.

/usr/share/perl5/Lingua/Identify/Nothing.pm is in liblingua-identify-perl 0.56-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
26
27
28
29
30
31
32
33
34
use strict;

1;

=head1 NAME

Lingua::Identify::Nothing - Module for tests

=head1 SYNOPSIS

Nothing here is meant for public consumption. This module is to be
loaded by Lingua::Identify.

=head1 DESCRIPTION

This module serves to exercise part of I<Lingua::Identify>'s code.

=head1 SEE ALSO

Lingua::Identify(3).

=head1 AUTHOR

Jose Castro, C<< <cog@cpan.org> >>

=head1 COPYRIGHT AND LICENSE

Copyright (C) 2004 by Jose Alves de Castro

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.4 or,
at your option, any later version of Perl 5 you may have available.

=cut