upgrade perl version

This commit is contained in:
htrgouvea 2023-05-18 06:45:47 -03:00
parent f588a1c6a0
commit 67d79c2d40
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env perl
use 5.018;
use 5.030;
use strict;
use warnings;
use Try::Tiny;