in reply to Re^2: Date::Calc Install Fails
in thread Date::Calc Install Fails

As you're not using cpan to install the module, there is nothing to force :) that is cpan client command which you're not using :) just dmake install

Replies are listed 'Best First'.
Re^4: Date::Calc Install Fails
by mseifert (Initiate) on Jan 12, 2015 at 02:40 UTC
    Ah, I didn't realize dmake install was the missing piece. I was creative in my own way: I paused the containing batch script mid flight - swapped out the 3 bad test files with ones that would pass and let it rip - it installed just fine. Funky, but it let me get past the bugs. I tried to patch the test files using gnuWin32 but it crashed - in the end I won't worry about it. Thanks for the tip.