Skip Menu |

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

Report information
The Basics
Id: 87682
Status: resolved
Priority: 0/
Queue: XML-Compile

People
Owner: Nobody in particular
Requestors: jason.prondak [...] ubs.com
Cc:
AdminCc:

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



Subject: Typo in XML::Compile::Schema::Instance
Date: Wed, 7 Aug 2013 14:31:05 -0500
To: <bug-XML-Compile [...] rt.cpan.org>
From: <jason.prondak [...] ubs.com>
There is no 'elements' has element. $ diff -u lib/XML/Compile/Schema/Instance.pm.orig lib/XML/Compile/Schema/Instance.pm --- lib/XML/Compile/Schema/Instance.pm.orig 2012-08-30 18:26:18.000000000 -0400 +++ lib/XML/Compile/Schema/Instance.pm 2013-08-07 15:27:44.581027000 -0400 @@ -58,7 +58,7 @@ sub type($) { $_[0]->{types}{$_[1]} } -sub element($) { $_[0]->{elements}{$_[1]} } +sub element($) { $_[0]->{element}{$_[1]} } sub elements() { keys %{shift->{element}} }
Visit our website at http://www.ubs.com This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mails are not encrypted and cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. This message is provided for informational purposes and should not be construed as a solicitation or offer to buy or sell any securities or related financial instruments. UBS reserves the right to retain all messages. Messages are protected and accessed only in legally justified cases.
Subject: Re: [rt.cpan.org #87682] Typo in XML::Compile::Schema::Instance
Date: Wed, 7 Aug 2013 21:59:36 +0200
To: "jason.prondak [...] ubs.com via RT" <bug-XML-Compile [...] rt.cpan.org>
From: Mark Overmeer <mark [...] overmeer.net>
* jason.prondak@ubs.com via RT (bug-XML-Compile@rt.cpan.org) [130807 19:31]: Show quoted text
> Wed Aug 07 15:31:30 2013: Request 87682 was acted upon. > Transaction: Ticket created by jason.prondak@ubs.com > Queue: XML-Compile > Subject: Typo in XML::Compile::Schema::Instance > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=87682 > > > There is no 'elements' has element.
You're right. Thanks. Will be included in 1.38, release planned for Friday. -- Regards, MarkOv ------------------------------------------------------------------------ Mark Overmeer MSc MARKOV Solutions Mark@Overmeer.net solutions@overmeer.net http://Mark.Overmeer.net http://solutions.overmeer.net
Fixed in 1.36