summaryrefslogtreecommitdiff
path: root/t/lib/Test
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2020-05-16 11:44:35 -0700
committerRuss Allbery <rra@cpan.org>2020-05-16 11:44:35 -0700
commitf07ab0b7d773f78a8af9366ae1ec7913daf6fd94 (patch)
tree9579c9af983342e13fef0b776b8c05faece38693 /t/lib/Test
parentf67dce22584f35c1aafdf223ef8bb941dfc3dade (diff)
Update to rra-c-util 8.2
Ignore a top-level .pc directory when checking for SPDX license identifiers.
Diffstat (limited to 't/lib/Test')
-rw-r--r--t/lib/Test/RRA.pm2
-rw-r--r--t/lib/Test/RRA/Config.pm2
-rw-r--r--t/lib/Test/RRA/ModuleVersion.pm2
3 files changed, 3 insertions, 3 deletions
diff --git a/t/lib/Test/RRA.pm b/t/lib/Test/RRA.pm
index 1d5e4db..cd106d0 100644
--- a/t/lib/Test/RRA.pm
+++ b/t/lib/Test/RRA.pm
@@ -52,7 +52,7 @@ BEGIN {
# This version should match the corresponding rra-c-util release, but with
# two digits for the minor version, including a leading zero if necessary,
# so that it will sort properly.
- $VERSION = '8.01';
+ $VERSION = '8.02';
}
# Compare a string to the contents of a file, similar to the standard is()
diff --git a/t/lib/Test/RRA/Config.pm b/t/lib/Test/RRA/Config.pm
index 80a1573..7064140 100644
--- a/t/lib/Test/RRA/Config.pm
+++ b/t/lib/Test/RRA/Config.pm
@@ -32,7 +32,7 @@ BEGIN {
# This version should match the corresponding rra-c-util release, but with
# two digits for the minor version, including a leading zero if necessary,
# so that it will sort properly.
- $VERSION = '8.01';
+ $VERSION = '8.02';
}
# If C_TAP_BUILD or C_TAP_SOURCE are set in the environment, look for
diff --git a/t/lib/Test/RRA/ModuleVersion.pm b/t/lib/Test/RRA/ModuleVersion.pm
index fc8bfbc..7774351 100644
--- a/t/lib/Test/RRA/ModuleVersion.pm
+++ b/t/lib/Test/RRA/ModuleVersion.pm
@@ -29,7 +29,7 @@ BEGIN {
# This version should match the corresponding rra-c-util release, but with
# two digits for the minor version, including a leading zero if necessary,
# so that it will sort properly.
- $VERSION = '8.01';
+ $VERSION = '8.02';
}
# A regular expression matching the version string for a module using the