Tests at home and tests at work ... still trying to figure out the life one ;)
Calendar::List & Calendar::Functions are virtually finished. I'm just writing the additional test cases for the refined versions of functions I was previously using, and now have a more generic approach to. Fingers crossed the first version will be on CPAN by the end of the week.
The tests at work are a more lengthy process and involve lots and lots of mocking. Bit of a pain really, but it does mean I can test everything in isolation from the database and webserver, which are going to be MS SQL Server 7 and IIS ... yeuck!!
I then have to write an install script, which originally I was going to have as an PPD and RPM package, but have been advised InstallShield is the app of choice. Will likely be looking into PAR to ensure that all the external modules are there, so that'll be nice :)