Hi Scott, Scott Stanton wrote: > Looking at the POSIX module, it does define those methods, but only > once. I wonder if there is some bleedthrough from the bootstrap process > that is causing the module to get loaded multiple times. This same > program works as expected under perl-5.8.8, so it seems likely to be a > perl-5.10 related change. Anyone have any ideas?
off the top of my head, I thought maybe it could be AutoLoader related, but it's specifically those subroutines which are certainly *not* autoloaded. So if my hunch is right, then only in a way that's thoroughly screwed. I've seen similar warnings from packaging Class::MethodMaker, by the way. (It's an open ticket in RT.) That thing is also using AutoLoader... Best regards, Steffen
