Last change
on this file since 93 was
92,
checked in by peter, 13 years ago
|
- added the META.* files back to the MANIFEST
- added the lib/Text/FormBuilder/Parser.pm.PL script to the MANIFEST
- added Module::Build as a configure_requires module to Build.PL
|
File size:
472 bytes
|
Line | |
---|
1 | use Module::Build; |
---|
2 | my $build = Module::Build->new( |
---|
3 | module_name => 'Text::FormBuilder', |
---|
4 | license => 'perl', |
---|
5 | configure_requires => { |
---|
6 | Module::Build => 0.30, |
---|
7 | }, |
---|
8 | requires => { |
---|
9 | CGI::FormBuilder => 3.0, |
---|
10 | Parse::RecDescent => 1.94, |
---|
11 | Text::Template => 1.44, |
---|
12 | # requirement for Class::ParseText::Base |
---|
13 | Class::Base => 0.03, |
---|
14 | }, |
---|
15 | dist_author => 'Peter Eichman <peichman@cpan.org>', |
---|
16 | ); |
---|
17 | $build->create_build_script; |
---|
Note: See
TracBrowser
for help on using the repository browser.