The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456789 use 5.008;use ExtUtils::MakeMaker;WriteMakefile( NAME => 'makepp', PM => {} );print "*** This is only intended to give CPAN testers an entry point.*** It does not install makepp.*** Use './configure && make install' or 'install.pl' for that.\n";
use
5.008;
ExtUtils::MakeMaker;
WriteMakefile(
NAME
=>
'makepp'
,
PM
=> {} );
print
"*** This is only intended to give CPAN testers an entry point.
*** It does not install makepp.
*** Use
'./configure && make install'
or
'install.pl'
for
that.\n";