Initial Commit
This commit is contained in:
9
database/perl/vendor/lib/Imager/File/CUR.pm
vendored
Normal file
9
database/perl/vendor/lib/Imager/File/CUR.pm
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user