stta/~downloads/files/tmp/Net_SSLeay.pm-1.22/Net-SSLeay-Handle-0.50/Makefile.PL
2021-10-01 20:39:52 +01:00

9 lines
302 B
Perl

# $Id: Makefile.PL,v 1.2 2002/06/07 12:43:42 sampo Exp $
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
'NAME' => 'Net::SSLeay::Handle',
'VERSION_FROM' => 'Handle.pm', # finds $VERSION
);