Useful Perl scripts: Removing .svn directories from a project.

A recurring pain I used to get when starting new projects from old ones was that .svn folders of the old project would break adding of a new project(under new project name) to the svn repository. So, here’s a useful little Perl script that will automatically report or remove (check the usage in the comment [...]

Tagged with:  

Using Perl CPAN on Mac OSX

Some of my notes on CPAN usage in Snow Leopard: CPAN comes preinstalled in Snow Leopard. No new install needed and in fact not recommended unless something is broken or you know what you are doing. Always login into CPAN via sudo or root (sudo is the recommended option): sudo perl -MCPAN -e “shell” Its [...]

Tagged with: