This file is indexed.

/usr/share/perl5/Rose/DB/Object/MixIn.pm is in librose-db-object-perl 1:0.815-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
package Rose::DB::Object::MixIn;

use strict;

use base 'Rose::Object::MixIn';

our $VERSION = '0.764';

1;

__END__

=head1 NAME

Rose::DB::Object::MixIn - A base class for mix-ins.

=head1 SYNOPSIS

  # This module is deprecated.  Please use Rose::Object::MixIn instead.

=head1 DESCRIPTION

This class is a trivial subclass of L<Rose::Object::MixIn>.  It exists for backward compatibility reasons only.  Please see L<Rose::Object::MixIn> for full documentation, and use that class instead of this one.

=head1 AUTHOR

John C. Siracusa (siracusa@gmail.com)

=head1 LICENSE

Copyright (c) 2010 by John C. Siracusa.  All rights reserved.  This program is
free software; you can redistribute it and/or modify it under the same terms
as Perl itself.