summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/lib/Test2/Util/Trace.pm
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2016-06-28 14:01:47 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2016-06-28 14:01:47 +0100
commit35014935159564940825397b43157b99208639f4 (patch)
treee143965f52f6303931fa5f628da0a8a96604a96b /cpan/Test-Simple/lib/Test2/Util/Trace.pm
parent4af080e17c75177da18080e5e66cbdb45c802731 (diff)
downloadperl-35014935159564940825397b43157b99208639f4.tar.gz
Upgrade Test::Simple from version 1.302026 to 1.302035
Diffstat (limited to 'cpan/Test-Simple/lib/Test2/Util/Trace.pm')
-rw-r--r--cpan/Test-Simple/lib/Test2/Util/Trace.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Test-Simple/lib/Test2/Util/Trace.pm b/cpan/Test-Simple/lib/Test2/Util/Trace.pm
index 5afeccf06e..c5c7bec1ce 100644
--- a/cpan/Test-Simple/lib/Test2/Util/Trace.pm
+++ b/cpan/Test-Simple/lib/Test2/Util/Trace.pm
@@ -2,7 +2,7 @@ package Test2::Util::Trace;
use strict;
use warnings;
-our $VERSION = '1.302026';
+our $VERSION = '1.302035';
use Test2::Util qw/get_tid/;