From dd2e5dae0b80f0fdd5c66911bc5e22eef896b7a3 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 30 Nov 2011 03:15:32 +0100 Subject: [PATCH] Bugfix because of version string --- lib/FrBr/Postfix/App.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/FrBr/Postfix/App.pm b/lib/FrBr/Postfix/App.pm index 6b71baa..31dd2da 100644 --- a/lib/FrBr/Postfix/App.pm +++ b/lib/FrBr/Postfix/App.pm @@ -264,7 +264,7 @@ has '+testmode' => ( #------------ sub _build_version { - return $VERSION; + return $VERSION . ""; } #------ -- 2.39.5