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
scalar
Integer
Boolean
PerlInt
Float
PerlNum
String
PerlString
BigNum
Derving from mmd_default isn't necessary anymore - as you alreay
have observed :)
> -pmclass String extends mmd_default {
> +pmclass String {
leo