diff options
| author | Russ Allbery <eagle@eyrie.org> | 2018-06-03 16:58:02 -0700 | 
|---|---|---|
| committer | Russ Allbery <eagle@eyrie.org> | 2018-06-03 16:58:02 -0700 | 
| commit | edf31eba414d9a105791c076fb1444a78d210dff (patch) | |
| tree | 2bac18fa3b71593e616061a0fbcbfdd6ab26a255 /tests/tap/perl/Test/RRA/ModuleVersion.pm | |
| parent | 4b3f858ef567c0d12511e7fea2a56f08f2729635 (diff) | |
| parent | 68c4b05c268cd6e358cc41c8feb44bc2c7fcb898 (diff) | |
New upstream version 1.4
Diffstat (limited to 'tests/tap/perl/Test/RRA/ModuleVersion.pm')
| -rw-r--r-- | tests/tap/perl/Test/RRA/ModuleVersion.pm | 10 | 
1 files changed, 8 insertions, 2 deletions
diff --git a/tests/tap/perl/Test/RRA/ModuleVersion.pm b/tests/tap/perl/Test/RRA/ModuleVersion.pm index f02877a..49acac4 100644 --- a/tests/tap/perl/Test/RRA/ModuleVersion.pm +++ b/tests/tap/perl/Test/RRA/ModuleVersion.pm @@ -3,6 +3,8 @@  # This module contains the common code for testing and updating Perl module  # versions for consistency within a Perl module distribution and within a  # larger package that contains both Perl modules and other code. +# +# SPDX-License-Identifier: MIT  package Test::RRA::ModuleVersion; @@ -31,7 +33,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 = '5.10'; +    $VERSION = '7.02';  }  # A regular expression matching the version string for a module using the @@ -290,6 +292,10 @@ SOFTWARE.  Test::More(3), Test::RRA::Config(3)  This module is maintained in the rra-c-util package.  The current version -is available from L<http://www.eyrie.org/~eagle/software/rra-c-util/>. +is available from L<https://www.eyrie.org/~eagle/software/rra-c-util/>.  =cut + +# Local Variables: +# copyright-at-end-flag: t +# End:  | 
