File: Makefile.PL

package info (click to toggle)
libgetopt-declare-perl 1.14-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 328 kB
  • sloc: perl: 1,386; makefile: 8
file content (7 lines) | stat: -rwxr-xr-x 150 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7

use ExtUtils::MakeMaker;
WriteMakefile(
    NAME      => q[Getopt::Declare],
    VERSION   => q[1.14],
    PREREQ_PM => { 'Text::Balanced' => 0 }
);