summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/lib/Test2/Event/Diag.pm
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2016-08-09 08:34:16 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2016-08-09 08:34:16 +0100
commit9fe558dc18b541114538e75431e9b31368d744c5 (patch)
tree0e4295c201e598e4463951ac90b7d07cfa718a11 /cpan/Test-Simple/lib/Test2/Event/Diag.pm
parent89309dcee30820578343533ad7e8beb3e25e18b9 (diff)
downloadperl-9fe558dc18b541114538e75431e9b31368d744c5.tar.gz
Upgrade Test-Simple from version 1.302045 to 1.302049
Diffstat (limited to 'cpan/Test-Simple/lib/Test2/Event/Diag.pm')
-rw-r--r--cpan/Test-Simple/lib/Test2/Event/Diag.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Test-Simple/lib/Test2/Event/Diag.pm b/cpan/Test-Simple/lib/Test2/Event/Diag.pm
index afb4d6f626..c5a123e685 100644
--- a/cpan/Test-Simple/lib/Test2/Event/Diag.pm
+++ b/cpan/Test-Simple/lib/Test2/Event/Diag.pm
@@ -2,7 +2,7 @@ package Test2::Event::Diag;
use strict;
use warnings;
-our $VERSION = '1.302045';
+our $VERSION = '1.302049';
BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }