|
Last change
on this file since 91 was
91,
checked in by peter, 14 years ago
|
- switched from EU::MakeMaker to Module::Build
- pre-compile the Text::FormBuilder::Parser as part of the build process, using a .PL file
- updated the module version to 0.14
|
|
File size:
406 bytes
|
| Line | |
|---|
| 1 | use Module::Build; |
|---|
| 2 | my $build = Module::Build->new( |
|---|
| 3 | module_name => 'Text::FormBuilder', |
|---|
| 4 | license => 'perl', |
|---|
| 5 | requires => { |
|---|
| 6 | CGI::FormBuilder => 3.0, |
|---|
| 7 | Parse::RecDescent => 1.94, |
|---|
| 8 | Text::Template => 1.44, |
|---|
| 9 | # requirement for Class::ParseText::Base |
|---|
| 10 | Class::Base => 0.03, |
|---|
| 11 | }, |
|---|
| 12 | dist_author => 'Peter Eichman <peichman@cpan.org>', |
|---|
| 13 | ); |
|---|
| 14 | $build->create_build_script; |
|---|
Note: See
TracBrowser
for help on using the repository browser.