From 016f1b17450070914b5b9ddd2c45b5628f91d669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 24 Feb 2014 13:22:30 +0100 Subject: [PATCH] Document Build's run-time dependencies --- perl-Module-Build.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/perl-Module-Build.spec b/perl-Module-Build.spec index f953267..cc26495 100644 --- a/perl-Module-Build.spec +++ b/perl-Module-Build.spec @@ -83,6 +83,13 @@ Requires: perl(Test::Harness) Requires: perl(Pod::Html) Requires: perl(Pod::Man) >= 2.17 Requires: perl(Pod::Text) +# Run-time for generated Build scripts from Build.PLs: +# Those are already found by dependency generator. Just make sure they +# present. +# Cwd +# File::Basename +# File::Spec +# strict %{?perl_default_filter} # Remove under-specified dependencies