Hi.
Thanks for the bug and feedback. The license was chosen based on the use
of Perl 5.10 code. Since that hinders use of the module I will remove
the 5.10 dependency, fix the bug and change the required license to be
Perl 5.8 or newer.
Will a change of license requirement to be Perl 5.8 or newer solve the
license problem?
Have some more updates ready for testing and then a v0.02 release.
On Sun Jul 18 10:48:15 2010, MRDVT wrote:
Show quoted text> In sub new self->{devices}=() should most likey be self->{devices}=[];
>
> The left side is a scalar and the right side is an empty list.
>
> The use of perl 5.10 syntax in the one method and the license which
> appears to not be backwards portable to perl 5.8. Makes this package
> of little value to the embedded community.
>
> Mike
>
> mrdvt92