Revision history for Bytes::Random::Secure::Tiny 1.011 2020-09-25 - Add version number tests. - Move author tests to xt/ - Eliminate dependency on Test::CheckManifest: Module is broken and author seems unlikely to fix it. 1.010 2020-09-25 - Version numbers consistency. 1.009 2020-09-24 - Fixed a spelling error and SYNOPSIS error in POD (Patches received via GitHub PRs). 1.008 2015-07-08 - Shuffle handles empty arrayrefs more gracefully. 1.007 2015-07-07 - Added a shuffle method. - Documentation tweaks. 1.006 2015-07-06 - Fixed the META_MERGE entry in Makefile.PL - the 'meta-spec' part was in the wrong place, so the repo wasn't appearing in the metadata. - The ABSTRACT_FROM was referring to the .pm file rather than the .pod 1.005 2015-07-05 - Fixed a mistake in the SYNOPSIS. Improved description of string_from. 1.004 2015-06-23 - Makefile.PL now requires Perl 5.8. - _ranged_randoms returns an arrayref rather than array (microoptiomization) 1.003 2015-06-22 - Fix POD formatting issue. - Split POD into separate file. 1.002 2015-06-21 - Set default seed to /dev/urandom, not /dev/random. 1.001 2015-06-21 - Revert PP::irand to using sprintf. - Fix dependency tests so Windows dependencies are tested. 1.000 2015-06-20 - Initial CPAN release. - Based on Bytes::Random::Secure, Crypt::Random::Seed, and Math::Random::ISAAC