In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/e92359cbbca7d7280e849dbfc006bc0aeb44df67?hp=7a388d0f142e3d8b43db79e3c5bf5a9a8e39e355>
- Log ----------------------------------------------------------------- commit e92359cbbca7d7280e849dbfc006bc0aeb44df67 Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Oct 8 22:23:38 2017 -0700 Increase B::Xref::VERSION to 1.07 ----------------------------------------------------------------------- Summary of changes: ext/B/B/Xref.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/B/B/Xref.pm b/ext/B/B/Xref.pm index a4b8b2a563..000790a269 100644 --- a/ext/B/B/Xref.pm +++ b/ext/B/B/Xref.pm @@ -1,6 +1,6 @@ package B::Xref; -our $VERSION = '1.06'; +our $VERSION = '1.07'; =head1 NAME -- Perl5 Master Repository