The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME              => 'Metadata::ByInode',
    VERSION_FROM      => 'lib/Metadata/ByInode.pm', # finds $VERSION
    PREREQ_PM         => {
                'Carp'				=> '1', 
					 'DBI' => '1',
					 'DBD::SQLite'   => '1',
					 'File::Find::Rule' => 0,
					 'Smart::Comments' => 0,
					 },
    EXE_FILES               => [qw(bin/mbi-find bin/mbi-index)],
);