Subject: | Time::Format crashes on perl v5.8.5 |
At using Time::Format on perl v5.8.5 on Solaris the perl script crashes.
I created simple script:
#!/bin/perl -w
use Time::Format qw(%time);
print "$time{'mm/dd/yy hh:mm:ss'} \tIt is time!\n";
and in 'use Time::Format qw(%time);' it crashes:
Segmentation Fault (core dumped)
I tested this script for perl v5.6.1 and it worked well.