Codebase list libpoe-component-sslify-perl / debian/0.14-1 Makefile.PL
debian/0.14-1

Tree @debian/0.14-1 (Download .tar.gz)

Makefile.PL @debian/0.14-1

3b7877f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'POE::Component::SSLify',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/POE/Component/SSLify.pm',
          'PREREQ_PM' => {
                           'Test::More' => 0,
                           'Net::SSLeay' => '1.30'
                         }
        )
;