summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-10-06 16:41:04 +0200
committerDaniel Friesel <derf@finalrewind.org>2016-10-06 16:41:04 +0200
commit4a40e7ebdd84126278662dbaaa787e9864ab75c9 (patch)
tree7526d4098d64196d4d34676b429c66f330f87dbb
parent1bfa77759d8e51e442321d9eb45e488147c8d006 (diff)
db-iris: Remove useless use of Carp
-rwxr-xr-xbin/db-iris1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/db-iris b/bin/db-iris
index 6a58b3d..6101b42 100755
--- a/bin/db-iris
+++ b/bin/db-iris
@@ -8,7 +8,6 @@ no if $] >= 5.018, warnings => 'experimental::smartmatch';
our $VERSION = '1.10';
-use Carp;
use DateTime;
use DateTime::Format::Strptime;
use Encode qw(decode);