Skip to content

Commit 31ed372

Browse files
committed
Automated Version Bump
1 parent 8e1e447 commit 31ed372

File tree

649 files changed

+649
-649
lines changed

Some content is hidden

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

649 files changed

+649
-649
lines changed

Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ my %WriteMakefileArgs = (
149149
"Test::More" => "1.302199",
150150
"XML::Simple" => 0
151151
},
152-
"VERSION" => "2.000000",
152+
"VERSION" => "2.000001",
153153
"test" => {
154154
"TESTS" => "t/*.t t/JUnit/*.t t/UI/*.t t/acceptence/*.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/Getopt/Yath/*.t t/unit/Getopt/Yath/Option/*.t t/unit/Getopt/Yath/Settings/*.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"
155155
}

lib/App/Yath.pm

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

55
use feature 'state';
66

7-
our $VERSION = '2.000000';
7+
our $VERSION = '2.000001';
88

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

lib/App/Yath/Client.pm

+1-1
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.000000';
5+
our $VERSION = '2.000001';
66

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

lib/App/Yath/Command.pm

+1-1
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.000000';
5+
our $VERSION = '2.000001';
66

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

lib/App/Yath/Command/abort.pm

+1-1
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.000000';
5+
our $VERSION = '2.000001';
66

77
use App::Yath::Client;
88

lib/App/Yath/Command/auditor.pm

+1-1
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 = '2.000000';
5+
our $VERSION = '2.000001';
66

77
use Test2::Harness::Util::Deprecated;
88

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

+1-1
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.000000';
5+
our $VERSION = '2.000001';
66

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

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

+1-1
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.000000';
5+
our $VERSION = '2.000001';
66

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

lib/App/Yath/Command/collector.pm

+1-1
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 = '2.000000';
5+
our $VERSION = '2.000001';
66

77
use Test2::Harness::Util::Deprecated;
88

lib/App/Yath/Command/db.pm

+1-1
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.000000';
5+
our $VERSION = '2.000001';
66

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

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

+1-1
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.000000';
5+
our $VERSION = '2.000001';
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

+1-1
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.000000';
5+
our $VERSION = '2.000001';
66

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

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

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

5-
our $VERSION = '2.000000';
5+
our $VERSION = '2.000001';
66

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

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

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

5-
our $VERSION = '2.000000';
5+
our $VERSION = '2.000001';
66

77
use App::Yath::Schema::Sweeper;
88

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

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

5-
our $VERSION = '2.000000';
5+
our $VERSION = '2.000001';
66

77
use DBI;
88
use App::Yath::Schema::Sync;

lib/App/Yath/Command/do.pm

+1-1
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 = '2.000000';
5+
our $VERSION = '2.000001';
66

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

lib/App/Yath/Command/failed.pm

+1-1
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 = '2.000000';
5+
our $VERSION = '2.000001';
66

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

lib/App/Yath/Command/help.pm

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

55
use Term::Table();
66

7-
our $VERSION = '2.000000';
7+
our $VERSION = '2.000001';
88

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

lib/App/Yath/Command/init.pm

+1-1
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 = '2.000000';
7+
our $VERSION = '2.000001';
88

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

lib/App/Yath/Command/kill.pm

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

5-
our $VERSION = '2.000000';
5+
our $VERSION = '2.000001';
66

77
use App::Yath::Client;
88

lib/App/Yath/Command/list.pm

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

5-
our $VERSION = '2.000000';
5+
our $VERSION = '2.000001';
66

77
use Term::Table();
88
use File::Spec();

lib/App/Yath/Command/ping.pm

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

5-
our $VERSION = '2.000000';
5+
our $VERSION = '2.000001';
66

77
use App::Yath::Client;
88

lib/App/Yath/Command/projects.pm

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

5-
our $VERSION = '2.000000';
5+
our $VERSION = '2.000001';
66

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

lib/App/Yath/Command/ps.pm

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

5-
our $VERSION = '2.000000';
5+
our $VERSION = '2.000001';
66

77
use Time::HiRes qw/time/;
88
use App::Yath::Client;

lib/App/Yath/Command/recent.pm

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

5-
our $VERSION = '2.000000';
5+
our $VERSION = '2.000001';
66

77
use Term::Table;
88
use Test2::Harness::Util::JSON qw/decode_json/;

lib/App/Yath/Command/reload.pm

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

5-
our $VERSION = '2.000000';
5+
our $VERSION = '2.000001';
66

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

lib/App/Yath/Command/replay.pm

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

5-
our $VERSION = '2.000000';
5+
our $VERSION = '2.000001';
66

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

lib/App/Yath/Command/resources.pm

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

5-
our $VERSION = '2.000000';
5+
our $VERSION = '2.000001';
66

77
use Term::Table();
88
use File::Spec();

lib/App/Yath/Command/run.pm

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

5-
our $VERSION = '2.000000';
5+
our $VERSION = '2.000001';
66

77
use List::Util qw/first/;
88
use Time::HiRes qw/sleep time/;

lib/App/Yath/Command/runner.pm

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

5-
our $VERSION = '2.000000';
5+
our $VERSION = '2.000001';
66

77
use Test2::Harness::Util::Deprecated;
88

lib/App/Yath/Command/server.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use App::Yath::Schema::ImportModes qw/is_mode/;
1212

1313
use Test2::Harness::Util qw/clean_path/;
1414

15-
our $VERSION = '2.000000';
15+
our $VERSION = '2.000001';
1616

1717
use parent 'App::Yath::Command';
1818
use Test2::Harness::Util::HashBase qw{

lib/App/Yath/Command/spawn.pm

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

5-
our $VERSION = '2.000000';
5+
our $VERSION = '2.000001';
66

77
use Time::HiRes qw/sleep time/;
88
use File::Temp qw/tempfile/;

lib/App/Yath/Command/speedtag.pm

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

5-
our $VERSION = '2.000000';
5+
our $VERSION = '2.000001';
66

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

lib/App/Yath/Command/start.pm

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

5-
our $VERSION = '2.000000';
5+
our $VERSION = '2.000001';
66

77
use App::Yath::IPC;
88

lib/App/Yath/Command/status.pm

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

5-
our $VERSION = '2.000000';
5+
our $VERSION = '2.000001';
66

77
use Term::Table();
88

lib/App/Yath/Command/stop.pm

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

5-
our $VERSION = '2.000000';
5+
our $VERSION = '2.000001';
66

77
use App::Yath::Client;
88

lib/App/Yath/Command/test.pm

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

5-
our $VERSION = '2.000000';
5+
our $VERSION = '2.000001';
66

77
use Time::HiRes qw/sleep/;
88
use Test2::Harness::Util qw/mod2file write_file_atomic/;

lib/App/Yath/Command/times.pm

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

5-
our $VERSION = '2.000000';
5+
our $VERSION = '2.000001';
66

77
use Test2::Util::Times qw/render_duration/;
88

lib/App/Yath/Command/ui.pm

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

5-
our $VERSION = '2.000000';
5+
our $VERSION = '2.000001';
66

77
use Test2::Harness::Util::Deprecated(
88
replaced => 'App::Yath::Command::server',

lib/App/Yath/Command/upload.pm

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

5-
our $VERSION = '2.000000';
5+
our $VERSION = '2.000001';
66

77
use Test2::Harness::Util::Deprecated(
88
replaced => ['App::Yath::Command::client::publish', 'App::Yath::Command::db::publish'],

lib/App/Yath/Command/watch.pm

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

5-
our $VERSION = '2.000000';
5+
our $VERSION = '2.000001';
66

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

lib/App/Yath/Command/which.pm

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

5-
our $VERSION = '2.000000';
5+
our $VERSION = '2.000001';
66

77
use App::Yath::IPC;
88

lib/App/Yath/ConfigFile.pm

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

5-
our $VERSION = '2.000000';
5+
our $VERSION = '2.000001';
66

77
use File::Spec;
88

lib/App/Yath/Converting.pm

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

5-
our $VERSION = '2.000000';
5+
our $VERSION = '2.000001';
66

77
1;
88

0 commit comments

Comments
 (0)