File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,14 @@ use Module::Build;
33my $build = Module::Build-> new(
44 module_name => ' Text::Diff::HTML' ,
55 license => ' perl' ,
6+ create_makefile_pl => ' passthrough' ,
7+ create_readme => 1,
8+ configure_requires => { ' Module::Build' => ' 0.2701' },
9+ build_requires => { ' Test::More' => ' 0.17' },
10+ recommends => { ' Test::Pod' => ' 1.20' },
611 requires => {
712 Text::Diff => ' 0.11' ,
813 HTML::Entities => ' 0' ,
914 },
10- build_requires => { Test::Simple => ' 0.17' },
11- create_makefile_pl => ' passthrough' ,
12- create_readme => 1,
1315);
1416$build -> create_build_script;
Original file line number Diff line number Diff line change 11Revision history for Perl extension Text::Diff::HTML.
22
330.05
4+ - Added the "configure_requires" and "recommends" parameters to
5+ Build.PL.
46
570.04 2005-09-06T16:33:51
68 - Swiched from <span class="ins"> and <span class="del"> to <ins>
You can’t perform that action at this time.
0 commit comments