File: Makefile.PL

package info (click to toggle)
libtest-requires-perl 0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 140 kB
  • ctags: 3
  • sloc: perl: 65; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 765 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# =========================================================================
# THIS FILE IS AUTOMATICALLY GENERATED BY MINILLA.
# DO NOT EDIT DIRECTLY.
# =========================================================================

use 5.006;
use strict;

use ExtUtils::MakeMaker 6.64;


my %WriteMakefileArgs = (
    NAME     => 'Test::Requires',
    DISTNAME => 'Test-Requires',
    VERSION  => '0.10',
    EXE_FILES => [glob('script/*'), glob('bin/*')],
    CONFIGURE_REQUIRES => {
  "ExtUtils::MakeMaker" => "6.64"
}
,
    BUILD_REQUIRES     => {
  "ExtUtils::MakeMaker" => "6.59"
}
,
    TEST_REQUIRES      => {}
,
    PREREQ_PM          => {
  "Test::Builder::Module" => 0,
  "Test::More" => "0.47",
  "perl" => "5.006"
}
,
);

WriteMakefile(%WriteMakefileArgs);