summaryrefslogtreecommitdiff
path: root/t
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
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')
-rwxr-xr-xt/docs/spdx-license.t3
-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, 5 insertions, 4 deletions
diff --git a/t/docs/spdx-license.t b/t/docs/spdx-license.t
index 5b34cab..ad1f1e0 100755
--- a/t/docs/spdx-license.t
+++ b/t/docs/spdx-license.t
@@ -9,7 +9,7 @@
# The canonical version of this file is maintained in the rra-c-util package,
# which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
#
-# Copyright 2018-2019 Russ Allbery <eagle@eyrie.org>
+# Copyright 2018-2020 Russ Allbery <eagle@eyrie.org>
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
@@ -58,6 +58,7 @@ my @IGNORE = (
);
my @IGNORE_PATHS = (
qr{ \A [.] / [.] git/ }xms, # Version control files
+ qr{ \A [.] / [.] pc/ }xms, # quilt metadata files
qr{ \A [.] /_build/ }xms, # Module::Build metadata
qr{ \A [.] /blib/ }xms, # Perl build system artifacts
qr{ \A [.] /cover_db/ }xms, # Artifacts from coverage testing
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