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

WriteMakefile(
  NAME => "CGI::Widget::DBI::Browse",
  VERSION_FROM => "lib/CGI/Widget/DBI/Browse.pm",
  PREREQ_PM => { CGI => 0, DBI => 0, Test::Unit => 0, CGI::Widget::DBI::Search => 0.26 },
  'dist' => { COMPRESS=>"gzip", SUFFIX=>"gz" }
);