File: Makefile.PL

package info (click to toggle)
libcatalyst-controller-html-formfu-perl 2.04-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 408 kB
  • sloc: perl: 960; makefile: 6
file content (143 lines) | stat: -rw-r--r-- 4,120 bytes parent folder | download | duplicates (3)
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.009.
use strict;
use warnings;



use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Catalyst integration for HTML::FormFu",
  "AUTHOR" => "Carl Franks <cpan\@fireartist.com>, Nigel Metheringham <nigelm\@cpan.org>, Dean Hamstead <dean\@bytefoundry.com.au>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Catalyst-Controller-HTML-FormFu",
  "LICENSE" => "perl",
  "NAME" => "Catalyst::Controller::HTML::FormFu",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Catalyst::Action" => 0,
    "Catalyst::Component::InstancePerContext" => 0,
    "Catalyst::Controller" => 0,
    "Catalyst::Runtime" => "5.71001",
    "Config::Any" => 0,
    "File::Spec" => 0,
    "HTML::FormFu" => "2.06",
    "HTML::FormFu::Constraint" => 0,
    "HTML::FormFu::Deploy" => 0,
    "HTML::FormFu::Element::Text" => 0,
    "HTML::FormFu::MultiForm" => "1.02",
    "HTML::FormFu::Plugin" => 0,
    "HTML::FormFu::Util" => 0,
    "Moose" => 0,
    "MooseX::Attribute::Chained" => 0,
    "Regexp::Assemble" => 0,
    "Scalar::Util" => 0,
    "Task::Weaken" => 0,
    "namespace::autoclean" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Catalyst" => 0,
    "Catalyst::Action::RenderView" => 0,
    "Catalyst::Plugin::Session" => 0,
    "Catalyst::Plugin::Session::State::Cookie" => 0,
    "Catalyst::Plugin::Session::Store::File" => 0,
    "Catalyst::Runtime" => "5.71001",
    "Catalyst::View::TT" => 0,
    "Code::TidyAll::Plugin::Perl::AlignMooseAttributes" => 0,
    "Data::Dumper" => 0,
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "FindBin" => 0,
    "HTML::FormFu::MultiForm" => "1.02",
    "Pod::Coverage::TrustPod" => 0,
    "Pod::Tidy" => 0,
    "Template" => 0,
    "Test::CPAN::Meta" => 0,
    "Test::Differences" => 0,
    "Test::EOL" => 0,
    "Test::Kwalitee" => "1.21",
    "Test::Memory::Cycle" => 0,
    "Test::More" => "0.92",
    "Test::NoTabs" => 0,
    "Test::PAUSE::Permissions" => 0,
    "Test::Pod" => "1.41",
    "Test::Pod::Coverage" => "1.08",
    "Test::WWW::Mechanize" => "1.16",
    "Test::WWW::Mechanize::Catalyst" => 0,
    "base" => 0,
    "lib" => 0
  },
  "VERSION" => "2.04",
  "test" => {
    "TESTS" => "t/*.t t/elements/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Catalyst" => 0,
  "Catalyst::Action" => 0,
  "Catalyst::Action::RenderView" => 0,
  "Catalyst::Component::InstancePerContext" => 0,
  "Catalyst::Controller" => 0,
  "Catalyst::Plugin::Session" => 0,
  "Catalyst::Plugin::Session::State::Cookie" => 0,
  "Catalyst::Plugin::Session::Store::File" => 0,
  "Catalyst::Runtime" => "5.71001",
  "Catalyst::View::TT" => 0,
  "Code::TidyAll::Plugin::Perl::AlignMooseAttributes" => 0,
  "Config::Any" => 0,
  "Data::Dumper" => 0,
  "ExtUtils::MakeMaker" => 0,
  "File::Spec" => 0,
  "FindBin" => 0,
  "HTML::FormFu" => "2.06",
  "HTML::FormFu::Constraint" => 0,
  "HTML::FormFu::Deploy" => 0,
  "HTML::FormFu::Element::Text" => 0,
  "HTML::FormFu::MultiForm" => "1.02",
  "HTML::FormFu::Plugin" => 0,
  "HTML::FormFu::Util" => 0,
  "Moose" => 0,
  "MooseX::Attribute::Chained" => 0,
  "Pod::Coverage::TrustPod" => 0,
  "Pod::Tidy" => 0,
  "Regexp::Assemble" => 0,
  "Scalar::Util" => 0,
  "Task::Weaken" => 0,
  "Template" => 0,
  "Test::CPAN::Meta" => 0,
  "Test::Differences" => 0,
  "Test::EOL" => 0,
  "Test::Kwalitee" => "1.21",
  "Test::Memory::Cycle" => 0,
  "Test::More" => "0.92",
  "Test::NoTabs" => 0,
  "Test::PAUSE::Permissions" => 0,
  "Test::Pod" => "1.41",
  "Test::Pod::Coverage" => "1.08",
  "Test::WWW::Mechanize" => "1.16",
  "Test::WWW::Mechanize::Catalyst" => 0,
  "base" => 0,
  "lib" => 0,
  "namespace::autoclean" => 0,
  "strict" => 0,
  "warnings" => 0
);


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);