From: Jesse Vincent <jesse@bestpractical.com>
Date: Sun, 24 Jan 2010 18:23:06 +0000 (-0800)
Subject: Added a stub of the Perl 5.12.0 delta which will be a rollup of the various perl... 
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=01358b4af6b48869a68a6d71a20524100a2ddc38;p=p5sagit%2Fp5-mst-13.2.git

Added a stub of the Perl 5.12.0 delta which will be a rollup of the various perl 5.11.x deltas
---

diff --git a/pod/perl5120delta.pod b/pod/perl5120delta.pod
new file mode 100644
index 0000000..922aa97
--- /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>.
+