Code TODOs in RSS

Ben Hammersley has posted a short Perl script that collects TODO comments from source files and puts them into an RSS feed. I read TODO comments in BBEdit’s search results browser, but I’m tickled that finding and displaying them is so easy with Perl’s File::Find and XML::RSS.