Revision history for Perl extension Hashids 0.04 2013-08-22T18:10:56Z - Fix a bug in decrypt() when subclassing - Let decrypt() emit sane output in when in list context, and be symmetric to encrypt() - Remove Test::Deep, use Test::More::is_deeply() instead 0.03 2013-08-20T15:57:59Z - Let the construct accept salt string only for consistency with other Hashids implementations - Refactor a really little bit :) 0.02 2013-08-20T10:01:07Z - Forgot salt key in SYNOPSIS 0.01 2013-08-20T08:41:48Z - initial release, a straight port of hashids.js for Perl. Expect updates soon :)