Description: add missing 'use Carp' to test unit (provides confess)
Author: Carnë Draug
Last-Update: 2017-08-30
--- a/t/02test.t
+++ b/t/02test.t
@@ -1,5 +1,6 @@
 use strict;
 use warnings;
+use Carp;
 
 use Scalar::Util 'reftype';
 use Test::More tests => 10;
