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.
Ruby (Score:2)
Sadly [1] though perl's CPAN (which is mostly what keeps me here, but also the maturity of the perl development team - lots of people vs ruby's 1) is lightyears ahead of anything any other language could just come up with overnight now.
[1] Only sad for the other l
CPAN for Ruby (Score:2)
Not that I wish to chase you away from Perl, but Brian Ingerson feels your pain and is working with others to create the FreePAN [freepan.org]. It's just started, most of the links are broken, but he does have Ruby content up there. In the process of creating that, he discovered that much of the Ruby Application Archive [ruby-lang.org] (RAA) consists of broken links (much like FreePAN, I suppose :) The RAA is actually just a bunch of somewhat organized links to the download pages for the programs. There's very little consistency and
Re:CPAN for Ruby (Score:2)
Until it has that sorted out, a CPAN for ruby is no better than RAA.
But I believe it will get there eventually.
Re:CPAN for Ruby (Score:2)
As for a Makefile.PL, the closest equivalent is the extconf.rb file, which does the "make", "make site-install" thing (assuming you've included mkmf), although it doesn't do "make test" at the moment; one of our first priorities is to autogenerate test targets if tests are included. Also, mkmf is only designed for extensions. At least, I've never tried it except for extensions, so this will probably be an even bigger project than I think it will be.
Reply to This
Parent
Re:CPAN for Ruby (Score:2)
Furthermore, you can only guarantee that a user has Perl or Ruby installed, not make (especially on Win32), so why depend on an external program that offers very little not already available to you in the implementing language?
See Perl's