File: Makefile.PL

package info (click to toggle)
libdbix-class-deploymenthandler-perl 0.002234-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 552 kB
  • sloc: perl: 4,139; makefile: 2
file content (90 lines) | stat: -rw-r--r-- 2,378 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.031.
use strict;
use warnings;



use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Extensible DBIx::Class deployment",
  "AUTHOR" => "Arthur Axel \"fREW\" Schmidt <frioux+cpan\@gmail.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "DBIx-Class-DeploymentHandler",
  "LICENSE" => "perl",
  "NAME" => "DBIx::Class::DeploymentHandler",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Carp::Clan" => 0,
    "Context::Preserve" => "0.01",
    "DBIx::Class" => "0.08121",
    "Log::Contextual" => "0.005005",
    "Module::Runtime" => "0.001",
    "Moose" => 1,
    "MooseX::Role::Parameterized" => "0.18",
    "Path::Class" => "0.26",
    "SQL::SplitStatement" => "1.00020",
    "SQL::Translator" => "1.63",
    "Sub::Exporter::Progressive" => 0,
    "Text::Brew" => "0.02",
    "Try::Tiny" => 0,
    "YAML" => "0.66",
    "autodie" => 0,
    "namespace::autoclean" => 0,
    "parent" => "0.225"
  },
  "TEST_REQUIRES" => {
    "DBD::SQLite" => "1.35",
    "File::Temp" => 0,
    "Test::Fatal" => "0.006",
    "Test::More" => "0.88",
    "Test::Requires" => "0.06",
    "aliased" => 0
  },
  "VERSION" => "0.002234",
  "test" => {
    "TESTS" => "t/*.t t/bugs/*.t t/deploy_methods/*.t t/version_handlers/*.t t/version_storages/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Carp::Clan" => 0,
  "Context::Preserve" => "0.01",
  "DBD::SQLite" => "1.35",
  "DBIx::Class" => "0.08121",
  "File::Temp" => 0,
  "Log::Contextual" => "0.005005",
  "Module::Runtime" => "0.001",
  "Moose" => 1,
  "MooseX::Role::Parameterized" => "0.18",
  "Path::Class" => "0.26",
  "SQL::SplitStatement" => "1.00020",
  "SQL::Translator" => "1.63",
  "Sub::Exporter::Progressive" => 0,
  "Test::Fatal" => "0.006",
  "Test::More" => "0.88",
  "Test::Requires" => "0.06",
  "Text::Brew" => "0.02",
  "Try::Tiny" => 0,
  "YAML" => "0.66",
  "aliased" => 0,
  "autodie" => 0,
  "namespace::autoclean" => 0,
  "parent" => "0.225"
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};
  delete $WriteMakefileArgs{BUILD_REQUIRES};
  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}

delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };

WriteMakefile(%WriteMakefileArgs);