On Mon, Oct 18, 2004 at 09:26:09PM -0400, Dan Sugalski wrote:
> A
> >I have started a test script for the Integer PMC. In that process I found
> >strangeness in get_string(). set_integer_native() can be inherited from the
> >Scalar PMC.
> >
> >For the Undef PMC I fixed an error in set_number_native
A
I have started a test script for the Integer PMC. In that process I found
strangeness in get_string(). set_integer_native() can be inherited from the
Scalar PMC.
For the Undef PMC I fixed an error in set_number_native().
A patch is attached. The file t/pmc/integer.t is new.
Applied, though the pa
# New Ticket Created by Bernhard Schmalhofer
# Please include the string: [perl #32035]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org:80/rt3/Ticket/Display.html?id=32035 >
Hi,
I have started a test script for the Integer PMC. In that process I foun