Skip to content

Commit

Permalink
Set a minimal perl version.
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Jan 31, 2024
1 parent 2386767 commit 2c4598b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package Games::Solitaire::Verify::Golf;

use strict;
use warnings;
use 5.014;
use autodie;
use utf8;

Expand Down

0 comments on commit 2c4598b

Please sign in to comment.