stta/~downloads/files/tmp/Net_SSLeay.pm-1.22/Net-SSLeay-Handle-0.50/Makefile.PL

9 lines
302 B
Makefile
Raw Normal View History

2021-10-01 19:39:52 +00:00
# $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
);