alien option should operate in fallback mode
plicease opened this issue · 0 comments
plicease commented
If the caller specifies alien and the alien isn't installed it should ignore that option instead of throwing an exception or dying on the require.
That is:
my $lib = find_lib lib => 'foo', alien => 'Alien::libfoo'Should work either if the system libfoo.so is available, OR if Alien::libfoo is installed.