Skip to content

Commit

Permalink
bump perl version number; small modernization
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Aug 24, 2024
1 parent 013d78c commit e88509e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fc-solve/scripts/multi_config_tests.pl
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/usr/bin/env perl

# The aim of this program is to run Freecell Solver’s test suite with
# several different build-time configurations of the solver, to make sure
# several different build-time configurations of the solver, to make sure
# they are all working fine.

use strict;
use warnings;
use autodie;
use 5.014;
use 5.020;

package Games::Solitaire::FC_Solve::Test::Trap::Obj;

Expand Down

0 comments on commit e88509e

Please sign in to comment.