This file is indexed.

/usr/share/perl5/Bundle/Object/InsideOut.pm is in libobject-insideout-perl 4.02-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
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
package Bundle::Object::InsideOut;

use strict;
use warnings;

our $VERSION = '4.02';
$VERSION = eval $VERSION;

1;

__END__

=head1 NAME

Bundle::Object::InsideOut - A bundle of modules for full Object::InsideOut support

=head1 SYNOPSIS

 perl -MCPAN -e "install Bundle::Object::InsideOut"

=head1 CONTENTS

Test::Harness 3.35              - Used for module testing

Test::Simple 1.001014           - Used for module testing

Scalar::Util 1.42               - Used by Object::InsideOut

Pod::Escapes 1.07               - Used by Pod::Simple

Pod::Simple 3.30                - Used by Test::Pod

Test::Pod 1.51                  - Checks POD syntax

Devel::Symdump 2.15             - Used by Pod::Coverage

File::Spec 3.47                 - Used by Pod::Parser

Pod::Parser 1.63                - Used by Pod::Coverage

Pod::Coverage 0.23              - Used by Test::Pod::Coverage

Test::Pod::Coverage 1.10        - Tests POD coverage

threads 2.02                    - Support for threads

threads::shared 1.48            - Support for sharing objects between threads

Want 0.25                       - :lvalue accessor support

Data::Dumper 2.154              - Object serialization support

Storable 2.51                   - Object serialization support

Devel::StackTrace 2.00          - Used by Exception::Class

Class::Data::Inheritable 0.08   - Used by Exception::Class

Exception::Class 1.39           - Error handling

Object::InsideOut 4.02          - Inside-out object support

URI 1.69                        - Used by LWP::UserAgent

HTML::Tagset 3.20               - Used by LWP::UserAgent

HTML::Parser 3.71               - Used by LWP::UserAgent

LWP::UserAgent 6.13             - Used by Math::Random::MT::Auto

Win32::API 0.82                 - Used by Math::Random::MT::Auto (Win XP only)

Math::Random::MT::Auto 6.22     - Support for :SECURE mode

=head1 DESCRIPTION

This bundle includes all the modules used to test and support
Object::InsideOut.

=head1 CAVEATS

For ActivePerl on Win XP, if L<Win32::API> doesn't install using CPAN, then
try installing it using PPM:

 ppm install Win32-API

Obviously, Win32::API will not install on all platforms - just Windows and
Cygwin.

=head1 AUTHOR

Jerry D. Hedden, S<E<lt>jdhedden AT cpan DOT orgE<gt>>

=head1 COPYRIGHT AND LICENSE

Copyright 2006 - 2012 Jerry D. Hedden. All rights reserved.

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

=cut