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

Module::Build is already installed.
  • Comment on Re^2: Installing Perl SDL Module on Fedora Core

Replies are listed 'Best First'.
Re^3: Installing Perl SDL Module on Fedora Core
by holli (Abbot) on Jan 12, 2005 at 20:26 UTC
    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?
      Yes, all those are installed.

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

      Thanks!