Spec URL: http://ppisar.fedorapeople.org/perl-Storable/perl-Storable.spec SRPM URL: http://ppisar.fedorapeople.org/perl-Storable/perl-Storable-2.39-1.fc20.src.rpm Description: The Storable package brings persistence to your Perl data structures containing scalar, array, hash or reference objects, i.e. anything that can be conveniently stored to disk and retrieved at a later time. Fedora Account System Username: ppisar ---- This package will dual-live with core modules after sub-packaging them form perl.spec.
Missing BRs: perl(Safe), t/code.t:40 Optional missing BRs: perl(Tie::Hash), t/dclone.t:89
I bet I found them and stored into my memory, but I forgot to write them into the spec file. Maybe it's time to pass the packaging to someone with younger neurons. Nevertheless, corrected package shall be found at the same URL.
(In reply to Petr Pisar from comment #2) > I bet I found them and stored into my memory, but I forgot to write them > into the spec file. Maybe it's time to pass the packaging to someone with > younger neurons. And I thought you were doing that on purpose so the reviews wouldn't be that empty... ;) --- a/perl-Storable.spec +++ b/perl-Storable.spec @@ -25,6 +25,7 @@ BuildRequires: perl(integer) BuildRequires: perl(overload) BuildRequires: perl(Test::More) BuildRequires: perl(threads) +BuildRequires: perl(Safe) BuildRequires: perl(Scalar::Util) BuildRequires: perl(strict) # Optional tests: @@ -33,6 +34,7 @@ BuildRequires: perl(strict) BuildRequires: perl(B::Deparse) >= 0.61 BuildRequires: perl(File::Spec) >= 0.8 BuildRequires: perl(Hash::Util) +BuildRequires: perl(Tie::Hash) # MD5 is deprecated and not packaged, do not require it Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) # Carp substitutes missing Log::Agent Approving.
New Package SCM Request ======================= Package Name: perl-Storable Short Description: Persistence for Perl data structures Owners: ppisar jplesnik psabata Branches: InitialCC: perl-sig
Git done (by process-git-requests).
Sub-packaged in perl-5.16.3-274.fc20.
Thank you for the review and the repository.