Re: CPAN Search Going Away

2018-05-25 Thread Dave Cross
On Thu, 24 May 2018 at 17:34, Petr Pisar wrote: > On Fri, May 18, 2018 at 10:55:02AM +0100, Dave Cross wrote: > > See https://log.perl.org/2018/05/goodbye-search-dot-cpan-dot-org.html > > > > This means that the URLs included in RPMs of CPAN modules will need to > &

Re: CPAN Search Going Away

2018-05-18 Thread Dave Cross
On Fri, 18 May 2018 at 11:29, Petr Ĺ abata wrote: > On Fri, May 18, 2018 at 10:55:02AM +0100, Dave Cross wrote: > > See https://log.perl.org/2018/05/goodbye-search-dot-cpan-dot-org.html > Thanks for bringing this up. > > This means that the URLs included in RPMs of CPAN mo

CPAN Search Going Away

2018-05-18 Thread Dave Cross
See https://log.perl.org/2018/05/goodbye-search-dot-cpan-dot-org.html This means that the URLs included in RPMs of CPAN modules will need to change to MetaCPAN URLs. Please let me know if I can be any help making this happen. Dave... ___ perl-devel mai

Re: Module Missing from perl-SQL-Abstract

2013-01-20 Thread Dave Cross
On 01/20/2013 10:45 AM, Emmanuel Seyman wrote: * Dave Cross [20/01/2013 07:48] : But I wondered why the module was omitted in the first place. From the changelog in the perl-SQL-Abstract spec file: * Sun Apr 8 2012 Paul Howarth - 1.72-5 - Split DBIx::Class::Storage::Debug::PrettyPrint

Module Missing from perl-SQL-Abstract

2013-01-19 Thread Dave Cross
perl-SQL-Abstract RPM available from the Fedora repos. I've built a new, complete, SQL::Abstract RPM and that has enabled me to build the DBIC RPM successfully. But I wondered why the module was omitted in the first place. Cheers, Dave... -- Dave Cross :: d...@dave.org.uk http://d

Grrr

2012-08-18 Thread Dave Cross
Just wasted fifteen minutes of my life trying to work out why this Perl 5.14.2 didn't have Time::Piece installed, when that module has been core since 5.10.0. Eventually I remembered the perl/perl-core insanity. Thanks for that :-/ Dave... -- Fedora Extras Perl SIG http://www.fedoraproject.

Re: Fwd: (WTF?) ExtUtils::MakeMaker not included in recent red-hat perl releases

2012-01-24 Thread Dave Cross
hat they expect. Or differently. People can not expect not having to change their "old" habits. I'm very happy to change my habits if there's a good reason. But please don't make me change my habits unnecessarily :) Cheers, Dave... -- Dave Cross :: d...@d

Re: perl 5.12 status

2010-05-11 Thread Dave Cross
On 05/11/2010 02:42 PM, Marcela Maslanova wrote: > Hello, > I'm attaching list of failure. Some of them will be still > fixable by simple rebuild. It's 133 build failures. > perl-Calendar-Simple I released version 1.21 of Calendar::Simple purely to address the issue that tests were failing on 5.1

Re: why is Padre dependent on Win32::API on Fedora ? [was Re: Broken dependencies: perl-Padre]

2010-02-09 Thread Dave Cross
dependencies as supplied in >> the META.yml file in the Padre tarbal. >> >> Dave Cross blogged about this probably explaining in a much better way >> than I did: >> http://perlhacks.com/2010/02/building-rpms-from-cpan-distributions.php > > Though I partially agree w

Re: why is Padre dependent on Win32::API on Fedora ? [was Re: Broken dependencies: perl-Padre]

2010-02-08 Thread Dave Cross
>> >> The problem seems to be that the rpm builder extracted the list of >> dependencies of Padre from its source code. This did not notice that >> Win32::API is use only when running on Windows and thus it was >> included in the list of dependencies. >> >