/usr/share/perl5/App/Icli.pm is in icli 0.48-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 | package App::Icli;
use strict;
use warnings;
use 5.010;
our $VERSION = '0.48';
1;
__END__
=head1 NAME
App::Icli - Icinga Command Line Interface
=head1 SYNOPSIS
None.
=head1 VERSION
version 0.48
=head1 DESCRIPTION
This is a transitional module and does not yet offer any functionality.
Please refer to icli(1) and App::Icli::ConfigData(3pm) for documentation.
=head1 METHODS
None.
=head1 DIAGNOSTICS
None.
=head1 BUGS AND LIMITATIONS
None.
=head1 DEPENDENCIES
None.
=head1 SEE ALSO
App::Icli::ConfigData(3pm)
=head1 AUTHOR
Copyright (C) 2014 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
=head1 LICENSE
0. You just DO WHAT THE FUCK YOU WANT TO.
|