The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

This script demonstrates using KiokuDB to properly serialize a closure, including maintaining the proper identity of all the referenced objects in the captured variables.

This feature is used to implement a simple job queue, where the queue management is handled by DBIC, but the job body is a closure.

Actual job queue features are missing (e.g. marking a job as in progress, etc), but the point is to show off KiokuDB, not to write a job queue ;-)