add support for file write plugins
[imager.git] / ICO / lib / Imager / File / CUR.pm
1 package Imager::File::CUR;
2 use strict;
3
4 # all the work is done by Imager::File::ICO
5 use Imager::File::ICO;
6
7 1;