Stuff with the Perl Foundation. A couple of patches in the Perl core. A few CPAN modules. That about sums it up.
You know, there are days where I feel really slow. I finally got around to updating my
if [ -f ~/.bashrc ]; then source ~/.bashrc; fi
cd work/dev_main
/usr/bin/cvs up
/usr/local/bin/prove -l t
Now, whenever I ssh into our dev server, I automatically get a fresh copy of our code and run the tests against it. I feel silly for not thinking of this before. It would have saved me a lot of pain.
My .bash_profile 0 Comments More | Login | Reply /