This file is indexed.

/usr/share/perl5/Config/Model/models/Itself/CommonElement/Assert.pod is in libconfig-model-itself-perl 2.006-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
# PODNAME: Config::Model::models::Itself::CommonElement::Assert
# ABSTRACT:  Configuration class Itself::CommonElement::Assert
=encoding utf8

=head1 NAME

Config::Model::models::Itself::CommonElement::Assert - Configuration class Itself::CommonElement::Assert

=head1 DESCRIPTION

Configuration classes used by L<Config::Model>

=head1 Elements

=head2 code

Perl instructions to test the value. $_ will contain the value to test. C<$self> will contain the value object. Use with care. I<< Optional. Type string.  >> 

=head2 msg

Warning message to show user. "$_" will contain the bad value. Example "value $_ is bad". Leave blank or undef to use generated message. I<< Optional. Type string.  >> 

=head2 fix

Perl instructions to fix the value. These instructions may be triggered by user. $_ will contain the value to fix.  $_ will be stored as the new value once the instructions are done. C<$self> will contain the value object. Use with care. I<< Optional. Type string.  >> 

=head1 SEE ALSO

=over

=item *

L<cme>

=back

=cut