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

WriteMakefile(
    'NAME'	   => 'Language::XSB::Config',
    'VERSION_FROM' => 'Config.pm.PL',
    'PREREQ_PM'	   => {},
    'AUTHOR'       => 'Salvador FandiƱo <sfandino@yahoo.com>',
    'PM'           => { 'Config.pm' => '$(INST_LIBDIR)/Config.pm' },
);