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