From 2a243ddb2ec46190f760a7569159cb27ccf1fe64 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 5 Jul 2025 09:03:55 +0200 Subject: perltidy --- bin/db-iris | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/db-iris b/bin/db-iris index 9e1b649..d8f9331 100755 --- a/bin/db-iris +++ b/bin/db-iris @@ -78,7 +78,7 @@ if ($date) { if ( $date eq 'tomorrow' ) { $datetime->add( days => 1 ); } - elsif (not( defined $day and defined $month ) + elsif ( not( defined $day and defined $month ) or ( $day < 1 ) or ( $day > 31 ) or ( $month < 1 ) -- cgit v1.2.3