Revision history for perl distribution Object-Signature-Portable: v1.2.2 2024-12-18 14:33:43+00:00 Europe/London [Documentation] - Fixed a typo that references the security policy. [Tests] - Add more author tests. v1.2.1 2024-12-18 11:53:57+00:00 Europe/London [Documentation] - Fixed typo. - Renamed SECURITY-POLICY.md to SECURITY.md [Tests] - Added Perl::Critic configuration. [Other] - Include core modules in prerequisites. v1.2.0 2024-12-06 19:31:53+00:00 Europe/London [Incompatible Changes] - Bumped minimum supported Perl version to v5.14. [Documentation] - Updated contributors section. - Fixed a typo. - Bumped copyright year. - Documented Perl version support policy. - Added SECURITY-POLICY.md to the distribution. [Other] - Remove requirement for MANIFEST.SKIP in build. - Sign the release. v1.1.2 2022-03-04 19:22:27+00:00 Europe/London [Bug Fix] - Removed POD spelling release test altogether, GH#4. v1.1.1 2022-03-04 10:37:07+00:00 Europe/London [Bug Fix] - Removed unnecessary use of Const::Fast from release test. v1.1.0 2022-03-03 16:15:39+00:00 Europe/London [Enhancements] - Switched from Exporter::Lite to Exporter. [Documentation] - Fix encoding of links in README. - Removed reference to Object::Serializer, since it seems to have disappeared from CPAN. - Bump copyright year. [Toolchain] - Removed Travis-CI. [Other] - Removed bad rule from MANIFEST.SKIP. [Tests] - Remove legacy author tests from xt directory. - Change Pod::Spelling test to use File::Slurper. - Report version of JSON::PP, Object::Signature and File::Slurper, if installed. v1.0.0 2020-12-11 14:10:46+00:00 Europe/London [Documentation] - Updated notes about encodings and numification. - Updated copyright year. - Adjusted POD markup. [Toolchain] - Update .gitignore rules. v0.2.0 2019-02-17 19:14:41+00:00 Europe/London [Toolchain] - Adapted to use Dist::Zilla/Pod::Weaver. - Removed use of Module::Install. v0.1.6 2014-09-14 [Documentation] - Added more details about alternative encoders. - Added design considerations for choosing JSON as a default serializer. - Added a note to the POD that this is for fingerprinting an object, and not for public-key signatures. (Thanks to the easily confused and pedantic anonymous commenter.) [Other Changes] - Explicit minimum Perl version in module code. v0.1.5 2014-09-03 [Tests] - Tests require Test::Differences, since some CPAN::Testers environments seem to be installing Test::Most without it. - Test::Warnings is only used for author tests. [Other Changes] - Fixed MANIFEST.SKIP rules. v0.1.4 2014-09-02 [Documentation] - Added note about alternative encoders. v0.1.3 2014-08-16 [Documentation] - Fixed typos in Changes. [Other Changes] - Fixed license in Makefile.PL to make CPANTS happy. v0.1.2 2014-06-04 [Documentation] - Fixed typos in POD. - Added requirements to README. [Other Changes] - Added QA tests to the git repo. v0.1.1 2014-03-11 [Documentation] - Added subsections to the LIMITATIONS section about Portability and Security, and moved a note about the hash algorithm to the latter. - Removed details from README. [Other Changes] - Removed unnecessary dependency from Makefile.PL. v0.1.0 2013-12-04 - First release.