Of course, Perl's CPAN library of modules is still far larger than either Python or Ruby's -
and with Perl 6 it should be easier to use such Perl modules from other languages. It's not
just the existence of libraries with Perl, it's being able to type 'cpan -i Useful::Module' on
any Linux or Windows box - or in the case of Ubuntu/Debian the most useful ones are already
packaged. I think some other languages are doing this as a result of Perl's success with CPAN
- the Python Package Index (PYPI link) is a good example.
the easy_install tool which does the same thing as your example: "cpan -i Useful::Module", on multiple operating systems
setuptools, which allows you to programmatically specify dependencies on other packages, and which will hopefully grow to replace GNU Make for my Python projects
These were certainly inspired by CPAN and by Ruby's "rake" tool.
Interview: Mark "Markey" Kretschmann (Not the Gentoo Weekly News)
Posted Feb 11, 2008 14:26 UTC (Mon) by smitty_one_each (subscriber, #28989)
[Link]