in reply to Re^2: When does Perl double the number of buckets in hash?
in thread When does Perl double the number of buckets in hash?

As you can see, the used number of buckets went up (6⇒7), so a collision did not occur, so there was no reason for a split.
  • Comment on Re^3: When does Perl double the number of buckets in hash?