diff options
Diffstat (limited to 'xmpt')
-rwxr-xr-x | xmpt | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ use v5.10; use strict; use warnings; +our $VERSION = '0'; + my $configpath = 'localhost.conf'; my $testplanpath = 'testplan'; my $templatepath = 'xml'; |