Skip to content

Commit

Permalink
Automated Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
exodist committed Oct 2, 2023
1 parent 8c3fe38 commit 9e56d89
Show file tree
Hide file tree
Showing 104 changed files with 104 additions and 104 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ my %WriteMakefileArgs = (
"TEST_REQUIRES" => {
"File::Copy" => 0
},
"VERSION" => "1.000154",
"VERSION" => "1.000155",
"test" => {
"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"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath;
use strict;
use warnings;

our $VERSION = '1.000154';
our $VERSION = '1.000155';

use Test2::Harness::Util::HashBase qw{
-config
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 = '1.000154';
our $VERSION = '1.000155';

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 = '1.000154';
our $VERSION = '1.000155';

use Time::HiRes qw/sleep/;
use Term::Table;
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 = '1.000154';
our $VERSION = '1.000155';

use File::Spec;
use Scalar::Util qw/blessed/;
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 = '1.000154';
our $VERSION = '1.000155';

use File::Spec;

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 = '1.000154';
our $VERSION = '1.000155';

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

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 = '1.000154';
our $VERSION = '1.000155';

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 Test2::Util qw/pkg_to_file/;

our $VERSION = '1.000154';
our $VERSION = '1.000155';

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 = '1.000154';
our $VERSION = '1.000155';

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 = '1.000154';
our $VERSION = '1.000155';

use Time::HiRes qw/sleep/;
use App::Yath::Util qw/find_pfile/;
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 = '1.000154';
our $VERSION = '1.000155';

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 = '1.000154';
our $VERSION = '1.000155';

use Term::Table();
use File::Spec();
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 = '1.000154';
our $VERSION = '1.000155';

use File::Spec();
use Test2::Harness::Util::File::JSON;
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 = '1.000154';
our $VERSION = '1.000155';

use App::Yath::Options;
require App::Yath::Command::test;
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 = '1.000154';
our $VERSION = '1.000155';

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 = '1.000154';
our $VERSION = '1.000155';

use App::Yath::Options;

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 = '1.000154';
our $VERSION = '1.000155';

use Config qw/%Config/;
use File::Spec;
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 = '1.000154';
our $VERSION = '1.000155';

use App::Yath::Options;

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 = '1.000154';
our $VERSION = '1.000155';

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 = '1.000154';
our $VERSION = '1.000155';

use App::Yath::Util qw/find_pfile/;
use App::Yath::Options;
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 = '1.000154';
our $VERSION = '1.000155';

use Term::Table();
use File::Spec();
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 = '1.000154';
our $VERSION = '1.000155';

use Time::HiRes qw/sleep/;

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 = '1.000154';
our $VERSION = '1.000155';

use App::Yath::Options;

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 = '1.000154';
our $VERSION = '1.000155';

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

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 = '1.000154';
our $VERSION = '1.000155';

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 = '1.000154';
our $VERSION = '1.000155';

use App::Yath::Util qw/find_pfile/;

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 = '1.000154';
our $VERSION = '1.000155';

1;

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

our $VERSION = '1.000154';
our $VERSION = '1.000155';

use Carp qw/confess/;

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

our $VERSION = '1.000154';
our $VERSION = '1.000155';

use Carp qw/croak confess/;
use Scalar::Util qw/blessed/;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Options/Collector.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Options::Collector;
use strict;
use warnings;

our $VERSION = '1.000154';
our $VERSION = '1.000155';

use App::Yath::Options;

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

our $VERSION = '1.000154';
our $VERSION = '1.000155';

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

our $VERSION = '1.000154';
our $VERSION = '1.000155';

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

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

our $VERSION = '1.000154';
our $VERSION = '1.000155';

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

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

our $VERSION = '1.000154';
our $VERSION = '1.000155';

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

our $VERSION = '1.000154';
our $VERSION = '1.000155';

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

our $VERSION = '1.000154';
our $VERSION = '1.000155';

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

our $VERSION = '1.000154';
our $VERSION = '1.000155';

use Test2::Harness::Util::UUID qw/gen_uuid/;

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

our $VERSION = '1.000154';
our $VERSION = '1.000155';

use List::Util qw/min/;
use Test2::Util qw/IS_WIN32/;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Options/Workspace.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Options::Workspace;
use strict;
use warnings;

our $VERSION = '1.000154';
our $VERSION = '1.000155';

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

our $VERSION = '1.000154';
our $VERSION = '1.000155';

use parent 'Test2::Harness::Plugin';

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

our $VERSION = '1.000154';
our $VERSION = '1.000155';

use Test2::Harness::Util qw/clean_path mod2file/;
use Test2::Harness::Util::JSON qw/encode_json stream_json_l/;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Plugin/Git.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Plugin::Git;
use strict;
use warnings;

our $VERSION = '1.000154';
our $VERSION = '1.000155';

use IPC::Cmd qw/can_run/;
use Test2::Harness::Util::IPC qw/run_cmd/;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Plugin/Notify.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Plugin::Notify;
use strict;
use warnings;

our $VERSION = '1.000154';
our $VERSION = '1.000155';

use Test2::Harness::Util::JSON qw/encode_json/;
use Test2::Harness::Util qw/mod2file/;
Expand Down
Loading

0 comments on commit 9e56d89

Please sign in to comment.