Skip to content

Commit

Permalink
Set minimum Perl minor version for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
irwink committed Apr 28, 2020
1 parent 343806d commit 2d809b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Validator_GUI/install.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1855,7 +1855,13 @@ sub Set_Permissions {
# Not Windows (should be Linux).
#
$is_windows = 0;

#
# Minimum Perl minor version is 0.
#
$PERL_MIN_MINOR_NUMBER = 0;
}

#
# Get the language of this system
#
Expand Down

0 comments on commit 2d809b0

Please sign in to comment.