projects
/
imager.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
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;