Skip to content

Commit 61c1fe8

Browse files
committed
Automated Version Bump
1 parent 0a2ed67 commit 61c1fe8

399 files changed

Lines changed: 399 additions & 399 deletions

File tree

Some content is hidden

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

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ my %WriteMakefileArgs = (
148148
"Test::More" => "1.302199",
149149
"XML::Simple" => 0
150150
},
151-
"VERSION" => "2.000009",
151+
"VERSION" => "2.000010",
152152
"test" => {
153153
"TESTS" => "t/*.t t/JUnit/*.t t/UI/*.t t/database/*.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/Command/client/*.t t/unit/App/Yath/Command/db/*.t t/unit/App/Yath/Options/*.t t/unit/App/Yath/Plugin/*.t t/unit/App/Yath/Renderer/*.t t/unit/App/Yath/Renderer/Default/*.t t/unit/App/Yath/Resource/*.t t/unit/App/Yath/Resource/SharedJobSlots/*.t t/unit/App/Yath/Schema/*.t t/unit/App/Yath/Schema/MariaDB/*.t t/unit/App/Yath/Schema/MySQL/*.t t/unit/App/Yath/Schema/Overlay/*.t t/unit/App/Yath/Schema/Percona/*.t t/unit/App/Yath/Schema/PostgreSQL/*.t t/unit/App/Yath/Schema/Result/*.t t/unit/App/Yath/Schema/SQLite/*.t t/unit/App/Yath/Server/*.t t/unit/App/Yath/Server/Controller/*.t t/unit/App/Yath/Server/Util/*.t t/unit/App/Yath/Theme/*.t t/unit/TAP/Harness/*.t t/unit/TAP/Harness/Yath/*.t t/unit/Test2/*.t t/unit/Test2/EventFacet/*.t t/unit/Test2/Formatter/*.t t/unit/Test2/Harness/*.t t/unit/Test2/Harness/Collector/*.t t/unit/Test2/Harness/Collector/Auditor/*.t t/unit/Test2/Harness/Collector/IOParser/*.t t/unit/Test2/Harness/IPC/*.t t/unit/Test2/Harness/IPC/Protocol/*.t t/unit/Test2/Harness/IPC/Protocol/AtomicPipe/*.t t/unit/Test2/Harness/IPC/Protocol/IPSocket/*.t t/unit/Test2/Harness/IPC/Protocol/UnixSocket/*.t t/unit/Test2/Harness/Instance/*.t t/unit/Test2/Harness/Log/*.t t/unit/Test2/Harness/Log/CoverageAggregator/*.t t/unit/Test2/Harness/Preload/*.t t/unit/Test2/Harness/Reloader/*.t t/unit/Test2/Harness/Resource/*.t t/unit/Test2/Harness/Run/*.t t/unit/Test2/Harness/Runner/*.t t/unit/Test2/Harness/Runner/Preloading/*.t t/unit/Test2/Harness/Scheduler/*.t t/unit/Test2/Harness/Util/*.t t/unit/Test2/Harness/Util/File/*.t t/unit/Test2/Tools/*.t"
154154
}

lib/App/Yath.pm

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

55
use feature 'state';
66

7-
our $VERSION = '2.000009';
7+
our $VERSION = '2.000010';
88

99
use Test2::Harness::Util::HashBase qw{
1010
<config

lib/App/Yath/Client.pm

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

5-
our $VERSION = '2.000009';
5+
our $VERSION = '2.000010';
66

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

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 = '2.000009';
5+
our $VERSION = '2.000010';
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 = '2.000009';
5+
our $VERSION = '2.000010';
66

77
use App::Yath::Client;
88

lib/App/Yath/Command/client/publish.pm

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

5-
our $VERSION = '2.000009';
5+
our $VERSION = '2.000010';
66

77
use parent 'App::Yath::Command';
88
use Test2::Harness::Util::HashBase;

lib/App/Yath/Command/client/recent.pm

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

5-
our $VERSION = '2.000009';
5+
our $VERSION = '2.000010';
66

77
use parent 'App::Yath::Command::recent';
88
use Test2::Harness::Util::HashBase;

lib/App/Yath/Command/db.pm

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

5-
our $VERSION = '2.000009';
5+
our $VERSION = '2.000010';
66

77
use App::Yath::Server;
88
use App::Yath::Schema::Util qw/schema_config_from_settings/;

lib/App/Yath/Command/db/importer.pm

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

5-
our $VERSION = '2.000009';
5+
our $VERSION = '2.000010';
66

77
sub summary { "Start an importer process that will wait for uploaded logs to import" }
88
sub description { "Start an importer process that will wait for uploaded logs to import" }

lib/App/Yath/Command/db/publish.pm

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

5-
our $VERSION = '2.000009';
5+
our $VERSION = '2.000010';
66

77
use Time::HiRes qw/time/;
88

0 commit comments

Comments
 (0)