Leopold Toetsch wrote:
Ion Alexandru Morega <[EMAIL PROTECTED]> wrote:
... then i'll rewrite perlstring.pmc and possibly the other
perlscalar subclasses (derive them from Float, Integer, etc) if that's
needed.
I think, we should have
scalar
Integer
Boolean
PerlInt
Float
PerlNum
Ion Alexandru Morega <[EMAIL PROTECTED]> wrote:
> Here's the patch, all the tests should pass now.
Yep.
Thanks, applied.
> ... then i'll rewrite perlstring.pmc and possibly the other
> perlscalar subclasses (derive them from Float, Integer, etc) if that's
> needed.
I think, we should have
scal
# New Ticket Created by Ion Alexandru Morega
# Please include the string: [perl #30444]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org:80/rt3/Ticket/Display.html?id=30444 >
Here's the patch, all the tests should pass now. I'm working on some
more te