summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-05-29 19:37:18 +0200
committerDaniel Friesel <derf@finalrewind.org>2014-05-29 19:37:33 +0200
commit84892a8583ade34cd97ac92b6ea1fb98f5dfc8d1 (patch)
tree5777cbcf98307848f877eba8e8a00c64692e8fcc /lib
parent8587b697cf15b4a2d7fbde5b6a05246f1d5acc86 (diff)
actual version bump0.47
Diffstat (limited to 'lib')
-rw-r--r--lib/App/Icli.pm56
1 files changed, 56 insertions, 0 deletions
diff --git a/lib/App/Icli.pm b/lib/App/Icli.pm
new file mode 100644
index 0000000..fdd4443
--- /dev/null
+++ b/lib/App/Icli.pm
@@ -0,0 +1,56 @@
+package App::Icli;
+
+use strict;
+use warnings;
+use 5.010;
+
+our $VERSION = '0.47';
+
+1;
+
+__END__
+
+=head1 NAME
+
+App::Icli - Icinga Command Line Interface
+
+=head1 SYNOPSIS
+
+None.
+
+=head1 VERSION
+
+version 0.47
+
+=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.