Hi all, I'm hacking on pugs. I've added a Config.hs which is generated from the build system's perl's Config.pm. This allows me to expose the Perl6 magical variable $?OS.
There are a lot of other config values that seem like they don't really need
their own global. Things like 'privlib' and 'installsitearch'.
How about a config hash %?CONFIG for these.
%?CONFIG{'privlib'}
%?CONFIG{'installsitearch'}
Or would %*CONFIG be better?
Cheers, Brian
