in reply to Re^4: Disputation of g0n on the power and efficacy of XS
in thread Disputation of g0n on the power and efficacy of XS
This assumes, of course, that you don't mind potentially having a bazillion new modules installed somewhere on your machine.I fail to see what the problem is. Note that I wrote "test Module". Not "install Module". It means that dependencies get installed in your CPAN build area. If you're done, it's just a matter of removing the build area. Of course, if you decide to install the module, and said module has a bazillion dependencies, you'll have to install them. If you don't want to, it doesn't really matter whether there's an XS dependency.
It also requires that the machine you're working on has a direct connection to the Net.No it doesn't. There are many scripts floating around on the net that will create you a "lite-CPAN" - which contain all the modules of CPAN, but the most recent version only, and doesn't include full perl distros. The result is small enough to fit on a CD. Of course, you can figure out the XS dependency from you net connected PC as well. Note also that getting the modules from CPAN is a problem unrelated to any XS depencies. If there wasn't an XS dependency, you still need to get them.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Disputation of g0n on the power and efficacy of XS
by dragonchild (Archbishop) on Apr 21, 2005 at 14:35 UTC | |
by Anonymous Monk on Apr 22, 2005 at 08:43 UTC | |
by Anonymous Monk on Apr 22, 2005 at 09:48 UTC |