summaryrefslogtreecommitdiffstats
path: root/mods/perl-extutils-makemaker
diff options
context:
space:
mode:
authorJustin Davis <jrcd83@gmail.com>2012-04-30 01:05:17 +0200
committerJustin Davis <jrcd83@gmail.com>2012-04-30 01:05:17 +0200
commitc1ae7a4b37d7b4e6e15c00ae930016905324169a (patch)
treeaa26190a7713511542ec73627bf09f799bcd1850 /mods/perl-extutils-makemaker
parent3ac16db12a974da718339966b4326a1b982da54c (diff)
downloadgenpkg-c1ae7a4b37d7b4e6e15c00ae930016905324169a.tar.gz
genpkg-c1ae7a4b37d7b4e6e15c00ae930016905324169a.tar.xz
Fix typos in mods/perl-extutils-makemaker.
Diffstat (limited to 'mods/perl-extutils-makemaker')
-rw-r--r--mods/perl-extutils-makemaker2
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")