This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Allow regexp-to-pvlv assignment
[perl5.git] / ext / POSIX / hints / bsdos.pl
CommitLineData
883fc332
AD
1# BSD platforms have extra fields in struct tm that need to be initialized.
2# XXX A Configure test is needed.
3$self->{CCFLAGS} = $Config{ccflags} . ' -DSTRUCT_TM_HASZONE' ;