├── LICENSE ├── README.md └── news_roundup.md /LICENSE: -------------------------------------------------------------------------------- 1 | Artistic License 2.0 2 | Copyright (c) 2000-2006, The Perl Foundation. 3 | http://www.perlfoundation.org/artistic_license_2_0 4 | 5 | Preamble 6 | 7 | This license establishes the terms under which a given free software 8 | Package may be copied, modified, distributed, and/or redistributed. 9 | The intent is that the Copyright Holder maintains some artistic 10 | control over the development of that Package while still keeping the 11 | Package available as open source and free software. 12 | 13 | You are always permitted to make arrangements wholly outside of this 14 | license directly with the Copyright Holder of a given Package. If the 15 | terms of this license do not permit the full use that you propose to 16 | make of the Package, you should contact the Copyright Holder and seek 17 | a different licensing arrangement. 18 | 19 | Definitions 20 | 21 | "Copyright Holder" means the individual(s) or organization(s) named in 22 | the copyright notice for the entire Package. 23 | 24 | "Contributor" means any party that has contributed code or other 25 | material to the Package, in accordance with the Copyright Holder's 26 | procedures. 27 | 28 | "You" and "your" means any person who would like to copy, distribute, 29 | or modify the Package. 30 | 31 | "Package" means the collection of files distributed by the Copyright 32 | Holder, and derivatives of that collection and/or of those files. A 33 | given Package may consist of either the Standard Version, or a 34 | Modified Version. 35 | 36 | "Distribute" means providing a copy of the Package or making it 37 | accessible to anyone else, or in the case of a company or 38 | organization, to others outside of your company or organization. 39 | 40 | "Distributor Fee" means any fee that you charge for Distributing this 41 | Package or providing support for this Package to another party. It 42 | does not mean licensing fees. 43 | 44 | "Standard Version" refers to the Package if it has not been modified, 45 | or has been modified only in ways explicitly requested by the 46 | Copyright Holder. 47 | 48 | "Modified Version" means the Package, if it has been changed, and such 49 | changes were not explicitly requested by the Copyright Holder. 50 | 51 | "Original License" means this Artistic License as Distributed with the 52 | Standard Version of the Package, in its current version or as it may 53 | be modified by The Perl Foundation in the future. 54 | 55 | "Source" form means the source code, documentation source, and 56 | configuration files for the Package. 57 | 58 | "Compiled" form means the compiled bytecode, object code, binary, or 59 | any other form resulting from mechanical transformation or translation 60 | of the Source form. 61 | 62 | Permission for Use and Modification Without Distribution 63 | 64 | (1) You are permitted to use the Standard Version and create and use 65 | Modified Versions for any purpose without restriction, provided that 66 | you do not Distribute the Modified Version. 67 | 68 | Permissions for Redistribution of the Standard Version 69 | 70 | (2) You may Distribute verbatim copies of the Source form of the 71 | Standard Version of this Package in any medium without restriction, 72 | either gratis or for a Distributor Fee, provided that you duplicate 73 | all of the original copyright notices and associated disclaimers. At 74 | your discretion, such verbatim copies may or may not include a 75 | Compiled form of the Package. 76 | 77 | (3) You may apply any bug fixes, portability changes, and other 78 | modifications made available from the Copyright Holder. The resulting 79 | Package will still be considered the Standard Version, and as such 80 | will be subject to the Original License. 81 | 82 | Distribution of Modified Versions of the Package as Source 83 | 84 | (4) You may Distribute your Modified Version as Source (either gratis 85 | or for a Distributor Fee, and with or without a Compiled form of the 86 | Modified Version) provided that you clearly document how it differs 87 | from the Standard Version, including, but not limited to, documenting 88 | any non-standard features, executables, or modules, and provided that 89 | you do at least ONE of the following: 90 | 91 | (a) make the Modified Version available to the Copyright Holder of the 92 | Standard Version, under the Original License, so that the Copyright 93 | Holder may include your modifications in the Standard Version. 94 | 95 | (b) ensure that installation of your Modified Version does not prevent 96 | the user installing or running the Standard Version. In addition, the 97 | Modified Version must bear a name that is different from the name of 98 | the Standard Version. 99 | 100 | (c) allow anyone who receives a copy of the Modified Version to make 101 | the Source form of the Modified Version available to others under 102 | 103 | (i) the Original License or 104 | 105 | (ii) a license that permits the licensee to freely copy, modify and 106 | redistribute the Modified Version using the same licensing terms that 107 | apply to the copy that the licensee received, and requires that the 108 | Source form of the Modified Version, and of any works derived from it, 109 | be made freely available in that license fees are prohibited but 110 | Distributor Fees are allowed. 111 | 112 | Distribution of Compiled Forms of the Standard Version or Modified 113 | Versions without the Source 114 | 115 | (5) You may Distribute Compiled forms of the Standard Version without 116 | the Source, provided that you include complete instructions on how to 117 | get the Source of the Standard Version. Such instructions must be 118 | valid at the time of your distribution. If these instructions, at any 119 | time while you are carrying out such distribution, become invalid, you 120 | must provide new instructions on demand or cease further distribution. 121 | If you provide valid instructions or cease distribution within thirty 122 | days after you become aware that the instructions are invalid, then 123 | you do not forfeit any of your rights under this license. 124 | 125 | (6) You may Distribute a Modified Version in Compiled form without the 126 | Source, provided that you comply with Section 4 with respect to the 127 | Source of the Modified Version. 128 | 129 | Aggregating or Linking the Package 130 | 131 | (7) You may aggregate the Package (either the Standard Version or 132 | Modified Version) with other packages and Distribute the resulting 133 | aggregation provided that you do not charge a licensing fee for the 134 | Package. Distributor Fees are permitted, and licensing fees for other 135 | components in the aggregation are permitted. The terms of this license 136 | apply to the use and Distribution of the Standard or Modified Versions 137 | as included in the aggregation. 138 | 139 | (8) You are permitted to link Modified and Standard Versions with 140 | other works, to embed the Package in a larger work of your own, or to 141 | build stand-alone binary or bytecode versions of applications that 142 | include the Package, and Distribute the result without restriction, 143 | provided the result does not expose a direct interface to the Package. 144 | 145 | Items That are Not Considered Part of a Modified Version 146 | 147 | (9) Works (including, but not limited to, modules and scripts) that 148 | merely extend or make use of the Package, do not, by themselves, cause 149 | the Package to be a Modified Version. In addition, such works are not 150 | considered parts of the Package itself, and are not subject to the 151 | terms of this license. 152 | 153 | General Provisions 154 | 155 | (10) Any use, modification, and distribution of the Standard or 156 | Modified Versions is governed by this Artistic License. By using, 157 | modifying or distributing the Package, you accept this license. Do not 158 | use, modify, or distribute the Package, if you do not accept this 159 | license. 160 | 161 | (11) If your Modified Version has been derived from a Modified Version 162 | made by someone other than you, you are nevertheless required to 163 | ensure that your Modified Version complies with the requirements of 164 | this license. 165 | 166 | (12) This license does not grant you the right to use any trademark, 167 | service mark, tradename, or logo of the Copyright Holder. 168 | 169 | (13) This license includes the non-exclusive, worldwide, 170 | free-of-charge patent license to make, have made, use, offer to sell, 171 | sell, import and otherwise transfer the Package with respect to any 172 | patent claims licensable by the Copyright Holder that are necessarily 173 | infringed by the Package. If you institute patent litigation 174 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | This has moved into [Perl7-FAQ in the perl5 repo](https://github.com/Perl/perl5/wiki/Perl7-FAQ) 2 | -------------------------------------------------------------------------------- /news_roundup.md: -------------------------------------------------------------------------------- 1 | # News roundup 2 | 3 | Times in EDT unless otherwise noted 4 | 5 | * [Announcing Perl 7](https://www.perl.com/article/announcing-perl-7/) - June 24, 11:43 by brian d foy Perl.com 6 | * [Perl 7 Announced As Evolving Perl 5 With Modern Defaults](https://phoronix.com/scan.php?page=news_item&px=Perl-7-Announced) - Michael Larabel, 24 June 2020 at 01:21 PM EDT. 7 | * [Slashdot](https://developers.slashdot.org/story/20/06/24/1748247/perl-7-announced-as-evolving-perl-5-with-modern-defaults) June 24, 2020 @02:45PM 8 | * [LWN.net: Perl 7 launches](https://lwn.net/Articles/824387/rss) - Jun 24, 2020 18:16 UTC (Wed) by rweikusat2 9 | * [Hacker News](https://news.ycombinator.com/item?id=23629477) 10 | * [/r/programming](https://www.reddit.com/r/programming/comments/hf3jt4/announcing_perl_7/) 11 | * [ZDNet](https://www.zdnet.com/article/perl-will-finally-make-the-jump-from-perl-5-to-7/) By Chris Duckett | June 25, 2020 -- 06:21 GMT (23:21 PDT) 12 | * [SDTimes](https://sdtimes.com/softwaredev/perl-7-announced-expected-within-the-next-year/) June 25th, 2020 - Jenna Sargent 13 | --------------------------------------------------------------------------------