Skip Menu |

This queue is for tickets about the XML-Parser CPAN distribution.

Report information
The Basics
Id: 69429
Status: resolved
Priority: 0/
Queue: XML-Parser

People
Owner: TODDR [...] cpan.org
Requestors: andy.gillanders [...] sealedair.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.40
Fixed in: 2.41



Subject: XML-Parser 2.40-r1 - Use of tied on a handle without * is deprecated at C:/Perl/lib/XML/Parser/Expat.pm line 447
Date: Tue, 12 Jul 2011 13:17:32 -0400
To: bug-XML-Parser [...] rt.cpan.org
From: Andy Gillanders <andy.gillanders [...] sealedair.com>
FYI Using XML-Parser 2.40-r1 Perl version on Windows XXP This is perl 5, version 14, subversion 1 (v5.14.1) built for MSWin32-x86-multi-thread (with 1 registered patch, see perl -V for more detail) Binary build 1401 [294969] provided by ActiveState http://www.ActiveState.com Built Jun 16 2011 18:54:40 I have been using XML-Parser for many years - thanks for the software! Just upgraded to Perl 5.14.1. I am now getting a"deprecated" warning as follows (thankfully not fatal!) Use of tied on a handle without * is deprecated at C:/Perl/lib/XML/Parser/Expat.pm line 447. when you have time can you fix it - I think it will break when Perl 5.16 is released ? -- Best Regards Andy Gillanders (864) 433 3491
Hi, 2.40 addressed all of the known deprecations. Can you be more clear about the source of these errors? Is this coming from your code or from the test suite? If it's coming from your code, the issue is likely that you're passing a bare word file handle into XML::Parser.
My bad. 2.41 fixed all of the deprecations. See the Changes log for more info http://cpansearch.perl.org/src/TODDR/XML-Parser-2.41/Changes Try upgrading and let me know if this resolves your issue.
Subject: Re: [rt.cpan.org #69429] XML-Parser 2.40-r1 - Use of tied on a handle without * is deprecated at C:/Perl/lib/XML/Parser/Expat.pm line 447
Date: Wed, 13 Jul 2011 08:33:52 -0400
To: bug-XML-Parser [...] rt.cpan.org
From: Andy Gillanders <andy.gillanders [...] sealedair.com>
Todd - thanks for the quick response. I glad it has been fixed - I thought it wouldn't take much.... I will install it when it become available on cpan using PPM. PPM shows V 2.40-r1 as being the most recent available - I guess it will be a few days before PPM will show 2.41 ? When do you think it might be there ? Use of this module affects much of my production code and I am uncomfortable with applying a manual install to a Windows Activestate Perl build - I know I am chicken.... Thanks again Andy On Tue, Jul 12, 2011 at 11:13 PM, Todd Rinaldo via RT < bug-XML-Parser@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=69429 > > > My bad. 2.41 fixed all of the deprecations. See the Changes log for more > info > http://cpansearch.perl.org/src/TODDR/XML-Parser-2.41/Changes > > Try upgrading and let me know if this resolves your issue. >
-- Best Regards Andy Gillanders (864) 433 3491
2.41 was released on June 2. I'm not clear when it's planned to release. I am resolving this issue for now as the issue mentioned is already resolved in the latest release.