File: CUR.pm

package info (click to toggle)
libimager-perl 1.012%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,376 kB
  • sloc: perl: 31,562; ansic: 27,846; makefile: 53; cpp: 4
file content (9 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
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;