aboutsummaryrefslogtreecommitdiffstats
path: root/xmpt
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2017-11-10 13:47:01 -0500
committerBrian Cully <bjc@kublai.com>2017-11-12 11:48:56 -0500
commit2bb7eb2dec219d05edb53002e10811fa214325b8 (patch)
treef593bef77ba64339622d720ac51901e4626848ab /xmpt
parent3f8f46c8b10d060ec4ba7f3be91ff3cb6e903e01 (diff)
downloadxmpt-2bb7eb2dec219d05edb53002e10811fa214325b8.tar.gz
xmpt-2bb7eb2dec219d05edb53002e10811fa214325b8.zip
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.
Diffstat (limited to 'xmpt')
-rwxr-xr-xxmpt2
1 files changed, 2 insertions, 0 deletions
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';