diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-06-13 18:16:10 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-06-13 18:16:10 +0200 |
commit | 2561b24585884f43ec57acedc711f369db2bb317 (patch) | |
tree | b61f40fb68a3877672e48c235da6d5a95ac6628e | |
parent | df744427be22787720e84850a209c6b0e0241e0f (diff) |
rename dist to App::Icli to avoid CPAN namespace conflicts
-rw-r--r-- | Build.PL | 2 | ||||
-rw-r--r-- | Changelog | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -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 => { @@ -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 |