File: Makefile.PL

package info (click to toggle)
libcookie-baker-xs-perl 0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 300 kB
  • sloc: perl: 10; makefile: 3
file content (33 lines) | stat: -rw-r--r-- 724 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
# =========================================================================
# THIS FILE IS AUTOMATICALLY GENERATED BY MINILLA.
# DO NOT EDIT DIRECTLY.
# =========================================================================

use 5.006;
use strict;

use ExtUtils::MakeMaker 6.64;

my %WriteMakefileArgs = (
    NAME     => 'Cookie::Baker::XS',
    DISTNAME => 'Cookie-Baker-XS',
    VERSION  => '0.11',
    EXE_FILES => [glob('script/*'), glob('bin/*')],
    CONFIGURE_REQUIRES => {
  "ExtUtils::MakeMaker" => "6.64"
}
,
    BUILD_REQUIRES     => {}
,
    TEST_REQUIRES      => {
  "Test::More" => "0.98"
}
,
    PREREQ_PM          => {
  "Exporter" => 0,
  "perl" => "5.008001"
}
,
);

WriteMakefile(%WriteMakefileArgs);