1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-26 02:48:28 +00:00

Pmmn is now mature enough to be called 1.0.0

This commit is contained in:
Steve Schnepp 2012-03-08 11:46:43 +01:00
parent affbf60f2a
commit 18b69829c0

View file

@ -13,7 +13,7 @@ use Pod::Usage;
$| = 1; $| = 1;
my $VERSION = "0.0.1"; my $VERSION = "1.0.0";
my $port; # Default is stdin/stdout my $port; # Default is stdin/stdout
my $verbose; my $verbose;