On 7/15/06, Guest via RT <[EMAIL PROTECTED]> wrote:
Also, is Parrot::Config no more? Can you please tell me what has replaced it?Thanks! Swaroop
C<Parrot::Config> is generated by C<perl Configure.pl>. so you won't find it in a fresh working copy. you'll see it under C<lib/>, which may mean you need to add a line like C<use lib qw{ lib . ../lib ../lib };> to your code so it's found properly. ~jerry