diff options
author | Matt S Trout <mst@shadowcat.co.uk> | 2010-06-21 21:47:20 +0100 |
---|---|---|
committer | Matt S Trout <mst@shadowcat.co.uk> | 2010-06-21 21:47:20 +0100 |
commit | 38966ae248e43a3b59b512a23d554a652bb84fb1 (patch) | |
tree | 605065a2ae6c115ba10963e2d791ae3dbeace003 /pod/perl5132delta.pod | |
parent | e2d012a1a5b92de4abf4bf67cb33158d1d15a289 (diff) | |
download | perl-38966ae248e43a3b59b512a23d554a652bb84fb1.tar.gz |
version bump for B::Deparse and add change to delta
Diffstat (limited to 'pod/perl5132delta.pod')
-rw-r--r-- | pod/perl5132delta.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perl5132delta.pod b/pod/perl5132delta.pod index 8edba8d0da..afd6e2f8d8 100644 --- a/pod/perl5132delta.pod +++ b/pod/perl5132delta.pod @@ -120,6 +120,10 @@ effects from previous test runs Hash::Util now enables "no warnings 'uninitialized'" to suppress spurious warnings from undefined hash values (RT #74280). +=head3 B::Deparse now handles 'no VERSION' + +The 'no 5.13.2' or similar form is now correctly handled by B::Deparse. + =head1 Changes to Existing Documentation =head2 Replace wrong tr/// table in perlebcdic.pod |