Fedora Account System
Red Hat Associate
Red Hat Customer
Spec URL: http://ppisar.fedorapeople.org/perl-File-Fetch/perl-File-Fetch.spec SRPM URL: http://ppisar.fedorapeople.org/perl-File-Fetch/perl-File-Fetch-0.38-1.fc20.src.rpm Description: File::Fetch allows you to fetch any file pointed to by a "ftp", "http", "file", or "rsync" URI by a number of different means. Fedora Account System Username: ppisar ----- This perl core package will dual-live with perl.spec's sub-package.
perl(IO::Socket::INET) doesn't seem to be optional. Is there a reason why you have omitted it in your BRs?
my $use_list = { 'IO::Socket::INET' => '0.0', 'IO::Select' => '0.0', }; unless( can_load(modules => $use_list) ) { $METHOD_FAIL->{'iosock'} = 1; return; }
See lines 169, 188, and 206 in t/01_File-Fetch.t
You are right. Updated package is on the same address.
Ok, now I'm happy :) Approving.
New Package SCM Request ======================= Package Name: perl-File-Fetch Short Description: Generic file fetching mechanism Owners: ppisar jplesnik psabata Branches: InitialCC: perl-sig
Unretired.
Waiting on unblocking package <https://fedorahosted.org/rel-eng/ticket/5535>.
Thank you for the review and the repository.