commit 77ada2bfc86d374b0f791d21f9a4bbbc0328404a
Author: Petr Písař <ppi...@redhat.com>
Date:   Mon Feb 6 09:58:18 2012 +0100

    Enable Test::Kwalitee tests

 perl-RT-Client-REST.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/perl-RT-Client-REST.spec b/perl-RT-Client-REST.spec
index d525804..6ef5988 100644
--- a/perl-RT-Client-REST.spec
+++ b/perl-RT-Client-REST.spec
@@ -1,6 +1,6 @@
 Name:       perl-RT-Client-REST 
 Version:    0.43 
-Release:    1%{?dist}
+Release:    2%{?dist}
 # lib/RT/Client/REST.pm -> GPLv2
 # see also /usr/bin/rt from the rt3 package
 License:    GPLv2
@@ -26,7 +26,7 @@ BuildRequires:  perl(IO::Socket)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Exception)
 # Optional tests
-# Optional perl(Test::Kwalitee) fails. See bug #786849.
+BuildRequires:  perl(Test::Kwalitee)
 BuildRequires:  perl(Test::Pod) >= 1.00
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.00
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
@@ -47,8 +47,6 @@ for F in CHANGES; do
 done 
 # Remove bundled Module::Install
 rm -r inc
-# Disable bogus tests (bug #786849)
-rm t/99-kwalitee.t
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -69,6 +67,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Feb 06 2012 Petr Pisar <ppi...@redhat.com> - 0.43-2
+- Enable Test::Kwalitee tests (bug #786849)
+
 * Thu Feb 02 2012 Petr Pisar <ppi...@redhat.com> - 0.43-1
 - 0.43 bump
 - Disable bogus Test::Kwalitee tests (bug #786849)
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to