summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-06-13 18:16:10 +0200
committerDaniel Friesel <derf@finalrewind.org>2014-06-13 18:16:10 +0200
commit2561b24585884f43ec57acedc711f369db2bb317 (patch)
treeb61f40fb68a3877672e48c235da6d5a95ac6628e
parentdf744427be22787720e84850a209c6b0e0241e0f (diff)
rename dist to App::Icli to avoid CPAN namespace conflicts
-rw-r--r--Build.PL2
-rw-r--r--Changelog1
2 files changed, 1 insertions, 2 deletions
diff --git a/Build.PL b/Build.PL
index 6087943..176314d 100644
--- a/Build.PL
+++ b/Build.PL
@@ -34,8 +34,6 @@ my $build = Module::Build->new(
status_file => '/var/lib/icinga/status.dat',
command_file => '/var/lib/icinga/rw/icinga.cmd',
},
- dist_name => 'icli',
- dist_version_from => 'bin/icli',
module_name => 'App::Icli',
license => 'unrestricted',
requires => {
diff --git a/Changelog b/Changelog
index ae2b38f..5885f83 100644
--- a/Changelog
+++ b/Changelog
@@ -8,6 +8,7 @@ git HEAD
* add -ad / -a downtime option to schedule host/service downtimes
* Also show service downtimes when using -ld, improve its output
* Show service comments when using -vvv
+ * Rename package to App::Icli to avoid CPAN namespace conflicts
icli 0.47 - Thu May 29 2014