You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For distributions with lots of sub-modules, the constant chatter of "Generating a Unix-style Makefile\nWriting Makefile for My::ModuleA" can get in the way of identifying problems during Makefile generation. Most other print statements in MakeMaker.pm (that aren't warnings) have some form of 'if $Verbose' postfix to cut down on chatter. This patch also permits the printing of those lines for the top-level Makefile.
0 commit comments