Skip to content

Commit

Permalink
Improve autoinstall a particular version
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Dec 30, 2023
1 parent 5c7e63a commit f70f8d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gedcom
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ foreach my $module(@needfull) {
}
$module =~ s/\-/::/g;
$module =~ s/\.tar\.gz$//;
$module =~ s/::(\d)+$/ $1/;
eval "require $module";
if($@) {
die $@;
Expand Down

0 comments on commit f70f8d7

Please sign in to comment.