Skip to content

Commit 28d8048

Browse files
committed
Tell about bootstrapping
1 parent 4ae15ff commit 28d8048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gedcom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ BEGIN {
146146
# system("cpan -i $list");
147147
system('perl -MCPAN -e \'CPAN::Shell->install("' . join('", "', @needfull) . '")\'');
148148
} else {
149-
die "You need the following modules: $list";
149+
die "You need the following modules: $list. Set BOOTSTRAP=1 to try to load";
150150
}
151151
}
152152

0 commit comments

Comments
 (0)