Skip to content

Commit 9fe50ab

Browse files
committed
Automated Version Bump
1 parent 776ddbc commit 9fe50ab

Some content is hidden

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

104 files changed

+104
-104
lines changed

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ my %WriteMakefileArgs = (
9191
"TEST_REQUIRES" => {
9292
"File::Copy" => 0
9393
},
94-
"VERSION" => "1.000160",
94+
"VERSION" => "1.000161",
9595
"test" => {
9696
"TESTS" => "t/*.t t/integration/*.t t/integration/signals/*.t t/unit/App/*.t t/unit/App/Yath/*.t t/unit/App/Yath/Command/*.t t/unit/App/Yath/Plugin/*.t t/unit/Test2/Harness/*.t t/unit/Test2/Harness/Runner/*.t t/unit/Test2/Harness/Runner/Resource/SharedJobSlots/*.t t/unit/Test2/Harness/Settings/*.t t/unit/Test2/Harness/Util/*.t t/unit/Test2/Harness/Util/File/*.t t/unit/Test2/Tools/*.t"
9797
}

lib/App/Yath.pm

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

5-
our $VERSION = '1.000160';
5+
our $VERSION = '1.000161';
66

77
use Test2::Harness::Util::HashBase qw{
88
-config

lib/App/Yath/Command.pm

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

5-
our $VERSION = '1.000160';
5+
our $VERSION = '1.000161';
66

77
use File::Spec;
88
use Carp qw/croak/;

lib/App/Yath/Command/abort.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package App::Yath::Command::abort;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '1.000160';
5+
our $VERSION = '1.000161';
66

77
use Time::HiRes qw/sleep/;
88
use Term::Table;

lib/App/Yath/Command/auditor.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package App::Yath::Command::auditor;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '1.000160';
5+
our $VERSION = '1.000161';
66

77
use File::Spec;
88
use Scalar::Util qw/blessed/;

lib/App/Yath/Command/collector.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package App::Yath::Command::collector;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '1.000160';
5+
our $VERSION = '1.000161';
66

77
use File::Spec;
88

lib/App/Yath/Command/do.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package App::Yath::Command::do;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '1.000160';
5+
our $VERSION = '1.000161';
66

77
use Test2::Harness::Util::File::JSON;
88

lib/App/Yath/Command/failed.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package App::Yath::Command::failed;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '1.000160';
5+
our $VERSION = '1.000161';
66

77
use Test2::Util::Table qw/table/;
88
use Test2::Harness::Util::File::JSONL;

lib/App/Yath/Command/help.pm

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

55
use Test2::Util qw/pkg_to_file/;
66

7-
our $VERSION = '1.000160';
7+
our $VERSION = '1.000161';
88

99
use parent 'App::Yath::Command';
1010
use Test2::Harness::Util::HashBase qw/<_command_info_hash/;

lib/App/Yath/Command/init.pm

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

55
use parent 'App::Yath::Command';
66

7-
our $VERSION = '1.000160';
7+
our $VERSION = '1.000161';
88

99
use Test2::Harness::Util qw/open_file/;
1010
use App::Yath::Util qw/is_generated_test_pl/;

0 commit comments

Comments
 (0)