Re: Fwd: [rt.cpan.org #81516] Test failures due to hash randomisation in perl 5.17.6
"Steffen Winkler" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Jens,
What about if you write some list brackets?
The list is sorted. Or is that () optimized during compilation.
{
(
f_dir => $dir,
sql_identifier_case => 2, # SQL_IC_LOWER
dbm_tables => { fred => $tbl_info },
)
}
--Steffen