File: Makefile.PL

package info (click to toggle)
libhash-flatten-perl 1.19-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 128 kB
  • sloc: perl: 658; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 470 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
use ExtUtils::MakeMaker;

WriteMakefile(
              NAME          => 'Hash::Flatten',
              VERSION_FROM  => 'lib/Hash/Flatten.pm',
              EXE_FILES     => [],
              PREREQ_PM => {
                            Test::Assertions => 0,
                            Log::Trace => 0,
                           },
              ABSTRACT_FROM => 'lib/Hash/Flatten.pm',
              AUTHOR        => 'British Broadcasting Corporation',
             );