commit d7ddedb582300bf3d1f9c62b92b588d7c96257d2
Author: Petr Písař <ppi...@redhat.com>
Date:   Fri Jun 1 15:24:12 2012 +0200

    Depend of Data::Dumper

 perl-JSON-PP.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-JSON-PP.spec b/perl-JSON-PP.spec
index 6d558d8..b8d739e 100644
--- a/perl-JSON-PP.spec
+++ b/perl-JSON-PP.spec
@@ -1,6 +1,6 @@
 Name:          perl-JSON-PP
 Version:       2.27200
-Release:       3%{?dist}
+Release:       4%{?dist}
 Summary:       JSON::XS compatible pure-Perl module
 License:       GPL+ or Artistic
 Group:         Development/Libraries
@@ -10,12 +10,14 @@ BuildRoot:  
%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:     noarch
 BuildRequires: perl(B)
 BuildRequires: perl(Carp)
+BuildRequires: perl(Data::Dumper)
 BuildRequires: perl(Exporter)
 BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(Getopt::Long)
 BuildRequires: perl(Test::More)
 BuildRequires: perl(Tie::IxHash)
 Requires:      perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:      perl(Data::Dumper)
 Conflicts:     perl-JSON < 2.50
 
 %description
@@ -54,6 +56,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/JSON::PP::Boolean.3pm*
 
 %changelog
+* Fri Jun 01 2012 Petr Pisar <ppi...@redhat.com> - 2.27200-4
+- Depend of Data::Dumper
+
 * Thu Jan 12 2012 Paul Howarth <p...@city-fan.org> - 2.27200-3
 - Add buildreqs for perl core modules, which might be dual-lived
 
--
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