commit 478e95565553c584c06064eb42899f9268a4bc9f parent e702fd069e65237f7dca7067d8b3d87dfdbd09c9 Author: lash <dev@holbrook.no> Date: Tue, 1 Oct 2024 19:13:24 +0100 Remove stale croak call Diffstat:
M | bluto-pub | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bluto-pub b/bluto-pub @@ -23,7 +23,7 @@ Bluto::Cmd::process_param(); my $version = Bluto::Cmd::get_version(); if (!defined $version) { - Bluto::Cmd::croak("version missing"); + die("version missing"); } my $ym = Bluto::Cmd::base_config();