Subject: | exit from a function? |
eval { Devel::PatchPerl->patch_source($perlversion, "."); };
^^ should it return or not? It may? It may not? Reading Changes for version 1.54
:
: Change: 498fcff11abd4e5f06a4e916c2296323c1125ced Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2019-02-18 11:06:49 +0000
: Updated hints and added certified perl version
: If perl to be patched is greater than or equal to certified perl version than patchperl will exit doing nothing
It seems to me that it exits.
Bug or feature?