summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2021-09-11 15:08:43 -0700
committerRuss Allbery <rra@cpan.org>2021-09-11 15:08:43 -0700
commita7c5c965a4a071a4f8f2cf66311e324b97c8de95 (patch)
treebe029d703927c0bff0dcd94d49995e71cecee417 /t
parentdfd48e1fa49141c19c9c9a772bb6655ddf44a80e (diff)
Update to rra-c-util 9.1
- Ignore backup files when checking for SPDX license identifiers
Diffstat (limited to 't')
-rwxr-xr-xt/docs/spdx-license.t1
-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
4 files changed, 4 insertions, 3 deletions
diff --git a/t/docs/spdx-license.t b/t/docs/spdx-license.t
index 425fb0e..4e5b7f9 100755
--- a/t/docs/spdx-license.t
+++ b/t/docs/spdx-license.t
@@ -55,6 +55,7 @@ my @IGNORE = (
qr{ \A (MY)? META [.] .* }xms, # Generated file, no license itself
qr{ [.] output \z }xms, # Test data
qr{ pod2htm . [.] tmp \z }xms, # Windows pod2html output
+ qr{ ~ \z }xms, # Backup files
);
my @IGNORE_PATHS = (
qr{ \A [.] / [.] git/ }xms, # Version control files
diff --git a/t/lib/Test/RRA.pm b/t/lib/Test/RRA.pm
index f10137a..1a3ceab 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 = '9.00';
+ $VERSION = '9.01';
}
# 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 232065a..0bc1b25 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 = '9.00';
+ $VERSION = '9.01';
}
# 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 afa4760..86bd9f1 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 = '9.00';
+ $VERSION = '9.01';
}
# A regular expression matching the version string for a module using the