From 84892a8583ade34cd97ac92b6ea1fb98f5dfc8d1 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 29 May 2014 19:37:18 +0200 Subject: actual version bump --- Changelog | 2 +- lib/App/Icli.pm | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+), 1 deletion(-) create mode 100644 lib/App/Icli.pm diff --git a/Changelog b/Changelog index fd35a72..422d0a9 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -icli 0.47 - Sat May 24 2014 +icli 0.47 - Thu May 29 2014 * Remove autodie dependency, improve error messages * Allow build-time specification of icinga paths 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 Ederf@finalrewind.orgE + +=head1 LICENSE + + 0. You just DO WHAT THE FUCK YOU WANT TO. -- cgit v1.2.3