Subject: | Couldn't find module or a distribution IO::Intereactive::Tiny in dependency resolution |
Looks like there's a typo in the deps.
Unless that module is really that badly named;
https://metacpan.org/diff/file?target=NANIS/Crypt-SSLeay-0.65_08/&source=NANIS/Crypt-SSLeay-0.64/#META.json
- "ExtUtils::MakeMaker" : "0"
+ "Devel::CheckLib" : "0.99",
+ "ExtUtils::CBuilder" : "0.280205",
+ "Getopt::Long" : "0",
+ "IO::Intereactive::Tiny" : "0", <-----------
+ "Path::Class" : "0.26",
+ "Try::Tiny" : "0.19"
Given its correct in Makefile.PL, somebody just transposed wrong:
-use Getopt::Long;
+use Getopt::Long qw( GetOptionsFromArray );
+use IO::Interactive::Tiny;
+use Path::Class;
Interactive # right
Intereactive # wrong
Intereactive # wrong