From 585a5a925342c357d46fbad273bfafc03bc33dcd Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sat, 25 May 2019 09:43:38 +0300 Subject: Check configuration file syntax before saving it * Makefile.PL: Require IPC::Cmd * lib/Config/HAProxy.pm (lint): New method. (save): Call linter prior to saving. Take optional dry_run keyword as argument. * t/lint.t: New file. --- MANIFEST.SKIP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MANIFEST.SKIP') diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index c1d2412..e7c7b44 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -60,4 +60,4 @@ ^\.emacs\.* \.tar$ \.tar\.gz$ -Config/HAProxy/VirtualHost.pm + -- cgit v1.2.1