Re: [Module::Build] Module::Build Report
Status: Beta
Brought to you by:
kwilliams
|
From: Randy W. S. <Ra...@Th...> - 2003-10-23 04:52:41
|
On 10/22/2003 9:39 PM, Ken Williams wrote: > > On Wednesday, October 22, 2003, at 08:33 PM, Randy W. Sims wrote: > >> >> >> I was curious to see what modules where using M::B, and I also thought >> having a list of those module might be useful. I used Randal >> Schwartz's minicpan script to update my local archive with just the >> most recent versions of each module from CPAN. I then wrote a little >> script to peek inside each of those modules and generate the attached >> report. >> >> The first field in the report (which is empty in this edition) would >> have an XS if any XS modules where present. The second field is the >> CPAN author ID for the module author, and the third field is the >> module name-version. > > > Interesting. I guess I'd better add a Build.PL to AI-DecisionTree, > because it has some XS parts to it. > > Actually, I think some of the dists do have XS parts. B-Generate, for > example. > > -Ken > > You're right. I was searching for $file_names =~ /\.XS$/ exactly when I should have been using a case insensitive search. So the following are modules with a 'Build.PL' script that do contain XS code. XS ABERGMAN B-Generate-1.06 XS LBROCARD Image-Imlib2-1.00 XS MOLT SDL-OpenGL-Cg-0.01 XS RCLAMP Devel-Caller-0.09 XS RCLAMP Devel-LeakTrace-0.05 XS RCLAMP Pod-Coverage-0.12 Randy. |