diff options
author | Daniel Friesel <derf@finalrewind.org> | 2010-09-11 16:41:28 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2010-09-11 16:41:28 +0200 |
commit | fdca5cb6f1414cd8f7eea928c380ba8f0ab56774 (patch) | |
tree | d5e75fd6502c94ea5273bc4a27880f55dc994eb9 | |
parent | 8e2d3c583fc1fd4179e7665dde035c1db812c2c8 (diff) |
icli: Make version digestible for perl 5.12, hopefully
-rwxr-xr-x | bin/icli | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ use Date::Format; use Getopt::Long qw/:config bundling/; use Term::ANSIColor; -my $VERSION = '0.1+git'; +my $VERSION = '0.1'; my ($cache, $config, $data, $extra); my $config_file = '/var/cache/icinga/objects.cache'; |