From 9970a138e2f86ad70a6a22ba3f91d0fd169beb34 Mon Sep 17 00:00:00 2001 From: Mathieu Alorent <github@kumy.net> Date: Fri, 29 Jun 2012 12:34:23 +0200 Subject: [PATCH] use Test::More lib --- t/01-parse.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/01-parse.t b/t/01-parse.t index 0615bce..d761da8 100644 --- a/t/01-parse.t +++ b/t/01-parse.t @@ -1,7 +1,8 @@ #!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"); -- GitLab