in reply to Re^5: New Module Announcement: Object::InsideOut
in thread New Module Announcement: Object::InsideOut
Then on your end, you'd need to install and configure ExtUtils::FakeConfig to have the correct 'cc' entry.eval { require Config_m; }; # ExtUtils::FakeConfig (+ ActivePerl) if ($@) { eval { require Config; }; # Everyone else }
Or you could just edit your Config.pm, and change the 'cc' entry to something that works.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: New Module Announcement: Object::InsideOut
by BrowserUk (Patriarch) on Nov 08, 2005 at 21:40 UTC |