/usr/local/CPAN/Mail-Lite/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.30
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Mail::Lite',
          'VERSION_FROM' => 'lib/Mail/Lite.pm',
          'PREREQ_PM' => {
                           'Clone' => 0,
                           'MIME::Words' => 0,
                           'Smart::Comments' => 0,
                           'Test::More' => 0,
                           'UNIVERSAL::require' => 0,
                           'YAML::Syck' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;