Skip to content

Commit

Permalink
Added autodie
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Jun 13, 2024
1 parent d354a4d commit 47dfed7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
use warnings;
use strict;
use v5.10.0;
use autodie qw(:all); # Recommended more: defaults and system/exec.

my $version = $ARGV[0];

Expand Down

0 comments on commit 47dfed7

Please sign in to comment.