1Test::Smoke::Util::FindUHseelrpeCrosn(t3r)ibuted Perl DoTceusmte:n:tSamtoikoen::Util::FindHelpers(3)
2
3
4
6 Test::Smoke::Util::FindHelpers - Functions to help find Helpers
7 (modules/bins)
8
10 use Test::Smoke::Util::FindHelpers ':all';
11
13 has_module whereis
14 get_avail_tar get_avail_patchers
15 get_avail_posters get_avail_sync get_avail_mailers
16 get_avail_w32compilers
17 get_avail_vms_make
18
19 :all
20
22 has_module($module)
23 Retuns true if the named module could be "requiere"d.
24
25 get_avail_patchers
26 Returns a list of available patch programs (gpatch npatch patch)
27
28 get_avail_posters
29 Return a list of available modules/programs that can be used to
30 HTTP/POST a message. (HTTP::Tiny, LWP::UserAgent, HTTP::Lite, curl)
31
32 get_avail_sync
33 Returns a list of available syncer modules/programs (git, rsync)
34
35 get_avail_tar
36 Returns a list of available untar/ungzip modules/programs
37 (Archive::Tar/...Zlib, tar/gzip)
38
39 tar_fmt
40 Returns the format with wich to gunzip and untar. (gzip -cd %s | tar
41 -xf -) or (tar -xzf %s)
42
43 get_avail_mailers
44 Returns a list available mail modules/programs.
45
46 get_avail_w32compilers
47 Returns a list of compilers found (Win32 specific)
48
49 get_avail_vms_make
50 Return a list of "make" programs installed on the VMS system.
51
53 (c) MMII - MMXV, The Test-Smoke Team <abeltje@cpan.org>
54
55 See Test::Smoke for full acknowlegements.
56
57
58
59perl v5.30.1 2020-02-10 Test::Smoke::Util::FindHelpers(3)