Skip to content

Commit

Permalink
Automated Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
exodist committed Aug 1, 2024
1 parent 3ee63ce commit ff34d39
Show file tree
Hide file tree
Showing 649 changed files with 649 additions and 649 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ my %WriteMakefileArgs = (
"Test::More" => "1.302199",
"XML::Simple" => 0
},
"VERSION" => "2.000002",
"VERSION" => "2.000003",
"test" => {
"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"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

use feature 'state';

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use Test2::Harness::Util::HashBase qw{
<config
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Client.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Client;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use Carp qw/croak/;
use File::Spec;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use File::Spec;
use Carp qw/croak/;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/abort.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::abort;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use App::Yath::Client;

Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/auditor.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::auditor;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use Test2::Harness::Util::Deprecated;

Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/client/publish.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::client::publish;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use parent 'App::Yath::Command';
use Test2::Harness::Util::HashBase;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/client/recent.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::client::recent;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use parent 'App::Yath::Command::recent';
use Test2::Harness::Util::HashBase;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/collector.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::collector;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use Test2::Harness::Util::Deprecated;

Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/db.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::db;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use App::Yath::Server;
use App::Yath::Schema::Util qw/schema_config_from_settings/;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/db/importer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::db::importer;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

sub summary { "Start an importer process that will wait for uploaded logs to import" }
sub description { "Start an importer process that will wait for uploaded logs to import" }
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/db/publish.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::db::publish;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use Time::HiRes qw/time/;

Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/db/recent.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::db::recent;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use parent 'App::Yath::Command::recent';
use Test2::Harness::Util::HashBase;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/db/sweeper.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::db::sweeper;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use App::Yath::Schema::Sweeper;

Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/db/sync.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::db::sync;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use DBI;
use App::Yath::Schema::Sync;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/do.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::do;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use parent 'App::Yath::Command::test';
use Test2::Harness::Util::HashBase;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/failed.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::failed;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use Test2::Util::Table qw/table/;
use Test2::Harness::Util::File::JSONL;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/help.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

use Term::Table();

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use parent 'App::Yath::Command';
use Test2::Harness::Util::HashBase qw/<_command_info_hash/;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/init.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

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

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use Test2::Harness::Util qw/open_file/;
use App::Yath::Util qw/is_generated_test_pl/;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/kill.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::kill;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use App::Yath::Client;

Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/list.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::list;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use Term::Table();
use File::Spec();
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/ping.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::ping;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use App::Yath::Client;

Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/projects.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::projects;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use parent 'App::Yath::Command::test';
use Test2::Harness::Util::HashBase;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/ps.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::ps;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use Time::HiRes qw/time/;
use App::Yath::Client;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/recent.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::recent;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use Term::Table;
use Test2::Harness::Util::JSON qw/decode_json/;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/reload.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::reload;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use parent 'App::Yath::Command';
use Test2::Harness::Util::HashBase;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/replay.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::replay;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

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

Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/resources.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::resources;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use Term::Table();
use File::Spec();
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/run.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::run;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use List::Util qw/first/;
use Time::HiRes qw/sleep time/;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/runner.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::runner;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use Test2::Harness::Util::Deprecated;

Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/server.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use App::Yath::Schema::ImportModes qw/is_mode/;

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

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use parent 'App::Yath::Command';
use Test2::Harness::Util::HashBase qw{
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/spawn.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::spawn;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use Time::HiRes qw/sleep time/;
use File::Temp qw/tempfile/;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/speedtag.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::speedtag;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use Test2::Harness::Util qw/clean_path/;
use Test2::Harness::Util::File::JSONL;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/start.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::start;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use App::Yath::IPC;

Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/status.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::status;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use Term::Table();

Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/stop.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::stop;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use App::Yath::Client;

Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/test.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::test;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use Time::HiRes qw/sleep/;
use Test2::Harness::Util qw/mod2file write_file_atomic/;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/times.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::times;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

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

Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/ui.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::ui;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use Test2::Harness::Util::Deprecated(
replaced => 'App::Yath::Command::server',
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/upload.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::upload;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use Test2::Harness::Util::Deprecated(
replaced => ['App::Yath::Command::client::publish', 'App::Yath::Command::db::publish'],
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/watch.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::watch;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use Time::HiRes qw/sleep/;

Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Command/which.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Command::which;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use App::Yath::IPC;

Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/ConfigFile.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::ConfigFile;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

use File::Spec;

Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Converting.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Converting;
use strict;
use warnings;

our $VERSION = '2.000002';
our $VERSION = '2.000003';

1;

Expand Down
Loading

0 comments on commit ff34d39

Please sign in to comment.