in reply to Installing Perl SDL Module on Fedora Core

Base class package "Module::Build" is empty. (Perhaps you need to 'use' the module which defines that package first.)
You have to install Module::Build
  • Comment on Re: Installing Perl SDL Module on Fedora Core

Replies are listed 'Best First'.
Re^2: Installing Perl SDL Module on Fedora Core
by Anonymous Monk on Jan 12, 2005 at 20:19 UTC
    Module::Build is already installed.
      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!