summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt S Trout <mst@shadowcat.co.uk>2010-06-21 22:04:40 +0100
committerMatt S Trout <mst@shadowcat.co.uk>2010-06-21 22:04:40 +0100
commitc6e505a8d0d6cd507b02a13babaff0238f7a24e2 (patch)
tree54206f3f246f554334be8f73afb1197990646ff0
parentaffc2f7499395f9a1321c2cce64befc66f98ca31 (diff)
downloadperl-c6e505a8d0d6cd507b02a13babaff0238f7a24e2.tar.gz
version bump for B::Concise and add change to delta
-rw-r--r--ext/B/B/Concise.pm2
-rw-r--r--pod/perl5132delta.pod5
2 files changed, 6 insertions, 1 deletions
diff --git a/ext/B/B/Concise.pm b/ext/B/B/Concise.pm
index 04e93cd0e6..53afe83cac 100644
--- a/ext/B/B/Concise.pm
+++ b/ext/B/B/Concise.pm
@@ -14,7 +14,7 @@ use warnings; # uses #3 and #4, since warnings uses Carp
use Exporter (); # use #5
-our $VERSION = "0.78";
+our $VERSION = "0.79";
our @ISA = qw(Exporter);
our @EXPORT_OK = qw( set_style set_style_standard add_callback
concise_subref concise_cv concise_main
diff --git a/pod/perl5132delta.pod b/pod/perl5132delta.pod
index 26f6c22da0..149368ff3d 100644
--- a/pod/perl5132delta.pod
+++ b/pod/perl5132delta.pod
@@ -128,6 +128,11 @@ The 'no 5.13.2' or similar form is now correctly handled by B::Deparse.
getsockopt and setsockopt are now documented.
+=head3 B::Concise updated for OPpDEREF
+
+B::Concise marks rv2sv, rv2av and rv2hv ops with the new OPpDEREF flag
+as "DREFed".
+
=head1 Changes to Existing Documentation
=head2 Replace wrong tr/// table in perlebcdic.pod