Skip to content
This repository was archived by the owner on Aug 4, 2024. It is now read-only.

Commit c775d60

Browse files
committed
Automated Version Bump
1 parent a51f4a8 commit c775d60

Some content is hidden

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

125 files changed

+125
-125
lines changed

Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ my %WriteMakefileArgs = (
2828
"overload" => 0,
2929
"utf8" => 0
3030
},
31-
"VERSION" => "0.000162",
31+
"VERSION" => "0.000163",
3232
"test" => {
3333
"TESTS" => "t/*.t t/acceptance/*.t t/behavior/*.t t/modules/*.t t/modules/AsyncSubtest/*.t t/modules/AsyncSubtest/Event/*.t t/modules/Bundle/*.t t/modules/Compare/*.t t/modules/Plugin/*.t t/modules/Require/*.t t/modules/Tools/*.t t/modules/Tools/Test-Refcount/*.t t/modules/Util/*.t t/modules/Util/Table/*.t t/modules/Workflow/*.t t/modules/Workflow/Task/*.t t/regression/*.t"
3434
}

lib/Test2/AsyncSubtest.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use warnings;
44

55
use Test2::IPC;
66

7-
our $VERSION = '0.000162';
7+
our $VERSION = '0.000163';
88

99
our @CARP_NOT = qw/Test2::Util::HashBase/;
1010

lib/Test2/AsyncSubtest/Event/Attach.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Test2::AsyncSubtest::Event::Attach;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.000162';
5+
our $VERSION = '0.000163';
66

77
use base 'Test2::Event';
88
use Test2::Util::HashBase qw/id/;

lib/Test2/AsyncSubtest/Event/Detach.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Test2::AsyncSubtest::Event::Detach;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.000162';
5+
our $VERSION = '0.000163';
66

77
use base 'Test2::Event';
88
use Test2::Util::HashBase qw/id/;

lib/Test2/AsyncSubtest/Formatter.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Test2::AsyncSubtest::Formatter;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.000162';
5+
our $VERSION = '0.000163';
66

77
die "Should not load this anymore";
88

lib/Test2/AsyncSubtest/Hub.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Test2::AsyncSubtest::Hub;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.000162';
5+
our $VERSION = '0.000163';
66

77
use base 'Test2::Hub::Subtest';
88
use Test2::Util::HashBase qw/ast_ids ast/;

lib/Test2/Bundle.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Test2::Bundle;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.000162';
5+
our $VERSION = '0.000163';
66

77
1;
88

lib/Test2/Bundle/Extended.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use warnings;
44

55
use Test2::V0;
66

7-
our $VERSION = '0.000162';
7+
our $VERSION = '0.000163';
88

99
BEGIN {
1010
push @Test2::Bundle::Extended::ISA => 'Test2::V0';

lib/Test2/Bundle/More.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Test2::Bundle::More;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.000162';
5+
our $VERSION = '0.000163';
66

77
use Test2::Plugin::ExitSummary;
88

lib/Test2/Bundle/Simple.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Test2::Bundle::Simple;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.000162';
5+
our $VERSION = '0.000163';
66

77
use Test2::Plugin::ExitSummary;
88

lib/Test2/Compare.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Test2::Compare;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.000162';
5+
our $VERSION = '0.000163';
66

77
use Scalar::Util qw/blessed/;
88
use Test2::Util qw/try/;

lib/Test2/Compare/Array.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use warnings;
44

55
use base 'Test2::Compare::Base';
66

7-
our $VERSION = '0.000162';
7+
our $VERSION = '0.000163';
88

99
use Test2::Util::HashBase qw/inref meta ending items order for_each/;
1010

lib/Test2/Compare/Bag.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use warnings;
44

55
use base 'Test2::Compare::Base';
66

7-
our $VERSION = '0.000162';
7+
our $VERSION = '0.000163';
88

99
use Test2::Util::HashBase qw/ending meta items for_each/;
1010

lib/Test2/Compare/Base.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Test2::Compare::Base;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.000162';
5+
our $VERSION = '0.000163';
66

77
use Carp qw/confess croak/;
88
use Scalar::Util qw/blessed/;

lib/Test2/Compare/Bool.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use Carp qw/confess/;
66

77
use base 'Test2::Compare::Base';
88

9-
our $VERSION = '0.000162';
9+
our $VERSION = '0.000163';
1010

1111
use Test2::Util::HashBase qw/input/;
1212

lib/Test2/Compare/Custom.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use warnings;
44

55
use base 'Test2::Compare::Base';
66

7-
our $VERSION = '0.000162';
7+
our $VERSION = '0.000163';
88

99
use Test2::Util::HashBase qw/code name operator stringify_got/;
1010

lib/Test2/Compare/DeepRef.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use warnings;
44

55
use base 'Test2::Compare::Base';
66

7-
our $VERSION = '0.000162';
7+
our $VERSION = '0.000163';
88

99
use Test2::Util::HashBase qw/input/;
1010

lib/Test2/Compare/Delta.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Test2::Compare::Delta;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.000162';
5+
our $VERSION = '0.000163';
66

77
use Test2::Util::HashBase qw{verified id got chk children dne exception note};
88

lib/Test2/Compare/Event.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use Test2::Compare::EventMeta();
88

99
use base 'Test2::Compare::Object';
1010

11-
our $VERSION = '0.000162';
11+
our $VERSION = '0.000163';
1212

1313
use Test2::Util::HashBase qw/etype/;
1414

lib/Test2/Compare/EventMeta.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use warnings;
44

55
use base 'Test2::Compare::Meta';
66

7-
our $VERSION = '0.000162';
7+
our $VERSION = '0.000163';
88

99
use Test2::Util::HashBase;
1010

lib/Test2/Compare/Float.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use Carp qw/confess/;
66

77
use base 'Test2::Compare::Base';
88

9-
our $VERSION = '0.000162';
9+
our $VERSION = '0.000163';
1010

1111
our $DEFAULT_TOLERANCE = 1e-08;
1212

lib/Test2/Compare/Hash.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use warnings;
44

55
use base 'Test2::Compare::Base';
66

7-
our $VERSION = '0.000162';
7+
our $VERSION = '0.000163';
88

99
use Test2::Util::HashBase qw/inref meta ending items order for_each_key for_each_val/;
1010

lib/Test2/Compare/Isa.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use Scalar::Util qw/blessed/;
77

88
use base 'Test2::Compare::Base';
99

10-
our $VERSION = '0.000162';
10+
our $VERSION = '0.000163';
1111

1212
use Test2::Util::HashBase qw/input/;
1313

lib/Test2/Compare/Meta.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use Test2::Compare::Isa();
77

88
use base 'Test2::Compare::Base';
99

10-
our $VERSION = '0.000162';
10+
our $VERSION = '0.000163';
1111

1212
use Test2::Util::HashBase qw/items/;
1313

lib/Test2/Compare/Negatable.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Test2::Compare::Negatable;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.000162';
5+
our $VERSION = '0.000163';
66

77
require overload;
88
require Test2::Util::HashBase;

lib/Test2/Compare/Number.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use Carp qw/confess/;
66

77
use base 'Test2::Compare::Base';
88

9-
our $VERSION = '0.000162';
9+
our $VERSION = '0.000163';
1010

1111
use Test2::Util::HashBase qw/input mode/;
1212

lib/Test2/Compare/Object.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use Test2::Compare::Meta();
88

99
use base 'Test2::Compare::Base';
1010

11-
our $VERSION = '0.000162';
11+
our $VERSION = '0.000163';
1212

1313
use Test2::Util::HashBase qw/calls meta refcheck ending/;
1414

lib/Test2/Compare/OrderedSubset.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use warnings;
44

55
use base 'Test2::Compare::Base';
66

7-
our $VERSION = '0.000162';
7+
our $VERSION = '0.000163';
88

99
use Test2::Util::HashBase qw/inref items/;
1010

lib/Test2/Compare/Pattern.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use warnings;
44

55
use base 'Test2::Compare::Base';
66

7-
our $VERSION = '0.000162';
7+
our $VERSION = '0.000163';
88

99
use Test2::Util::HashBase qw/pattern stringify_got/;
1010

lib/Test2/Compare/Ref.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use warnings;
44

55
use base 'Test2::Compare::Base';
66

7-
our $VERSION = '0.000162';
7+
our $VERSION = '0.000163';
88

99
use Test2::Util::HashBase qw/input/;
1010

lib/Test2/Compare/Regex.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use warnings;
44

55
use base 'Test2::Compare::Base';
66

7-
our $VERSION = '0.000162';
7+
our $VERSION = '0.000163';
88

99
use Test2::Util::HashBase qw/input/;
1010

lib/Test2/Compare/Scalar.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use warnings;
44

55
use base 'Test2::Compare::Base';
66

7-
our $VERSION = '0.000162';
7+
our $VERSION = '0.000163';
88

99
use Test2::Util::HashBase qw/item/;
1010

lib/Test2/Compare/Set.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use warnings;
44

55
use base 'Test2::Compare::Base';
66

7-
our $VERSION = '0.000162';
7+
our $VERSION = '0.000163';
88

99
use Test2::Util::HashBase qw/checks _reduction/;
1010

lib/Test2/Compare/String.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use Carp qw/confess/;
66

77
use base 'Test2::Compare::Base';
88

9-
our $VERSION = '0.000162';
9+
our $VERSION = '0.000163';
1010

1111
use Test2::Util::HashBase qw/input/;
1212

lib/Test2/Compare/Undef.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use Carp qw/confess/;
66

77
use base 'Test2::Compare::Base';
88

9-
our $VERSION = '0.000162';
9+
our $VERSION = '0.000163';
1010

1111
use Test2::Util::HashBase;
1212

lib/Test2/Compare/Wildcard.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use warnings;
44

55
use base 'Test2::Compare::Base';
66

7-
our $VERSION = '0.000162';
7+
our $VERSION = '0.000163';
88

99
use Test2::Util::HashBase qw/expect/;
1010

lib/Test2/Manual.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Test2::Manual;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.000162';
5+
our $VERSION = '0.000163';
66

77
1;
88

lib/Test2/Manual/Anatomy.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Test2::Manual::Anatomy;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.000162';
5+
our $VERSION = '0.000163';
66

77
1;
88

lib/Test2/Manual/Anatomy/API.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Test2::Manual::Anatomy::API;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.000162';
5+
our $VERSION = '0.000163';
66

77
1;
88

lib/Test2/Manual/Anatomy/Context.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Test2::Manual::Anatomy::Context;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.000162';
5+
our $VERSION = '0.000163';
66

77
1;
88

lib/Test2/Manual/Anatomy/EndToEnd.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Test2::Manual::Anatomy::EndToEnd;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.000162';
5+
our $VERSION = '0.000163';
66

77
1;
88

lib/Test2/Manual/Anatomy/Event.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Test2::Manual::Anatomy::Event;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.000162';
5+
our $VERSION = '0.000163';
66

77
1;
88

lib/Test2/Manual/Anatomy/Hubs.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Test2::Manual::Anatomy::Hubs;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.000162';
5+
our $VERSION = '0.000163';
66

77
1;
88

lib/Test2/Manual/Anatomy/IPC.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Test2::Manual::Anatomy::IPC;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.000162';
5+
our $VERSION = '0.000163';
66

77
1;
88

0 commit comments

Comments
 (0)