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'		=> 'Chemistry::Artificial::SQL',
    'VERSION_FROM'	=> 'lib/Chemistry/Artificial/SQL.pm', 
    'PREREQ_PM'		=> {qw(
        Chemistry::SQL          0.01
        Chemistry::Reaction     0.02
    )}, 
);