Subject: | signature should use Storable instead of Data::Dumper |
In order to maximize the correctness of the signature code, nfreeze (notice network order) with the deparse, forgive_me (for globs), and canonical flags should be used. This allows a more tolerant hash to be generated (but still depends on the storable version, I think).
Storable should still be faster than Data::Dumper for this too.