Skip Menu |

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

Report information
The Basics
Id: 67330
Status: new
Priority: 0/
Queue: XML-CAP

People
Owner: Nobody in particular
Requestors: stephen.johnson [...] tdstelecom.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Bug in array name for Parser.pm
Date: Fri, 8 Apr 2011 08:18:50 -0500
To: "'bug-XML-CAP [...] rt.cpan.org'" <bug-XML-CAP [...] rt.cpan.org>
From: "Johnson, Stephen" <stephen.johnson [...] tdstelecom.com>
[[ Symptom of the Bug]] Global symbol "@xp_nodes" requires explicit package name at /usr/lib/perl5/site_perl/5.8.8/XML/CAP/Parser.pm line 99. Compilation failed in require at ./capExample.pl line 4. BEGIN failed--compilation aborted at ./capExample.pl line 4. [[Fix]] File: /usr/lib/perl5/site_perl/5.8.8/XML/CAP/Parser.pm Bug----> Line 99 had the trailing '1' for the array name 98 if ( @xp_nodes1 ) { 99 $self->{nodes} = \@xp_nodes1; 100 }
Subject: [rt.cpan.org #67330] AutoReply: Bug in array name for Parser.pm
Date: Fri, 8 Apr 2011 08:49:10 -0500
To: "'bug-XML-CAP [...] rt.cpan.org'" <bug-XML-CAP [...] rt.cpan.org>
From: "Johnson, Stephen" <stephen.johnson [...] tdstelecom.com>
Slight correction to my bug entry Fix Line 99 was missing the trailing '1' for the array Show quoted text
-----Original Message----- From: Bugs in XML-CAP via RT [mailto:bug-XML-CAP@rt.cpan.org] Sent: Friday, April 08, 2011 8:20 AM To: Johnson, Stephen Subject: [rt.cpan.org #67330] AutoReply: Bug in array name for Parser.pm Greetings, This message has been automatically generated in response to the creation of a trouble ticket regarding: "Bug in array name for Parser.pm", a summary of which appears below. There is no need to reply to this message right now. Your ticket has been assigned an ID of [rt.cpan.org #67330]. Your ticket is accessible on the web at: https://rt.cpan.org/Ticket/Display.html?id=67330 Please include the string: [rt.cpan.org #67330] in the subject line of all future correspondence about this issue. To do so, you may reply to this message. Thank you, bug-XML-CAP@rt.cpan.org ------------------------------------------------------------------------- [[ Symptom of the Bug]] Global symbol "@xp_nodes" requires explicit package name at /usr/lib/perl5/site_perl/5.8.8/XML/CAP/Parser.pm line 99. Compilation failed in require at ./capExample.pl line 4. BEGIN failed--compilation aborted at ./capExample.pl line 4. [[Fix]] File: /usr/lib/perl5/site_perl/5.8.8/XML/CAP/Parser.pm Bug----> Line 99 had the trailing '1' for the array name 98 if ( @xp_nodes1 ) { 99 $self->{nodes} = \@xp_nodes1; 100 }