Skip to content

Commit bd8c84a

Browse files
Chad Granumjkeenan
authored andcommitted
cpan/Test-Simple - Update to version 1.302214
1.302214 2025-05-24 15:02:44-07:00 America/Los_Angeles - Minor doc fix
1 parent 966c17a commit bd8c84a

File tree

198 files changed

+243
-225
lines changed

Some content is hidden

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

198 files changed

+243
-225
lines changed

Porting/Maintainers.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,8 +1127,8 @@ package Maintainers;
11271127
},
11281128

11291129
'Test::Simple' => {
1130-
'DISTRIBUTION' => 'EXODIST/Test-Simple-1.302210.tar.gz',
1131-
'SYNCINFO' => 'jkeenan on Tue Apr 1 20:47:53 2025',
1130+
'DISTRIBUTION' => 'EXODIST/Test-Simple-1.302214.tar.gz',
1131+
'SYNCINFO' => 'jkeenan on Fri Jun 27 06:54:11 2025',
11321132
'FILES' => q[cpan/Test-Simple],
11331133
'EXCLUDED' => [
11341134
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.302210';
7+
our $VERSION = '1.302214';
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.302210';
5+
our $VERSION = '1.302214';
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.302210';
10+
our $VERSION = '1.302214';
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.302210';
4+
our $VERSION = '1.302214';
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.302210';
4+
our $VERSION = '1.302214';
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.302210';
5+
our $VERSION = '1.302214';
66

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

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

Lines changed: 2 additions & 2 deletions
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.302210';
20+
our $VERSION = '1.302214';
2121

2222
use Test::Builder::Module;
2323
our @ISA = qw(Test::Builder::Module);
@@ -2004,7 +2004,7 @@ L<Test::Most> Most commonly needed test functions and features.
20042004
20052005
=head1 ENVIRONMENT VARIABLES
20062006
2007-
See L<Test2::Env> for a list of meaningul environment variables.
2007+
See L<Test2::Env> for a list of meaningful environment variables.
20082008
20092009
=head1 AUTHORS
20102010

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.302210';
7+
our $VERSION = '1.302214';
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.302210';
19+
our $VERSION = '1.302214';
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)