in reply to Accessing source after downloading modules

Or the brute force method.

1) unpack your tarball.
2) switch into the source dir.
3) run "perl Makefile.PL"
4) run "make && make test && make install"

Just being a completist.

  • Comment on Re: Accessing source after downloading modules