diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-10-06 16:41:04 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-10-06 16:41:04 +0200 |
commit | 4a40e7ebdd84126278662dbaaa787e9864ab75c9 (patch) | |
tree | 7526d4098d64196d4d34676b429c66f330f87dbb /bin/db-iris | |
parent | 1bfa77759d8e51e442321d9eb45e488147c8d006 (diff) |
db-iris: Remove useless use of Carp
Diffstat (limited to 'bin/db-iris')
-rwxr-xr-x | bin/db-iris | 1 |
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); |