Skip to content
Snippets Groups Projects
Commit 9970a138 authored by Mathieu Alorent's avatar Mathieu Alorent
Browse files

use Test::More lib

parent 009990b6
Branches
No related tags found
No related merge requests found
#!perl -T
use Parse::Arcconf;
use strict;
use Parse::Arcconf;
use Test::More tests => 1;
my $arcconf = Parse::Arcconf->new();
$arcconf->parse_config_file("output.txt");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment