I looked at building autobox with perl-5.8.8 (ActivePerl 820), but this fails when compiling the xs component with a missing symbol error. This is due to
autobox.xs calling Perl_pp_method_named, which isn't available in the
perl public API.
Comment on Re: autobox as ppm package for AS Perl?