The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

use 5.008;
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";