File: empty_template_Makefile.PL

package info (click to toggle)
pre-commit 2.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,348 kB
  • sloc: python: 11,002; sh: 69; cs: 22; perl: 12; javascript: 5; ruby: 3; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 98 bytes parent folder | download
1
2
3
4
5
6
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME => "PreCommitDummy",
    VERSION => "0.0.1",
);