Skip to content

Commit

Permalink
fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
exodist committed May 31, 2024
1 parent 1f15e73 commit 26e0b77
Show file tree
Hide file tree
Showing 29 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions lib/App/Yath/Command/db.pm
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ use feature 'state';
use App::Yath::Schema::Util qw/schema_config_from_settings/;
use Test2::Harness::Util::UUID qw/gen_uuid/;
use Test2::Util::UUID qw/gen_uuid/;
use Test2::Harness::Util qw/clean_path/;
Expand Down Expand Up @@ -399,7 +399,7 @@ use App::Yath::Server::Config;
use App::Yath::Schema::Importer;
use App::Yath::Server;
use Test2::Harness::Util::UUID qw/gen_uuid/;
use Test2::Util::UUID qw/gen_uuid/;
use DBIx::QuickDB;
use Plack::Builder;
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 @@ -19,7 +19,7 @@ use Test2::Harness::Util::LogFile;

use Test2::Harness::Util qw/mod2file write_file_atomic/;
use Test2::Harness::Util::JSON qw/encode_json encode_pretty_json/;
use Test2::Harness::Util::UUID qw/gen_uuid/;
use Test2::Util::UUID qw/gen_uuid/;
use Test2::Harness::IPC::Util qw/set_procname/;

use parent 'App::Yath::Command';
Expand Down
4 changes: 2 additions & 2 deletions lib/App/Yath/Command/server.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use feature 'state';
use App::Yath::Server;

use App::Yath::Schema::Util qw/schema_config_from_settings/;
use Test2::Harness::Util::UUID qw/gen_uuid/;
use Test2::Util::UUID qw/gen_uuid/;
use App::Yath::Schema::ImportModes qw/is_mode/;

use Test2::Harness::Util qw/clean_path/;
Expand Down Expand Up @@ -377,7 +377,7 @@ use App::Yath::Server::Config;
use App::Yath::Schema::Importer;
use App::Yath::Server;
use Test2::Harness::Util::UUID qw/gen_uuid/;
use Test2::Util::UUID qw/gen_uuid/;
use DBIx::QuickDB;
use Plack::Builder;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Finder.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
our $VERSION = '2.000000';

use Test2::Harness::Util qw/clean_path mod2file/;
use Test2::Harness::Util::UUID qw/gen_uuid/;
use Test2::Util::UUID qw/gen_uuid/;
use Test2::Harness::Util::JSON qw/decode_json encode_json/;
use List::Util qw/first/;
use Cwd qw/getcwd/;
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 @@ -5,7 +5,7 @@ use warnings;
our $VERSION = '2.000000';

use Test2::Harness::Util::JSON qw/decode_json/;
use Test2::Harness::Util::UUID qw/gen_uuid/;
use Test2::Util::UUID qw/gen_uuid/;
use Test2::Harness::Util qw/fqmod/;
use List::Util qw/mesh/;

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 @@ -6,7 +6,7 @@ our $VERSION = '2.000000';

use Test2::Harness::Util qw/clean_path mod2file fqmod/;
use Test2::Harness::Util::JSON qw/encode_json stream_json_l/;
use Test2::Harness::Util::UUID qw/gen_uuid/;
use Test2::Util::UUID qw/gen_uuid/;

use parent 'App::Yath::Plugin';
use Test2::Harness::Util::HashBase qw/-aggregator -no_aggregate +metrics +outfile/;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Plugin/DB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ our $VERSION = '2.000000';

use App::Yath::Schema::Util qw/schema_config_from_settings/;
use Test2::Harness::Util qw/mod2file/;
use Test2::Harness::Util::UUID qw/looks_like_uuid/;
use Test2::Util::UUID qw/looks_like_uuid/;

use Getopt::Yath;
use parent 'App::Yath::Plugin';
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Renderer/DB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use Time::HiRes qw/time/;
use Test2::Harness::Util qw/clean_path/;
use Test2::Harness::IPC::Util qw/start_process/;
use Test2::Harness::Util::JSON qw/encode_ascii_json/;
use Test2::Harness::Util::UUID qw/gen_uuid/;
use Test2::Util::UUID qw/gen_uuid/;

use parent 'App::Yath::Renderer';
use Test2::Harness::Util::HashBase qw{
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Renderer/Server.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use App::Yath::Schema::RunProcessor;
use Test2::Util qw/pkg_to_file/;
use Test2::Harness::Util qw/mod2file/;
use App::Yath::Server::Util qw/share_dir share_file dbd_driver qdb_driver/;
use Test2::Harness::Util::UUID qw/gen_uuid/;
use Test2::Util::UUID qw/gen_uuid/;

use DBIx::QuickDB;
use Plack::Builder;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Schema/Importer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use App::Yath::Schema::RunProcessor;

use Test2::Harness::Util::HashBase qw/-config -worker_id/;

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

use IO::Uncompress::Bunzip2 qw($Bunzip2Error);
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Schema/Overlay/User.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use Carp qw/confess/;
confess "You must first load a App::Yath::Schema::NAME module"
unless $App::Yath::Schema::LOADED;

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

use constant COST => 8;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Schema/ResultSet.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ our $VERSION = '2.000000';
use parent 'DBIx::Class::ResultSet';

use Carp qw/croak/;
use Test2::Harness::Util::UUID qw/looks_like_uuid/;
use Test2::Util::UUID qw/looks_like_uuid/;

__PACKAGE__->load_components('Helper::ResultSet::RemoveColumns');

Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Schema/RunProcessor.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use Test2::Util::Facets2Legacy qw/causes_fail/;
use App::Yath::Schema::Config;

use App::Yath::Schema::Util qw/format_duration is_invalid_subtest_name schema_config_from_settings/;
use Test2::Harness::Util::UUID qw/gen_uuid/;
use Test2::Util::UUID qw/gen_uuid/;
use Test2::Harness::Util::JSON qw/encode_ascii_json decode_json/;

use App::Yath::Schema::ImportModes qw{
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Schema/Sweeper.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Yath::Schema::Sweeper;
use strict;
use warnings;
use Time::HiRes qw/time/;
use Test2::Harness::Util::UUID qw/gen_uuid/;
use Test2::Util::UUID qw/gen_uuid/;

our $VERSION = '2.000000';

Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Schema/Sync.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use DBI;
use Scope::Guard;
use Carp qw/croak/;
use Test2::Harness::Util::JSON qw/encode_json decode_json/;
use Test2::Harness::Util::UUID qw/gen_uuid/;
use Test2::Util::UUID qw/gen_uuid/;

our $VERSION = '2.000000';

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

use Carp qw/croak confess/;
use Test2::Harness::Util qw/parse_exit mod2file/;
use Test2::Harness::Util::UUID qw/gen_uuid/;
use Test2::Util::UUID qw/gen_uuid/;
use Test2::Harness::Util::JSON qw/encode_json decode_json/;

use Plack::Runner;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Server/Controller/Stream.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ our $VERSION = '2.000000';
use List::Util qw/max/;
use Scalar::Util qw/blessed/;
use App::Yath::Schema::Util qw/find_job/;
use Test2::Harness::Util::UUID qw/looks_like_uuid/;
use Test2::Util::UUID qw/looks_like_uuid/;

use App::Yath::Server::Response qw/resp error/;
use Test2::Harness::Util::JSON qw/encode_json/;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Server/Request.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ our $VERSION = '2.000000';

use Carp qw/croak/;

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

use parent 'Plack::Request';
use Test2::Harness::Util::HashBase qw{
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Yath/Server/Tester.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use Carp qw/croak/;
use Time::HiRes qw/sleep/;
use Test2::Util qw/pkg_to_file/;
use App::Yath::Server::Util qw/dbd_driver qdb_driver share_dir share_file/;
use Test2::Harness::Util::UUID qw/gen_uuid/;
use Test2::Util::UUID qw/gen_uuid/;
use Scope::Guard qw/guard/;
use File::Temp qw/tempfile/;

Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Formatter/Stream.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use Carp qw/croak confess/;
use Time::HiRes qw/time/;
use Test2::Util qw/get_tid/;

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

use Test2::Harness::Collector::Child qw/send_event/;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Harness/Collector/Auditor/Job.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use Scalar::Util qw/blessed/;
use List::Util qw/first max/;
use Time::HiRes qw/time/;

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

use Test2::Harness::Util qw/hub_truth parse_exit/;

Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Harness/Collector/Child.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use Time::HiRes qw/time/;
use Test2::Util qw/get_tid/;
use Carp qw/confess croak/;

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

use vars qw/$STDERR_APIPE $STDOUT_APIPE/;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Harness/Collector/IOParser.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

use Carp qw/confess/;
use Time::HiRes qw/time/;
use Test2::Harness::Util::UUID qw/gen_uuid/;
use Test2::Util::UUID qw/gen_uuid/;

our $VERSION = '2.000000';

Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Harness/IPC/Protocol/AtomicPipe/Connection.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use Time::HiRes qw/sleep/;
use Scalar::Util qw/weaken blessed/;

use Test2::Harness::IPC::Util qw/check_pipe ipc_warn pid_is_running/;
use Test2::Harness::Util::UUID qw/gen_uuid/;
use Test2::Util::UUID qw/gen_uuid/;
use Test2::Harness::Util::JSON qw/encode_json/;

use Test2::Harness::Instance::Message;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Harness/Resource.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use Sys::Hostname qw/hostname/;
use Test2::Harness::Util qw/parse_exit/;
use Test2::Harness::IPC::Util qw/start_collected_process ipc_connect set_procname/;
use Test2::Harness::Util::JSON qw/decode_json encode_json/;
use Test2::Harness::Util::UUID qw/gen_uuid/;
use Test2::Util::UUID qw/gen_uuid/;

use Test2::Harness::Util::HashBase qw{
<is_subprocess
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Harness/Run.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use Test2::Harness::TestSettings;
use Test2::Harness::IPC::Protocol;

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

our $VERSION = '2.000000';

Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Harness/Run/Job.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use Scalar::Util qw/blessed/;
use Test2::Harness::TestFile;

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

use Test2::Harness::Util::HashBase qw{
<test_file
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Harness/Scheduler.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use Test2::Harness::Event;

use Test2::Harness::Util qw/hash_purge/;
use Test2::Harness::IPC::Util qw/ipc_warn/;
use Test2::Harness::Util::UUID qw/gen_uuid/;
use Test2::Util::UUID qw/gen_uuid/;
use Test2::Harness::Util::JSON qw/encode_pretty_json/;

use Test2::Harness::Util::HashBase qw{
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Tools/HarnessTester.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

our $VERSION = '2.000000';

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

use App::Yath::Tester qw/make_example_dir/;

Expand Down

0 comments on commit 26e0b77

Please sign in to comment.