in reply to Re^2: Installing Perl SDL Module on Fedora Core
in thread Installing Perl SDL Module on Fedora Core

mmh. Module::Build needs
File::Spec (); File::Path (); File::Basename ();
Do you have these installed?

And what is in line 9 of your SDL/Build.pm?

Replies are listed 'Best First'.
Re^4: Installing Perl SDL Module on Fedora Core
by Anonymous Monk on Jan 13, 2005 at 16:10 UTC
    Yes, all those are installed.

    Line 9 is: use lib 'make/lib';

    Thanks!