in reply to Re^3: HTML::Calendar alternative
in thread HTML::Calendar alternative

Thanks hippo

How can I get cpan or cpanm to use the noxs switch when it calls Makefile.pl. The question has been asked before but doesn't seem to have an answer - How to pass options to Makefile.PL when using cpanm?

I've tried cpanm Date::Simple --force and cpanm Date::Simple noxs but it's not that simple...

Also I've tried to follow this article but cannot find where Makefile.pl is located to run it directly.

Replies are listed 'Best First'.
Re^5: HTML::Calendar alternative
by marto (Cardinal) on Mar 13, 2021 at 11:52 UTC

    "cannot find where Makefile.pl is located to run it directly.

    Download and extract the tar file, or cpanm --look Date::Simple, follow the instructions.