Revision history for Perl extension Image::Magick::Tiler. 2.00 2016-10-13T13:43:00 - API change. - The geometry parameter NxM+x+y now has no optional tile counts (NxM) but allows the offsets [+-]x[+-]y to be omitted. - The return parameter has been chopped, so tile() always returns an arrayref. - Replace /usr/bin/perl with /usr/bin/env perl. - Replace common::sense with use strict and use warnings, to get uninit var warnings. - Adopt new repo format. This means many small changes. See http://savage.net.au/Ron/html/My.Workflow.for.Building.Distros.html for notes on the modernization of Makefile.PL. - Add github repo. - Remove Build.PL. See RT#105576. Thanx Karen Etheridge. - Add scripts/tile.pl for everyday use. - Add scripts/synopsis.pl for demonstation purposes. - In t/test.t, replace hard-coded output dir with File::Temp -> newdir(). - Change Carp::croak to die. - Add method count(). - Add method geometry_set(). - Remove method return(). 1.03 Sun Feb 21 12:55:25 2010 - Remove text 'All rights reserved' (for Debian licensing). - Remove POD heads 'Required Modules' and 'Changes'. 1.02 Wed Feb 10 14:02:09 2010 - MANIFEST.SKIP updated to exclude MYMETA.yml. Add MYMETA.yml. 1.01 Fri Nov 13 13:20:00 2009 - Run dos2unix - Rename Changes.txt to CHANGES 1.00 Thu Feb 22 20:37:29 2005 - original version