0.05 Mon Feb 22 22:33:02 GMT 2010
- Run Hailo code as an external command instead of forking. This way our
memory usage is constant, rather than scaling with the size of the
parent application.
0.04 Mon Feb 22 17:13:51 GMT 2010
- Pod fix: remove duplicate METHODS section
- Only use Hailo in the subprocess, saves a few megabytes of memory
- Actually complain if we can't load Hailo
- Don't call DESTROY manually, it's unnecessary
0.03 Sun Feb 21 05:59:18 GMT 2010
- Support Hailo->save()
0.02 Sun Feb 21 02:51:38 GMT 2010
- Some Pod fixes
- Manage our own child process with POE::Wheel::Run instead of relying
on POE::Component::Generic
0.01 Fri Jan 29 00:43:55 GMT 2010
- First CPAN release