The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Session-Storage-Secure

0.006     2013-02-06 22:56:45 America/New_York

    [FIXED]

    - Made MooX::Types::MooseLike prereq explicit to try to address
      prereqs failures by some testers

0.005     2013-02-01 13:55:34 America/New_York

    [FIXED]

    - Added some defensive code to try to avoid test failures on Perl 5.8

0.004     2013-01-25 15:10:34 America/New_York

    [CHANGES]

    - Seeding is now done by Crypt::URandom, which uses the best
      non-blocking source of random data on a given platform, including
      Win32

0.003     2013-01-17 08:47:45 America/New_York

    [BUG FIXES]

    - ISAAC is now seeded from /dev/urandom instead of /dev/random to avoid
      blocking.  urandom is sufficient for seeding a CPRNG that itself is
      generating salt to permute the actual secret key.

0.002     2013-01-15 23:06:47 America/New_York

    [BUG FIXES]

    - Specify MIME::Base64 3.12 as minimum for encode/decode_base64url

0.001     2013-01-10 22:07:12 America/New_York

    - First release