Skip to content

Commit a189ac0

Browse files
cpan/Test-Simple - Update to version 1.302216
1.302216 2025-11-15 21:18:57-08:00 America/Los_Angeles - Fix Changelog, no other changes - Add dzil tool to prevent this next time
1 parent 2b89da0 commit a189ac0

File tree

197 files changed

+198
-198
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+198
-198
lines changed

Porting/Maintainers.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,8 +1121,8 @@ package Maintainers;
11211121
},
11221122

11231123
'Test::Simple' => {
1124-
'DISTRIBUTION' => 'EXODIST/Test-Simple-1.302215.tar.gz',
1125-
'SYNCINFO' => 'tib on Fri Nov 14 12:18:03 2025',
1124+
'DISTRIBUTION' => 'EXODIST/Test-Simple-1.302216.tar.gz',
1125+
'SYNCINFO' => 'tib on Mon Nov 17 11:43:13 2025',
11261126
'FILES' => q[cpan/Test-Simple],
11271127
'EXCLUDED' => [
11281128
qr{^examples/},

cpan/Test-Simple/lib/Test/Builder.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use 5.006;
44
use strict;
55
use warnings;
66

7-
our $VERSION = '1.302215';
7+
our $VERSION = '1.302216';
88

99
use Scalar::Util qw/blessed reftype weaken/;
1010

cpan/Test-Simple/lib/Test/Builder/Formatter.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Test::Builder::Formatter;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '1.302215';
5+
our $VERSION = '1.302216';
66

77
BEGIN { require Test2::Formatter::TAP; our @ISA = qw(Test2::Formatter::TAP) }
88

cpan/Test-Simple/lib/Test/Builder/Module.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use Test::Builder;
77
require Exporter;
88
our @ISA = qw(Exporter);
99

10-
our $VERSION = '1.302215';
10+
our $VERSION = '1.302216';
1111

1212

1313
=head1 NAME

cpan/Test-Simple/lib/Test/Builder/Tester.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package Test::Builder::Tester;
22

33
use strict;
4-
our $VERSION = '1.302215';
4+
our $VERSION = '1.302216';
55

66
use Test::Builder;
77
use Symbol;

cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package Test::Builder::Tester::Color;
22

33
use strict;
4-
our $VERSION = '1.302215';
4+
our $VERSION = '1.302216';
55

66
require Test::Builder::Tester;
77

cpan/Test-Simple/lib/Test/Builder/TodoDiag.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Test::Builder::TodoDiag;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '1.302215';
5+
our $VERSION = '1.302216';
66

77
BEGIN { require Test2::Event::Diag; our @ISA = qw(Test2::Event::Diag) }
88

cpan/Test-Simple/lib/Test/More.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sub _carp {
1717
return warn @_, " at $file line $line\n";
1818
}
1919

20-
our $VERSION = '1.302215';
20+
our $VERSION = '1.302216';
2121

2222
use Test::Builder::Module;
2323
our @ISA = qw(Test::Builder::Module);

cpan/Test-Simple/lib/Test/Simple.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use 5.006;
44

55
use strict;
66

7-
our $VERSION = '1.302215';
7+
our $VERSION = '1.302216';
88

99
use Test::Builder::Module;
1010
our @ISA = qw(Test::Builder::Module);

cpan/Test-Simple/lib/Test/Tester.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use Test::Tester::Delegate;
1616

1717
require Exporter;
1818

19-
our $VERSION = '1.302215';
19+
our $VERSION = '1.302216';
2020

2121
our @EXPORT = qw( run_tests check_tests check_test cmp_results show_space );
2222
our @ISA = qw( Exporter );

0 commit comments

Comments
 (0)