I just took a quick look at autobox, and in particular the patch it requires to be applied to perl... It seems it only enables method calls on non-objects, but it does not appear to extend other object-qualities such as overloading to non-objects.
So this trick wouldn't work afaict.
Comment on Re^2: How to prevent references from stringifying?