Revision history for Perl extension Image::Magick::CommandParser.
1.04 2016-08-14T11:33:00
- Stop using Test::Stream. Use Test::More shipped in the Test::Simple distro.
See RT#116933. Thanx to Chad Granum.
- Update version #s in pre-reqs.
- Adopt new repo structure. For details, see
http://savage.net.au/Ron/html/My.Workflow.for.Building.Distros.html.
- Update .gitignore and MANIFEST.SKIP.
- Change licence from Artistic to Perl.
- Move File::Spec, File::Temp, Test::Pod and Test::Simple to TEST_REQUIRES within Makefile.PL.
1.03 2016-02-10T13:47:00
- Add missing pre-reqs to Makefile.PL.
- Remove redundant 'use' statements in various places.
- Replace 'say' with print. Add "\n" of course to end-of-line.
- Fix typo in this file left over from previous module.
1.02 2016-02-09T13:26:00
- Restore File::Slurper to Makefile.PL.
1.01 2016-02-08T17:26:00
- Change bsd_glob to just glob, since the former was only introduced in Perl V 5.16.
1.00 2015-12-29T11:50:00
- Original version