The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.340201
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PL_FILES' => {},
  'INSTALLDIRS' => 'site',
  'NAME' => 'Class::Sniff',
  'EXE_FILES' => [
                   'bin/csniff'
                 ],
  'VERSION_FROM' => 'lib/Class/Sniff.pm',
  'PREREQ_PM' => {
                   'File::Find::Rule' => '0.3',
                   'Text::SimpleTable' => '0.05',
                   'Devel::Symdump' => '2.08',
                   'Sub::Identify' => '0.03',
                   'B::Concise' => '0.66',
                   'Test::Most' => '0.2',
                   'Digest::MD5' => '2.36',
                   'Graph::Easy' => '0.64',
                   'List::MoreUtils' => '0.22'
                 }
)
;