In article <[EMAIL PROTECTED]>, Tina Mueller <[EMAIL PROTECTED]> wrote:
> sorry for the late answer, but I wasn't sure if I already could test it > and then I was busy at work. > Forgive me my question, but how to I checkout the source? I have never > worked with git, not to mention branches in git. I have some problems on > my debian box at work to install git also, I'll try it later at home. If all else fails, you'll just have to wait for me to put a dev release on CPAN. The kludgey way is to go to github and download the files. http://github.com/briandfoy/cpan-script/tree/master With git, once you have it installed, to get the sources: $ git clone git://github.com/briandfoy/cpan-script.git Then you have the directory and you can just play with the files inside. To update that when I do new stuff: $ git pull

