Hi Jaap,
> Feel free to do whatever clean up is needed to resolve this conflict.
Thanks — I’ll do that later today, and confirm when it’s done.
> Happy to help, but I can't locate a "Main.pm" in any of the current Zoidberg
> packages on CPAN, maybe I'm overlooking it?
It’s not a separate module. In Zoidberg-0.95:
Zoidberg::Shell
eval q{package Main; do $file; die $@ if $@ };
Zoidberg::Utils
eval q{package Main; $ref = do $file; die $@ if $@ };
Maybe you meant “main”, but either way it doesn’t appear in recent releases, so
I’ll just tidy up the old releases and drop the associated permissions.
Cheers,
Neil