Codebase list libpoe-component-sslify-perl / upstream/0.18 Makefile.PL
upstream/0.18

Tree @upstream/0.18 (Download .tar.gz)

Makefile.PL @upstream/0.18

11bc9fd
3e2ffd9
3b7877f
 
 
 
 
 
11bc9fd
 
 
 
 
 
 
 
3b7877f
 
# Note: this file was auto-generated by Module::Build::Compat version 0.3603
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' => {}
        )
;