diff options
-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 |