summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Imager/File/CUR.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Imager/File/CUR.pm')
-rwxr-xr-xMaster/tlpkg/tlperl/lib/Imager/File/CUR.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl/lib/Imager/File/CUR.pm b/Master/tlpkg/tlperl/lib/Imager/File/CUR.pm
new file mode 100755
index 00000000000..7c3570c729f
--- /dev/null
+++ b/Master/tlpkg/tlperl/lib/Imager/File/CUR.pm
@@ -0,0 +1,7 @@
+package Imager::File::CUR;
+use strict;
+
+# all the work is done by Imager::File::ICO
+use Imager::File::ICO;
+
+1;