This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
isless probe in Configure broken #17216
[metaconfig.git] / Makefile.PL
CommitLineData
8e6a3064
MB
1#!perl
2
3use strict;
4
5exists $ENV{AUTOMATED_TESTING} && $ENV{AUTOMATED_TESTING} and exit 0;
6
7print <<EOM;
8
9This is neither a package nor a module, and it cannot be installed.
10
11Now that you have unpacked the compressed archive, you have access
12to the files that are used to create the Configure script, that in
13turn is used to build perl5.
14
15Read README for further instructions.
16
17EOM
18
19exit 0