NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Re: Ovid (Score:2)
As a user of an rpm-based distribution, it's annoying when there are a relatively small number of CPAN rpms available (and they are generally of older versions of modules).
Do you have any feeling
Re: Ovid (Score:2)
I looked at creating a module CPANPLUS::Dest::MDK to generate MDK-compliant RPMs while installing. I hadn't much time, but the first problems I've found while coding this were the limitations of rpmbuild itself. But CPANPLUS already solves the problem of fetching all dependencies from the CPAN.
From the OS packager point of view, the problems are to generate RPMs compliant with the distribution guidelines (e.g. they go in vendor_perl),
Re: Ovid (Score:2)
It depends which repositories you point yum at. I have just over 100 rpms installed with names including the string 'perl'. And there only seem to be about half a dozen more at the repositories that I use.
Ovid Poe (Score:2)
That was a bit weird. It's relatively new, too. I wonder if I'll start getting email asking for help with this the way I did with POE [cpan.org]. (One time Tim Bunce stopped me at a conference to tell me how much he enjoyed using my modules. I was mometarily flattered until I realized he was talking about POE.)
Still, it looks cool. I wonder how well it works?
Re:Ovid Poe (Score:2)
dh-make-perl for Debian (Score:2)
If you're packaging for debian instead, dh-make-perl is a good package to install. Don't look at the source though, or you'll go blind.
Oh, and make sure that you install and set up apt-file first, otherwise it misses the dependencies.
-Dom