File: Makefile.PL

package info (click to toggle)
libmodule-depends-perl 0.16-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 232 kB
  • sloc: perl: 286; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!perl -w
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME => 'Debian317061',
    PREREQ_PM      => {
        'Not::A::Real::Module' => 42,
    },
   );
0;