comparison perl-5.22.2/regen/miniperlmain.pl @ 8045:a16537d2fe07

<xfix> tar xf perl-5.22.2.tar.gz # Ah, whatever, I\'m doing it anyway
author HackBot
date Sat, 14 May 2016 14:54:38 +0000
parents
children
comparison
equal deleted inserted replaced
8044:711c038a7dce 8045:a16537d2fe07
1 #!/usr/bin/perl
2
3 use strict;
4
5 BEGIN {
6 # Get function prototypes
7 require 'regen/regen_lib.pl';
8 unshift @INC, 'ext/ExtUtils-Miniperl/lib';
9 }
10
11 use ExtUtils::Miniperl 1;
12
13 my $fh = open_new('miniperlmain.c', undef, {by => "$0 and ExtUtils::Miniperl"});
14 writemain($fh);
15 read_only_bottom_close_and_rename($fh);