summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl.straw/lib/Imager/File/CUR.pm
blob: 7c3570c729febe8f9c6418d75ddd57c7d600c142 (plain)
1
2
3
4
5
6
7
package Imager::File::CUR;
use strict;

# all the work is done by Imager::File::ICO
use Imager::File::ICO;

1;