diff options
author | Justin Davis <jrcd83@gmail.com> | 2012-04-30 01:05:17 +0200 |
---|---|---|
committer | Justin Davis <jrcd83@gmail.com> | 2012-04-30 01:05:17 +0200 |
commit | c1ae7a4b37d7b4e6e15c00ae930016905324169a (patch) | |
tree | aa26190a7713511542ec73627bf09f799bcd1850 /mods | |
parent | 3ac16db12a974da718339966b4326a1b982da54c (diff) | |
download | genpkg-c1ae7a4b37d7b4e6e15c00ae930016905324169a.tar.gz genpkg-c1ae7a4b37d7b4e6e15c00ae930016905324169a.tar.xz |
Fix typos in mods/perl-extutils-makemaker.
Diffstat (limited to 'mods')
-rw-r--r-- | mods/perl-extutils-makemaker | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mods/perl-extutils-makemaker b/mods/perl-extutils-makemaker index 4839ddc..1d48b58 100644 --- a/mods/perl-extutils-makemaker +++ b/mods/perl-extutils-makemaker @@ -1,4 +1,4 @@ depends add("perl-cpan-meta>=2.112150") add("perl-extutils-install>=1.52") \ - add("perl-extutils-command>=1.16") add("depends perl-extutils-manifest>=1.58") \ + add("perl-extutils-command>=1.16") add("perl-extutils-manifest>=1.58") build append("sed -e '/my::bundles/d' Makefile.PL >Makefile.PL.new") build append("mv Makefile.PL.new Makefile.PL") |