From 78facf50a113cc1ce43c518fed81278168721ba4 Mon Sep 17 00:00:00 2001 From: James E Keenan Date: Sun, 14 Jul 2024 07:06:17 -0400 Subject: [PATCH] PathTools: Keep $VERSION consistent in all *.pm files Corrects oversight in aa5929628d0; spotted by Aaron Dill in GH #22346. --- dist/PathTools/Cwd.pm | 2 +- dist/PathTools/lib/File/Spec.pm | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dist/PathTools/Cwd.pm b/dist/PathTools/Cwd.pm index 90013c9c4900..549aa94a7fea 100644 --- a/dist/PathTools/Cwd.pm +++ b/dist/PathTools/Cwd.pm @@ -3,7 +3,7 @@ use strict; use Exporter; -our $VERSION = '3.90'; +our $VERSION = '3.91'; my $xs_version = $VERSION; $VERSION =~ tr/_//d; diff --git a/dist/PathTools/lib/File/Spec.pm b/dist/PathTools/lib/File/Spec.pm index b2349be3edf1..7e1d76fe7a33 100644 --- a/dist/PathTools/lib/File/Spec.pm +++ b/dist/PathTools/lib/File/Spec.pm @@ -2,7 +2,9 @@ package File::Spec; use strict; -our $VERSION = '3.90'; +# Keep $VERSION consistent in all *.pm files in this distribution, including +# Cwd.pm. +our $VERSION = '3.91'; $VERSION =~ tr/_//d; my %module = (