summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2010-01-24 10:23:06 -0800
committerJesse Vincent <jesse@bestpractical.com>2010-01-24 10:23:06 -0800
commit01358b4af6b48869a68a6d71a20524100a2ddc38 (patch)
tree3325e17ff5029147e34e064e3cb90746308bc830 /pod
parentfe61459e95657c432074058bd8854fec03559335 (diff)
downloadperl-01358b4af6b48869a68a6d71a20524100a2ddc38.tar.gz
Added a stub of the Perl 5.12.0 delta which will be a rollup of the various perl 5.11.x deltas
Diffstat (limited to 'pod')
-rw-r--r--pod/perl5120delta.pod16
1 files changed, 16 insertions, 0 deletions
diff --git a/pod/perl5120delta.pod b/pod/perl5120delta.pod
new file mode 100644
index 0000000000..922aa971ac
--- /dev/null
+++ b/pod/perl5120delta.pod
@@ -0,0 +1,16 @@
+=head1 NAME
+
+perl5120delta - what is new for perl v5.12.0
+
+=head1 DESCRIPTION
+
+This document describes differences between the 5.10.0 release and
+the 5.12.0 release.
+
+Many of the bug fixes in 5.12.0 were already seen in the 5.10.1
+maintenance release since the two releases were kept closely
+coordinated (while 5.12.0 was still called 5.11.something).
+
+You can see the list of changes in the 5.10.1 release
+by reading L<perl5101delta>.
+