in reply to Re: Why behaviour changes after converting to exe
in thread Why behaviour changes after converting to exe

pp -M DateTime::Locale -o script.exe script.pl

That doesn't work for me ... close, but not quite. I found I had to specifically load DateTime::Locale::en_US:
pp -M DateTime::Locale::en_US -o script.exe script.pl
Cheers,
Rob

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.