in reply to Version control system for the laziest of the lazy

Or just
#!perl -p BEGIN {($^I='.'.localtime)=~s/[^\w\d.]+/_/g}
But seriously, if you stick to timestamped versions, RCS/CVS/git are all pretty easy to use. They only get complicated when you try to mess with branches, remote repositories, etc.