summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorLarry Wall <lwall@netlabs.com>1993-10-07 23:00:00 +0000
committerLarry Wall <lwall@netlabs.com>1993-10-07 23:00:00 +0000
commit79072805bf63abe5b5978b5928ab00d360ea3e7f (patch)
tree96688fcd69f9c8d2110e93c350b4d0025eaf240d /Changes
parente334a159a5616cab575044bafaf68f75b7bb3a16 (diff)
downloadperl-79072805bf63abe5b5978b5928ab00d360ea3e7f.tar.gz
perl 5.0 alpha 2perl-5a2
[editor's note: from history.perl.org. The sparc executables originally included in the distribution are not in this commit.]
Diffstat (limited to 'Changes')
-rw-r--r--Changes18
1 files changed, 18 insertions, 0 deletions
diff --git a/Changes b/Changes
new file mode 100644
index 0000000000..55bedde1fc
--- /dev/null
+++ b/Changes
@@ -0,0 +1,18 @@
+
+ s'$lhs'$rhs' now does no interpolation on either side. It used to
+ interplolate $lhs but not $rhs.
+
+ The second and third arguments of splice are now evaluated in scalar
+ context (like the book says) rather than list context.
+
+ Saying shift @foo + 20 is now a semantic error.
+
+ The elements of argument lists for formats are now evaluated in list
+ context.
+
+ You can't do a goto into a block that is optimized away.
+
+ It is no longer syntactically legal to use whitespace as the name
+ of a variable.
+
+ Some error messages will be different.