Subject: | Unknown method DESTROY |
Dear,
I am using ODF::lpOD 1.126.
my $doc = ODF::lpOD::Document->get($template_article);
my $contexte = $doc->get_body; # <===== make a warning
This code, this line with get_body make warning lines
Unknown method DESTROY
I have more than 100 lines
Unknown method DESTROY
Unknown method DESTROY
Unknown method DESTROY
Unknown method DESTROY
...
The program works but I have more than 100 lines warning with the same message.
I have this problem when I use ActivePerl 5.14 or 5.16 x86. If I use ActivePerl 5.14 or 5.16 x64, no warnings. If I use Strawberry 5.20 x64, no problem.
Best Regards