# OVERRIDE_BUILD imports run_star_commands().
use App::Fetchware qw(:OVERRIDE_BUILD);
run_star_commands();
####
...
use Sub::Mage 'sublist';
diag("WEBAPPSLOADED!!!!!!!!!!![");
print "$_\n" for sublist();
diag("]");
use B::Deparse;
my $deparse = B::Deparse->new("-p", "-sC");
my $body = $deparse->coderef2text(\&run_star_commands);
diag("RUNSTARCOMMANDS[");
diag("$body");
diag("]");
# Use run_start_commands from :OVERRIDE_BUILD to support upload_commands
# being a true ONEARRREF and having multiple commands to call.
run_star_commmands(@upload_commands);
} else {
...
####
# WEBAPPSLOADED!!!!!!!!!!![
have
after
DATA_PROT_CONFIDENTIAL
...
run_star_commands
...
constructor
filter
splitpath
CMD_OK
download_dirlist
# ]
# RUNSTARCOMMANDS[
# {
# package App::Fetchware;
# use warnings;
# use strict;
# no feature;
# use feature ':5.10';
# (my(@star_commands) = @_);
# foreach my $star_command (@star_commands) {
# if (($star_command =~ /,\s*/)) {
# (my(@star_commands) = split(/,\s*/, $star_command, 0));
# foreach my $split_star_command (@star_commands) {
# run_prog($split_star_command);
# }
# } else {
# run_prog($star_command);
# }
# }
# }
# ]
Undefined subroutine &App::FetchwareX::WebApp::run_star_commmands called at
/home/dly/Desktop/Code/App-Fetchware/lib/App/FetchwareX/WebApp.pm line 768 (#2)
(F) The subroutine indicated hasn't been defined, or if it was, it has
since been undefined.
Uncaught exception from user code:
Undefined subroutine &App::FetchwareX::WebApp::run_star_commmands called at /home/dly/Desktop/Code/App-Fetchware/lib/App/FetchwareX/WebApp.pm line 768.
at /home/dly/Desktop/Code/App-Fetchware/lib/App/FetchwareX/WebApp.pm line 768.
App::FetchwareX::WebApp::build('a') called at t/App-FetchwareX-WebApp.t line 733
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 25 just after 5.
Dubious, test returned 25 (wstat 6400, 0x1900)
Failed 1/6 subtests
Test Summary Report
-------------------
t/App-FetchwareX-WebApp.t (Wstat: 6400 Tests: 6 Failed: 1)
Failed test: 5
Non-zero exit status: 25
Parse errors: No plan found in TAP output
Files=1, Tests=6, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.36 cusr 0.12 csys = 0.52 CPU)
Result: FAIL
####
w $App::FetchwareX::WebApp{run_star_commands}{CODE}