This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [perl #24384] 21418 (UNIVERSAL.pm patch) breaks autouse.pm
[perl5.git] / README
CommitLineData
8d063cd8 1
33e043e7 2 Perl Kit, Version 5
8d063cd8 3
4bb101f2
JH
4 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998
5 1999, 2000, 2001, by Larry Wall and others
6
79072805 7 All rights reserved.
a687059c
LW
8
9 This program is free software; you can redistribute it and/or modify
d48672a2 10 it under the terms of either:
8e07c86e 11
d48672a2
LW
12 a) the GNU General Public License as published by the Free
13 Software Foundation; either version 1, or (at your option) any
14 later version, or
15
16 b) the "Artistic License" which comes with this Kit.
a687059c
LW
17
18 This program is distributed in the hope that it will be useful,
19 but WITHOUT ANY WARRANTY; without even the implied warranty of
d48672a2
LW
20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either
21 the GNU General Public License or the Artistic License for more details.
22
23 You should have received a copy of the Artistic License with this
24 Kit, in the file named "Artistic". If not, I'll be glad to provide one.
a687059c 25
d48672a2 26 You should also have received a copy of the GNU General Public License
fa6f71e9
EHA
27 along with this program in the file named "Copying". If not, write to the
28 Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
29 02111-1307, USA or visit their web page on the internet at
30 http://www.gnu.org/copyleft/gpl.html.
8d063cd8 31
d48672a2
LW
32 For those of you that choose to use the GNU General Public License,
33 my interpretation of the GNU General Public License is that no Perl
34 script falls under the terms of the GPL unless you explicitly put
35 said script under the terms of the GPL yourself. Furthermore, any
748a9306 36 object code linked with perl does not automatically fall under the
d48672a2 37 terms of the GPL, provided such object code only adds definitions
79220ce3
LW
38 of subroutines and variables, and does not otherwise impair the
39 resulting interpreter from executing any standard Perl script. I
40 consider linking in C subroutines in this manner to be the moral
41 equivalent of defining subroutines in the Perl language itself. You
42 may sell such an object file as proprietary provided that you provide
43 or offer to provide the Perl source, as specified by the GNU General
44 Public License. (This is merely an alternate way of specifying input
45 to the program.) You may also sell a binary produced by the dumping of
46 a running Perl script that belongs to you, provided that you provide or
d48672a2 47 offer to provide the Perl source as specified by the GPL. (The
79220ce3
LW
48 fact that a Perl interpreter and your code are in the same binary file
49 is, in this case, a form of mere aggregation.) This is my interpretation
d48672a2
LW
50 of the GPL. If you still have concerns or difficulties understanding
51 my intent, feel free to contact me. Of course, the Artistic License
52 spells all this out for your protection, so you may prefer to use that.
79220ce3 53
8d063cd8
LW
54--------------------------------------------------------------------------
55
79072805 56Perl is a language that combines some of the features of C, sed, awk
8b87c192
GS
57and shell. See the manual page for more hype. There are also many Perl
58books available, covering a wide variety of topics, from various publishers.
59See pod/perlbook.pod for more information.
8d063cd8
LW
60
61Please read all the directions below before you proceed any further, and
a687059c 62then follow them carefully.
8d063cd8
LW
63
64After you have unpacked your kit, you should have all the files listed
65in MANIFEST.
66
67Installation
68
8b87c192
GS
691) Detailed instructions are in the file "INSTALL", which you should
70read if you are either installing on a system resembling Unix
71or porting perl to another platform. For non-Unix platforms, see the
72corresponding README.
8e07c86e
AD
73
742) Read the manual entries before running perl.
75
763) IMPORTANT! Help save the world! Communicate any problems and suggested
7f2de2d2 77patches to perlbug@perl.org so we can keep the world in sync.
02c45c47
GS
78If you have a problem, there's someone else out there who either has had
79or will have the same problem. It's usually helpful if you send the
80output of the "myconfig" script in the main perl directory.
8e07c86e 81
8b87c192 82If you've succeeded in compiling perl, the perlbug script in the "utils"
c07a80fd 83subdirectory can be used to help mail in a bug report.
84
8e07c86e
AD
85If possible, send in patches such that the patch program will apply them.
86Context diffs are the best, then normal diffs. Don't send ed scripts--
87I've probably changed my copy since the version you have.
88
8b87c192
GS
89The latest versions of perl are always available on the various CPAN
90(Comprehensive Perl Archive Network) sites around the world.
468f45d5 91See <URL:http://www.cpan.org/src/>.
8d063cd8 92
a687059c
LW
93
94Just a personal note: I want you to know that I create nice things like this
95because it pleases the Author of my story. If this bothers you, then your
96notion of Authorship needs some revision. But you can use perl anyway. :-)
97
98 The author.