hb
Unregistered
|
|
Posted: Aug. 17 2005,06:40 |
|
Hi,
I was able to upgrade perl, and thereafter ExtUtils::MakeMaker, etc, which gave me access to the perl -MCPAN by following kopsis' instructions from a previous post:
Edit your /etc/apt/sources.list file and change "oldstable" to stable. Then do an apt-get update and you'll have access to much more recent software versions (including Perl 2.8.x packages). Beware though that installing packages from the newer repository could result in forced upgrades of packages you don't want to change. I always do an apt-get -s install my_desired_package first just to see what kind of changes apt is going to want to make.
If I installed packages manually, I ended up using the pure perl Make, 'pmake'.
-hb
|