[perl-experimental] Move version dependency back to run-time buildrequires list

Petr Pisar ppisar at fedoraproject.org
Wed Oct 29 08:29:07 UTC 2014


commit cdd903bc523100abd07916cc896e421747ebfc9a
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Oct 29 09:28:41 2014 +0100

    Move version dependency back to run-time buildrequires list

 perl-experimental.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-experimental.spec b/perl-experimental.spec
index ec12b86..275e820 100644
--- a/perl-experimental.spec
+++ b/perl-experimental.spec
@@ -9,11 +9,11 @@ Source0:        http://www.cpan.org/authors/id/L/LE/LEONT/experimental-%{version
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(Module::Build::Tiny) >= 0.039
-BuildRequires:  perl(version)
 # Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(feature)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(version)
 BuildRequires:  perl(warnings)
 # Tests:
 BuildRequires:  perl(File::Spec)



More information about the perl-devel mailing list