summaryrefslogtreecommitdiff
path: root/t/select.t
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-07-12 09:09:03 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-07-12 09:09:03 +0300
commitedfeb103b85e10aa9e6825d3b92c5888fb4dea94 (patch)
treea464544110c01c65098a282c459e54afdb41c455 /t/select.t
parent77946164120de0a135035621762779bfa50e82d0 (diff)
downloadconfig-haproxy-edfeb103b85e10aa9e6825d3b92c5888fb4dea94.tar.gz
config-haproxy-edfeb103b85e10aa9e6825d3b92c5888fb4dea94.tar.bz2
Drop dependency on autodiev1.01
* Changes: Update * lib/Config/HAProxy.pm: Improve description of the write method. * t/format.t: Pass string ref to write. Don't use autodie. * t/select.t: Don't use autodie.
Diffstat (limited to 't/select.t')
-rw-r--r--t/select.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/select.t b/t/select.t
index 0be1c9c..1930ff6 100644
--- a/t/select.t
+++ b/t/select.t
@@ -3,7 +3,6 @@ use lib qw(t lib);
use strict;
use warnings;
use Test::More;
-use autodie;
BEGIN {
plan tests => 4;

Return to:

Send suggestions and report system problems to the System administrator.