I’m at YAPC::EU in Pisa, so I’m too busy having fun to write a long blog post about my new project – Perl Vogue. But I thought you might be interested in the lightning talk that I used to announce it yesterday. Perl Vogue from Dave Cross More detail when I get back from Italy […]
Tag: cpan
Ironman and XML::Feed
Sam Graham complains that since the Ironman feed switched to using Perlanet, the entries have been “mangled”. By that he means that in some cases any HTML in feed entries is lost. I think they’re running up against this bug in XML::Feed (which is one of the modules that Perlanet uses to process the feeds […]
More RPM Stuff
It’s been a while since I wrote anything here. if anyone is keeping score I’ve probably failed the Iron Man challenge of posting something every ten days. Don’t have much to add here either but I thought some of you might be interested in a quick tweak I made to my spreadsheet of CPAN RPMs […]
META.yml and Building RPMs
An email has flooded in. It was in response to my piece about Building RPMs from CPAN Distributions and it was from Andreas Koenig. Andreas runs PAUSE, which is the service CPAN authors use to upload stuff to CPAN, so he knows what he’s talking about when it comes to CPAN (and many other matters). […]
Useful RPM Stuff
I forgot to mention this yesterday. I’ve set up a github project (see http://github.com/davorg/rpm_stuff) where I’ll dump bits and pieces that I’m writing to make my RPM-building life easier. The first utility I’ve uploaded there is called can_rpmbuild. You pass it an RPM spec file and it tells you which of the dependencies are available […]