From 2bb7eb2dec219d05edb53002e10811fa214325b8 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Fri, 10 Nov 2017 13:47:01 -0500 Subject: Add tests. * Add simple INSTALL document. * Add Makefile.PL for make support. * Moved sample files to t/fixtures. * Add version to xmpt executable.xmpt * Add tests for sample CLI run. --- xmpt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xmpt') diff --git a/xmpt b/xmpt index 9ab7f7d..5e79d7d 100755 --- a/xmpt +++ b/xmpt @@ -9,6 +9,8 @@ use v5.10; use strict; use warnings; +our $VERSION = '0'; + my $configpath = 'localhost.conf'; my $testplanpath = 'testplan'; my $templatepath = 'xml'; -- cgit v1.2.3