Subject: | Can't locate Tk/MMtry.pm in @INC |
Trying to build the module on a system without Tk.pm installed (e.g. on a smoker system) fails:
...
Output from '/usr/local/bin/perl Makefile.PL':
### Note: 'Building Outside of Tk itself' Messages are Expected Here ####
Can't locate Tk/MMtry.pm in @INC (you may need to install the Tk::MMtry module) (@INC contains: /var/tmp/cpansmoker-1023/2020101718/CPAN-Reporter-lib-jZBO /usr/local/lib/perl5/site_perl/mach/5.30 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.30/mach /usr/local/lib/perl5/5.30) at ./myConfig line 7.
BEGIN failed--compilation aborted at ./myConfig line 7.
Compilation failed in require at Makefile.PL line 19.
BEGIN failed--compilation aborted at Makefile.PL line 23.
...
This can be fixed by specifying a configure_requires dependency --- on the mentioned "Tk::MMtry" or on "Tk", both should work.