This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
integrate cfgperl contents into mainline
[perl5.git] / ext / util / mkbootstrap
CommitLineData
a0d0e21e
LW
1#!../../miniperl -w -I../../lib
2
3use ExtUtils::MakeMaker;
4&mkbootstrap(join(" ",@ARGV));
5exit;