Codebase list libpoe-component-sslify-perl / dcbdf81 Makefile.PL
dcbdf81

Tree @dcbdf81 (Download .tar.gz)

Makefile.PL @dcbdf81raw · history · blame

# 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' => {}
        )
;