summaryrefslogtreecommitdiffstats
path: root/lib/App/ArchLinux/PackagerTools/Archweb.pm
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2023-02-19 14:15:13 +0100
committerFlorian Pritz <bluewind@xinu.at>2023-02-19 14:15:13 +0100
commit07ac7bf85f3d03de265e16422cdcdfd24211708a (patch)
treebf35e393d5d55b1cf587351d51d0eceb7e375134 /lib/App/ArchLinux/PackagerTools/Archweb.pm
parentb33a064dbfeeed68c9256b3678d63d444a474ddd (diff)
downloadApp-ArchLinux-PackagerTools-07ac7bf85f3d03de265e16422cdcdfd24211708a.tar.gz
App-ArchLinux-PackagerTools-07ac7bf85f3d03de265e16422cdcdfd24211708a.tar.xz
Fix broken croak calls
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'lib/App/ArchLinux/PackagerTools/Archweb.pm')
-rw-r--r--lib/App/ArchLinux/PackagerTools/Archweb.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/App/ArchLinux/PackagerTools/Archweb.pm b/lib/App/ArchLinux/PackagerTools/Archweb.pm
index 5f3bcfa..8c92d95 100644
--- a/lib/App/ArchLinux/PackagerTools/Archweb.pm
+++ b/lib/App/ArchLinux/PackagerTools/Archweb.pm
@@ -2,6 +2,7 @@ package App::ArchLinux::PackagerTools::Archweb;
use strictures;
use autodie;
+use Carp;
use Function::Parameters;
use Log::Any qw($log);
use WWW::JSON;