diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2016-08-09 08:34:16 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2016-08-09 08:34:16 +0100 |
commit | 9fe558dc18b541114538e75431e9b31368d744c5 (patch) | |
tree | 0e4295c201e598e4463951ac90b7d07cfa718a11 /cpan/Test-Simple/lib/Test2/Formatter.pm | |
parent | 89309dcee30820578343533ad7e8beb3e25e18b9 (diff) | |
download | perl-9fe558dc18b541114538e75431e9b31368d744c5.tar.gz |
Upgrade Test-Simple from version 1.302045 to 1.302049
Diffstat (limited to 'cpan/Test-Simple/lib/Test2/Formatter.pm')
-rw-r--r-- | cpan/Test-Simple/lib/Test2/Formatter.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Test-Simple/lib/Test2/Formatter.pm b/cpan/Test-Simple/lib/Test2/Formatter.pm index 77d023d8c9..bf019cbf82 100644 --- a/cpan/Test-Simple/lib/Test2/Formatter.pm +++ b/cpan/Test-Simple/lib/Test2/Formatter.pm @@ -2,7 +2,7 @@ package Test2::Formatter; use strict; use warnings; -our $VERSION = '1.302045'; +our $VERSION = '1.302049'; my %ADDED; |