summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/lib/Test/Builder/TodoDiag.pm
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Test-Simple/lib/Test/Builder/TodoDiag.pm')
-rw-r--r--cpan/Test-Simple/lib/Test/Builder/TodoDiag.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Test-Simple/lib/Test/Builder/TodoDiag.pm b/cpan/Test-Simple/lib/Test/Builder/TodoDiag.pm
index c7f172c284..74b2f47573 100644
--- a/cpan/Test-Simple/lib/Test/Builder/TodoDiag.pm
+++ b/cpan/Test-Simple/lib/Test/Builder/TodoDiag.pm
@@ -2,7 +2,7 @@ package Test::Builder::TodoDiag;
use strict;
use warnings;
-our $VERSION = '1.302098';
+our $VERSION = '1.302100';
BEGIN { require Test2::Event::Diag; our @ISA = qw(Test2::Event::Diag) }