This file is indexed.

/usr/share/perl5/Net/Google/Code/TypicalRoles.pm is in libnet-google-code-perl 0.19-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
package Net::Google::Code::TypicalRoles;
use Any::Moose 'Role';

with 'Net::Google::Code::Role::Fetchable';
with 'Net::Google::Code::Role::URL';
with 'Net::Google::Code::Role::HTMLTree';
with 'Net::Google::Code::Role::Authentication';
with 'Net::Google::Code::Role::Pageable';
with 'Net::Google::Code::Role::Predefined';

no Any::Moose;

1;

__END__

=head1 NAME

Net::Google::Code::TypicalRoles - TypicalRoles

=head1 DESCRIPTION

this is an aggregation of roles that includes the typical roles
for Code.pm, Code/Issue.pm, Code/Download.pm and Code/Wiki.pm

=head1 AUTHOR

sunnavy  C<< <sunnavy@bestpractical.com> >>

=head1 LICENCE AND COPYRIGHT

Copyright 2008-2010 Best Practical Solutions.

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