[perl-MooseX-App-Cmd] Do not use Test::use::ok

Petr Pisar ppisar at fedoraproject.org
Fri Apr 18 07:51:08 UTC 2014


commit ec133bd74d7cbb1f37d5a1ed57a1064e7f7aa0b0
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Apr 18 09:50:43 2014 +0200

    Do not use Test::use::ok

 perl-MooseX-App-Cmd.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/perl-MooseX-App-Cmd.spec b/perl-MooseX-App-Cmd.spec
index 039f7af..028236f 100644
--- a/perl-MooseX-App-Cmd.spec
+++ b/perl-MooseX-App-Cmd.spec
@@ -107,6 +107,9 @@ Moose or Mouse.
 
 %prep
 %setup -q -n MooseX-App-Cmd-%{version}
+# Test::use::ok is useless,
+# <https://github.com/mjgardner/moosex-app-cmd/issues/11>
+sed -i -e '/Test::use::ok/d' Makefile.PL META.*
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor



More information about the perl-devel mailing list