[perl-MooX-Options] Added missing dependency Text::LineFold

David Dick ddick at fedoraproject.org
Tue Oct 14 10:31:27 UTC 2014


commit 143a7b3755f5a6605aab6772028f59a6d9629cc4
Author: David Dick <ddick at cpan.org>
Date:   Tue Oct 14 21:31:19 2014 +1100

    Added missing dependency Text::LineFold

 perl-MooX-Options.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/perl-MooX-Options.spec b/perl-MooX-Options.spec
index c2d9465..14e88c8 100644
--- a/perl-MooX-Options.spec
+++ b/perl-MooX-Options.spec
@@ -37,6 +37,7 @@ BuildRequires:  perl(Role::Tiny::With)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Term::Size::Any)
+BuildRequires:  perl(Text::LineFold)
 BuildRequires:  perl(Test::More) >= 0.94
 # Test::Requires could be patched out, but is required for t/00-compile.t to succeed, even when t/pod test is not run
 BuildRequires:  perl(Test::Requires)
@@ -73,6 +74,9 @@ chmod -c -x lib/MooX/Options.pm
 %{_mandir}/man3/*
 
 %changelog
+* Tue Oct 14 2014 David Dick <ddick at cpan.org> - 4.012-2
+- Added missing dependency Text::LineFold
+
 * Tue Oct 14 2014 David Dick <ddick at cpan.org> - 4.012-1
 - Upgrade to 4.012
 



More information about the perl-devel mailing list