NAME
Test::Smoke::Util::FindHelpers - Functions to help find Helpers (modules/bins)
SYNOPSIS
use Test::Smoke::Util::FindHelpers ':all';
EXPORT_OK/EXPORT_TAGS
has_module whereis
get_avail_tar get_avail_patchers
get_avail_posters get_avail_sync get_avail_mailers
get_avail_w32compilers
get_avail_vms_make
:all
DESCRIPTION
has_module($module)
Retuns true if the named module could be requiere
d.
get_avail_patchers
Returns a list of available patch programs (gpatch npatch patch)
get_avail_posters
Return a list of available modules/programs that can be used to HTTP/POST a message. (HTTP::Tiny, LWP::UserAgent, curl)
get_avail_sync
Returns a list of available syncer modules/programs (git, rsync)
get_avail_tar
Returns a list of available untar/ungzip modules/programs (Archive::Tar/...Zlib, tar/gzip)
tar_fmt
Returns the format with wich to gunzip and untar. (gzip -cd %s | tar -xf -) or (tar -xzf %s)
get_avail_mailers
Returns a list available mail modules/programs.
get_avail_w32compilers
Returns a list of compilers found (Win32 specific)
get_avail_vms_make
Return a list of "make" programs installed on the VMS system.
COPYRIGHT
(c) MMII - MMXV, The Test-Smoke Team <abeltje@cpan.org>
See Test::Smoke for full acknowlegements.