/usr/local/CPAN/Class-Sniff/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Class::Sniff',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/Class/Sniff.pm',
          'PREREQ_PM' => {
                           'Tree' => '1.01',
                           'Text::SimpleTable' => '0.05',
                           'Devel::Symdump' => '2.08',
                           'B::Concise' => '0.66',
                           'Test::Most' => '0.2',
                           'Digest::MD5' => '2.36',
                           'Graph::Easy' => '0.64',
                           'List::MoreUtils' => '0.22',
                           'Sub::Information' => '0.1'
                         }
        )
;