Navigation
Voterbox
Project Updates
There have been a few release updates for some of the projects I work on:
pLsearch - Version 0.1.9
- No longer require Getopt::Long.
- Check file type, and skip opening of binary files. (Currently a bit buggy as it considers empty files as binary).
- Cleaned up options just a tad.
ParseConfig- Version 0.4.1
- Now using 'instance_variable_set' and 'instance_variable_get' instead of 'eval' (yeah.. that was dirty).
- Now available from Gems! (gem install parseconfig)
quarReminder- Version 0.1.6
- Added support for Amavisd-new 2.4.
- Added qrConfig['amavis_version'] which modifies the sql queries that are made. Currently accepts '2.3' or '2.4'.
- Moved './classes' to './lib'.
- Added './config' for config files'
- Moved code to SourceForge Hosted Subversion.