Index: Crypt-SSLeay-0.72/Makefile.PL =================================================================== --- Crypt-SSLeay-0.72.orig/Makefile.PL +++ Crypt-SSLeay-0.72/Makefile.PL @@ -8,7 +8,8 @@ use Getopt::Long qw( GetOptionsFromArray use Path::Class; use Try::Tiny; -use inc::IO::Interactive::Tiny; +use lib 'inc'; +use IO::Interactive::Tiny; caller or run(\@ARGV, [qw{ssl crypto ssl32 ssleay32 eay32 libeay32 z}]);