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.3607
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'POE::Component::SSLify',
          'VERSION_FROM' => 'lib/POE/Component/SSLify.pm',
          'PREREQ_PM' => {
                           'Net::SSLeay' => '1.36',
                           'POE' => '1.267',
                           'POE::Component::Client::TCP' => 0,
                           'POE::Component::Server::TCP' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;