On Tue, Oct 02, 2007 at 08:14:26AM -0700, [EMAIL PROTECTED] wrote:
>  .sub init
> -    $P0 = getclass .Integer
> +    $P0 = getclass 'Integer'

If I understand correctly, we should also be changing 'getclass'
(old) to be 'get_class' (new):

    $P0 = get_class 'Integer'

Pm

Reply via email to