Hi Rich,
On Wed Sep 02 13:56:36 2015, richlv@nakts.net wrote:
Show quoted text> if attempting the following :
>
> use XML::LibXML::Reader;
> my $desc = '';
> my $desc_reader = XML::LibXML::Reader->new(string => $desc);
>
> it fails with :
> Use of uninitialized value $self in hash element at
> /usr/lib/perl5/site_perl/5.20.1/x86_64-linux-thread-
> multi/XML/LibXML/Reader.pm
> line 143.
>
Thanks for the report. This warning was fixed in the VCS in revision 1432:cf43921e7a12 . Working on this bug also prompted a refactoring where a module that did @EXPORT Was converted to @EXPORT_OK , so thanks again.
RESOLVEDing.
Regards,
-- Shlomi Fish