rpms/perl-Data-Dumper-Names/devel perl-Data-Dumper-Names.spec, 1.2, 1.3

Marcela Mašláňová mmaslano at fedoraproject.org
Wed Apr 22 08:38:45 UTC 2009


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Data-Dumper-Names/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19565

Modified Files:
	perl-Data-Dumper-Names.spec 
Log Message:
* Wed Apr 22 2009 Marcela Mašláňová <mmaslano at redhat.com> 0.03-4
- added BR Test::More for tests, rebuild is not needed now



Index: perl-Data-Dumper-Names.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Data-Dumper-Names/devel/perl-Data-Dumper-Names.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Data-Dumper-Names.spec	15 Apr 2009 07:29:50 -0000	1.2
+++ perl-Data-Dumper-Names.spec	22 Apr 2009 08:38:13 -0000	1.3
@@ -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 @@
 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 @@
 %{_mandir}/man3/*
 
 %changelog
+* Wed Apr 22 2009 Marcela Mašláňová <mmaslano at redhat.com> 0.03-4
+- added BR Test::More for tests, rebuild is not needed now
+
 * Wed Apr 15 2009 Marcela Mašláňová <mmaslano at redhat.com> 0.03-3
 - tests need Test::Most, which are dependent on this package
 




More information about the Fedora-perl-devel-list mailing list