diff options
author | Ricardo Signes <rjbs@cpan.org> | 2015-10-29 16:50:03 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2015-10-29 16:50:03 -0400 |
commit | 86b64cb48dac5f857ad96bf4f5be016bf97f1be2 (patch) | |
tree | 4e477343f158907981bcd6d79f85cb1213ed806f /dist | |
parent | 51fb4aa5d9388dd514ae1ad368722ed2997ee27a (diff) | |
download | perl-86b64cb48dac5f857ad96bf4f5be016bf97f1be2.tar.gz |
Carp: remove prereq on parent.pm
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Carp/Makefile.PL | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dist/Carp/Makefile.PL b/dist/Carp/Makefile.PL index e97754c875..75a1f5c53e 100644 --- a/dist/Carp/Makefile.PL +++ b/dist/Carp/Makefile.PL @@ -14,7 +14,6 @@ WriteMakefile( "IPC::Open3" => "1.0103", "Test::More" => "0.47", "overload" => 0, - "parent" => 0.217, "strict" => 0, "warnings" => 0, }, |