DEBSOURCES
Skip Quicknav
sources / libimager-perl / 1.012%2Bdfsg-1 / ICO / lib / Imager / File / CUR.pm
123456789
package Imager::File::CUR; use 5.006; use strict; our $VERSION = "1.000"; # all the work is done by Imager::File::ICO use Imager::File::ICO; 1;