/usr/local/CPAN/Bio-DB-Das-Chado/Build.PL


use Module::Build;
# See perldoc Module::Build for details of how this works

Module::Build->new
    ( module_name     => 'Bio::DB::Das::Chado',
      license         => 'perl',
      requires        => {
                           'Bio::Root::Version' => '1.006',
                           'DBI'                => '0',
                           'DBD::Pg'            => '0',
                           'URI::Escape'        => '0',
                         }
    )->create_build_script;