Revision history for Crypt::Image
v1.0.0 2026-08-25
- Proposed fix for issue #3, raised by @andk.
- Updated version format across all modules to strict semantic
v-strings (v1.0.0).
- Modernised Makefile.PL to parse module versions dynamically
via ExtUtils::MakeMaker.
- Streamlined module documentation, POD headers, and simplified
license notices.
- Replaced static test fixtures (t/key.*) in unit tests with dynamic
GD image generation using File::Temp.
- Moved author and release maintenance tests (manifest.t, pod.t,
changes.t) to xt/ directory.
- Added xt/version.t to enforce version consistency between code and
POD across lib/.
0.15 2024-02-04T11:50:00+01:00
- Recovered from backpan.
0.14 2019-05-10T05:05:00+01:00
- Tidied up pod for Crypt::Image::Util.
0.13 2018-10-23T19:50:00+01:00
- Used namespace::autoclean instead.
0.12 2017-09-06T12:00:00+01:00
- Updated copyright year information.
0.11 2016-11-01T09:10:00+01:00
- Updated test scripts (t/meta-json.t and t/meta-yml.t).
0.10 2016-10-01T10:25:00+01:00
- Improved type definitions for 'FileType' and 'FilePath'.
0.09 2016-09-27T07:00:00+01:00
- Updated copyright year information.
- Tidied up unit test script t/00-load.t
0.08 2015-05-18T10:50:00+01:00
- Fixed the broken link in the section "ACKNOWLEDGEMENT".
- Updated pod document for method encrypt() and decrypt().
0.07 2015-01-14T19:45:00+01:00
- Updated Makefile.PL to generate the key 'provides' for META file correctly.
- Added unit test to test META files.
- Removed SIGNATURE file.
- Added LICENSE file.
- Updated Copyright year information.
- Tidied up the test scripts in general.
0.06 2014-10-27T23:55:25+01:00
- Updated Changes file according to CPAN::Changes::Spec package.
- Added unit test changes.t file.
0.05 2014-10-25T06:52:20+01:00
- Restructured the code using 'Moo'.
- Added section 'Repository' to the pod document.
- Removed the dependency on 'Readonly'.
0.04 2014-10-25T05:15:00+01:00
- Removed the Build.PL file.
- Removed the dependency on Carp::Always package.
0.03 2011-09-06T10:11:12+01:00
- Added more unit test for method encrypt() and decrypt().
- Updated the error message thrown by method encrypt() and decrypt().
0.02 2011-09-05T05 09:10:11+01:00
- Minor pod changes.
0.01 2011-09-02T16:17:18+01:00
- Module Created.