Skip Menu |

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

Report information
The Basics
Id: 74459
Status: resolved
Worked: 2 min
Priority: 0/
Queue: XML-TMX

People
Owner: ambs [...] cpan.org
Requestors: achimru [...] gmail.com
Cc:
AdminCc:

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



Subject: Calling ignore_markup with 0 as argument has no effect
Calling ignore_markup with 0 as argument as described in the documentation to receive markup has no effect, because the argument of this member function is or'ed with 1 which always results in 1 for the object variable. Workaround: set object variable directly (breaks encapsulation)
On Fri Jan 27 16:24:18 2012, ACHIMRU wrote: Show quoted text
> Calling ignore_markup with 0 as argument as described in the > documentation to receive markup has no effect, because the argument of > this member function is or'ed with 1 which always results in 1 for the > object variable. > Workaround: set object variable directly (breaks encapsulation)
Fixed in XML-TMX 0.19 (in its way to CPAN). Thank you. Alberto