In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/5a77af9d8a49c4bca8f15ba74edb3081e20f92c5?hp=c93f220f65f795688d865624efa429565674530a>
- Log ----------------------------------------------------------------- commit 5a77af9d8a49c4bca8f15ba74edb3081e20f92c5 Author: James E Keenan <[email protected]> Date: Fri Jun 9 19:06:57 2017 -0400 commit c93f220f failed to update DirHandle's $VERSION. ----------------------------------------------------------------------- Summary of changes: lib/DirHandle.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DirHandle.pm b/lib/DirHandle.pm index 100123364e..bebce9f5ce 100644 --- a/lib/DirHandle.pm +++ b/lib/DirHandle.pm @@ -1,6 +1,6 @@ package DirHandle; -our $VERSION = '1.04'; +our $VERSION = '1.05'; =head1 NAME -- Perl5 Master Repository
