summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build.PL2
-rw-r--r--Changelog4
-rwxr-xr-xbin/icli4
3 files changed, 5 insertions, 5 deletions
diff --git a/Build.PL b/Build.PL
index 6de8dd3..2aae01c 100644
--- a/Build.PL
+++ b/Build.PL
@@ -36,8 +36,8 @@ my $build = Module::Build->new(
},
dist_name => 'icli',
dist_version_from => 'bin/icli',
- license => 'unrestricted',
module_name => 'App::Icli',
+ license => 'unrestricted',
requires => {
'perl' => '5.10.0',
'Carp' => 0,
diff --git a/Changelog b/Changelog
index acaaf31..fd35a72 100644
--- a/Changelog
+++ b/Changelog
@@ -1,7 +1,7 @@
-git HEAD
+icli 0.47 - Sat May 24 2014
* Remove autodie dependency, improve error messages
- * Allow build-item specification of icinga paths
+ * Allow build-time specification of icinga paths
(perl Build.PL --icli-xyz-file=..., see README)
* Do not throw warnings when encountering empty contact groups
* Do not require --recheck when using --force-recheck
diff --git a/bin/icli b/bin/icli
index 5359093..41cc8e6 100755
--- a/bin/icli
+++ b/bin/icli
@@ -16,7 +16,7 @@ use POSIX qw(strftime);
use Term::ANSIColor;
use Term::Size;
-our $VERSION = '0.46';
+our $VERSION = '0.47';
my ( $cache, $config, $data, $extra );
my $config_file = App::Icli::ConfigData->config('object_file');
@@ -1066,7 +1066,7 @@ B<icli> [B<-v>|B<-vv>] [B<-z> I<filter>] [B<-h> I<hosts>] [B<-g> I<hostgroups>]
=head1 VERSION
-version 0.46
+version 0.47
=head1 DESCRIPTION