Stuff with the Perl Foundation. A couple of patches in the Perl core. A few CPAN modules. That about sums it up.
Gosh, now I feel really stupid. I couldn't figure out how to save my program in Squeak. Or is this called 'saving an image'? I don't know. Somehow I thought all was good, but the next time I opened Squeak, everything seemed to be gone. Then I found a save button and was able to save, but it didn't ask for a name. I can't figure out how to switch images or anything like that. This is a very strange world. I can see why some people are intimidated by it. It seems easy to use but the environment is completely foreign to me.
The traditional smalltalk method (Score:2)
Every change you make is being charged against the current "project". You can manage projects with the desktop menus. Although all changes are being made to the one image, you traditionally make a project for each realm of interest that you're working on. (You can manage changes manually to say "no, that was really for project Y, not project X" as well.)
When yo