summaryrefslogtreecommitdiff
path: root/t/lib
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2020-07-04 16:15:23 -0700
committerRuss Allbery <rra@cpan.org>2020-07-04 16:15:23 -0700
commit9df98fa1fae4c2c09efdc04e7a07bec75d2c0410 (patch)
treee30fcfe90b4b601de0dc840aad683fed0490b85c /t/lib
parentef54f398e4aacb143b438d9341426220c122e5ce (diff)
Update to rra-c-util 8.3
* Fix style issues caught by Perl::Critic::Freenode. * Ignore debian/changelog when checking for obsolete strings.
Diffstat (limited to 't/lib')
-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.pm6
3 files changed, 5 insertions, 5 deletions
diff --git a/t/lib/Test/RRA.pm b/t/lib/Test/RRA.pm
index cd106d0..334e8c6 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.02';
+ $VERSION = '8.03';
}
# 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 7064140..bbdba6a 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.02';
+ $VERSION = '8.03';
}
# 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 7774351..bfed7fc 100644
--- a/t/lib/Test/RRA/ModuleVersion.pm
+++ b/t/lib/Test/RRA/ModuleVersion.pm
@@ -8,7 +8,7 @@
package Test::RRA::ModuleVersion;
-use 5.008;
+use 5.010;
use base qw(Exporter);
use strict;
use warnings;
@@ -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.02';
+ $VERSION = '8.03';
}
# A regular expression matching the version string for a module using the
@@ -265,7 +265,7 @@ Russ Allbery <eagle@eyrie.org>
=head1 COPYRIGHT AND LICENSE
-Copyright 2016, 2018-2019 Russ Allbery <eagle@eyrie.org>
+Copyright 2016, 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"), to deal