diff --git a/perl-Data-Dumper-Names.spec b/perl-Data-Dumper-Names.spec index cb72dd2..faf0cde 100644 --- a/perl-Data-Dumper-Names.spec +++ b/perl-Data-Dumper-Names.spec @@ -1,7 +1,7 @@ Name: perl-Data-Dumper-Names Version: 0.03 -Release: 3%{?dist} -Summary: Data::Dumper::Names Perl module +Release: 4%{?dist} +Summary: Data::Dumper like module for printing and eval data structures License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Data-Dumper-Names/ @@ -11,12 +11,13 @@ BuildArch: noarch BuildRequires: perl(Module::Build) BuildRequires: perl(PadWalker) >= 0.13 # Cyclic dependencies on Test::More -#BuildRequires: perl(Test::More) +BuildRequires: perl(Test::More) Requires: perl(PadWalker) >= 0.13 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description -Module similar to Data::Dumper but variables are dumped with names and without +The essential module Data::Dumper is used for printing perl data structures or +suitable for eval. Data::Dumper::Names dump variables with names and without source filter. %prep @@ -47,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Wed Apr 22 2009 Marcela Mašláňová 0.03-4 +- added BR Test::More for tests, rebuild is not needed now + * Wed Apr 15 2009 Marcela Mašláňová 0.03-3 - tests need Test::Most, which are dependent on this package