So what should I do in this issue if I need both CGI::Carp and DateTime->from_epoch ?
David Gang Programmer Tel: +9722-6499-341 Mobile: +052-7635170 Fax: + david.g...@exlibrisgroup.com www.exlibrisgroup.com -----Original Message----- From: Zefram [mailto:zef...@fysh.org] Sent: Monday, November 23, 2009 3:32 PM To: David Gang Cc: datetime Subject: Re: DateTime->from_epoch and cgi carp problem CGI::Carp is rude. It globally changes the behaviour of warning and dying via @SIG{qw(__WARN__ __DIE__)}. You can't expect it to play nicely with ANYTHING else. -zefram