This file is indexed.

/usr/share/perl5/Config/Find/WinNT.pm is in libconfig-find-perl 0.26-2.

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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
package Config::Find::WinNT;

our $VERSION = '0.01';

use strict;
use warnings;

use Config::Find::WinAny

our @ISA = qw(Config::Find::WinAny);

1;
__END__

=encoding latin1

=head1 NAME

Config::Find::WinNT - WinNT idiosyncrasies for Config::Find

=head1 SYNOPSIS

  # don't use Config::Find::WinNT;
  use Config::Find;

=head1 ABSTRACT

Implements WinNT specific features for Config::Find

=head1 DESCRIPTION

Stub documentation for Config::Find::WinNT, created by h2xs.


=head2 EXPORT

None by default.



=head1 SEE ALSO

L<Config::Find>, L<Config::Find::WinAny>, L<Config::Find::Any>

=head1 AUTHOR

Salvador Fandiño, E<lt>sfandino@yahoo.comE<gt>

=head1 COPYRIGHT AND LICENSE

Copyright 2003 by Salvador Fandiño

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

=cut