Changes for version 0.004000 - 2015-08-16

  • 01 - Installer Changed
    • ExtUtils::MakeMaker is now the shipped install toolkit.
    • https://questhub.io/realm/perl/quest/5388cc12bbd0be5b2500011f
  • 02 - 5.16 shenaningans removed
    • I figured I'm not really getting a lot of value out of PN BLOCK, so I nuked it.
    • The indentation level is enough on its own to be annoying.
  • Dependencies::Stats
    • Dependencies changed since 0.003000, see misc/*.deps* for details
    • build: -1
    • configure: +2 -1 (recommends: +1)
    • develop: +54 -2 (recommends: +1 -1, suggests: +1 ↑1)
    • runtime: +1 ↑1 ↓1 (recommends: +1)
    • test: +3 ↓1 -2 (recommends: +3)

Modules

Pick items from a data set associatively
New Key assignment methods
Pick a value from the pool based on the MD5 value of the key
Pick a value from the pool based on the SHA1 value of the key
destructively empty the supply pool from the left hand end to give associations.
Associate a key with a value from a pool based on the keys value as a numeric offset.
Associate a key by randomly picking from a pool
Pool re-population methods
a refill method that replenishes the cache with a repeating set of items
a refill method that replenishes the cache with a shuffled list
A Key Association methodology for Set::Associate
A data provider for Set::Associate
Shared Guts between Set::Associate modules