Hi Xeno,
I'm about to fix ticket #173, but I need you to add the following package to the trunk cpan directory and to the Manager package:
Text::DHCPLeases
Latest version is:
http://search.cpan.org/~cvicente/Text-DHCPLeases-v0.5/
Unfortunately, the DHCP lease parser appears to only support DHCP leases from ISC DHCP v3 and higher. This is a little bit of a problem, since the VMware Server package appears to only provide ISC DHCP v2+. After doing some comparisons, it looks like the parser only fails when parsing the uid segment. As such, I've provided the following patch file that fixes source code and unit tests.
When you extract the Text::DHCPLeases library to update, just apply the patch using this command in the base directory:
patch -p0 < dhcpleases_object.patch
I'll update the Notes section of the UserGuide shortly.
Thanks,
— Darien