[go: up one dir, main page]

File: Makefile.PL

package info (click to toggle)
findimagedupes 2.18-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 200 kB
  • sloc: perl: 1,041; makefile: 11
file content (7 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
use Inline::MakeMaker;
WriteMakefile(
    'NAME'		=> 'findimagedupes::C',
    'VERSION_FROM' => 'C.pm',
    'EXE_FILES' => [ 'findimagedupes' ],
);