App-cpanel
view release on metacpan or search on metacpan
Exportable:
## dispatch\_cmd\_print
Will print the return value, using ["dumper" in Mojo::Util](https://metacpan.org/pod/Mojo::Util#dumper) except for
`download`.
## dispatch\_cmd\_raw\_p
Returns a promise of the decoded JSON value or `download`ed content.
## dir\_walk\_p
Takes `$from_dir`, `$to_dir`, `$from_map`, `$to_map`. Copies the
information in the first directory to the second, using the respective
maps. Assumes UNIX-like semantics in filenames, i.e. `$dir/$file`.
Returns a promise of completion.
The maps are hash-refs whose values are functions, and the keys are:
lib/App/cpanel.pm view on Meta::CPAN
Exportable:
=head2 dispatch_cmd_print
Will print the return value, using L<Mojo::Util/dumper> except for
C<download>.
=head2 dispatch_cmd_raw_p
Returns a promise of the decoded JSON value or C<download>ed content.
=head2 dir_walk_p
Takes C<$from_dir>, C<$to_dir>, C<$from_map>, C<$to_map>. Copies the
information in the first directory to the second, using the respective
maps. Assumes UNIX-like semantics in filenames, i.e. C<$dir/$file>.
Returns a promise of completion.
The maps are hash-refs whose values are functions, and the keys are:
( run in 0.277 second using v1.01-cache-2.11-cpan-26ccb49234f )