diff options
author | Matt S Trout <mst@shadowcat.co.uk> | 2010-06-21 22:32:04 +0100 |
---|---|---|
committer | Matt S Trout <mst@shadowcat.co.uk> | 2010-06-21 22:32:04 +0100 |
commit | b3b1f4cbdf866b01b788f5c540305604818ca3ea (patch) | |
tree | 944f874f35398b790bc08df264f9c79f4a89c735 | |
parent | 70ce9532cde805af30f6a2257b0af68415483600 (diff) | |
download | perl-b3b1f4cbdf866b01b788f5c540305604818ca3ea.tar.gz |
version bump for B::t::OptreeCheck and add to delta
-rw-r--r-- | ext/B/t/OptreeCheck.pm | 2 | ||||
-rw-r--r-- | pod/perl5132delta.pod | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ext/B/t/OptreeCheck.pm b/ext/B/t/OptreeCheck.pm index 5be6da8467..ce2482d59c 100644 --- a/ext/B/t/OptreeCheck.pm +++ b/ext/B/t/OptreeCheck.pm @@ -5,7 +5,7 @@ use warnings; use vars qw($TODO $Level $using_open); require "test.pl"; -our $VERSION = '0.02'; +our $VERSION = '0.03'; # now export checkOptree, and those test.pl functions used by tests our @EXPORT = qw( checkOptree plan skip skip_all pass is like unlike diff --git a/pod/perl5132delta.pod b/pod/perl5132delta.pod index 341c1c8d58..5baf15b2c3 100644 --- a/pod/perl5132delta.pod +++ b/pod/perl5132delta.pod @@ -140,7 +140,8 @@ already exists and is a directory. =head3 Multiple POD spelling fixes. -Fixes were made to VMS::DCLsym, mro, Search::Dist and UNIVERSAL. +Fixes were made to VMS::DCLsym, mro, Search::Dist, B::t::OptreeCheck +and UNIVERSAL. =head1 Changes to Existing Documentation |