The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use 5.006;
use Inline::MakeMaker;

WriteMakefile(
    'NAME'		=> 'Language::XSB::Base',
    'VERSION_FROM'	=> 'Base.pm',
    'PREREQ_PM'		=> { 'Inline::C' => 0,
			     'Language::Prolog::Types' => 0, },
    'ABSTRACT_FROM'     => 'Base.pm',
    'AUTHOR'            => 'Salvador FandiƱo <sfandino@yahoo.com>',
);