-
-
30 Mar 2022 09:25:47 UTC
- Distribution: Test-Smoke
- Module version: 0.001
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (25)
- Testers (220 / 5 / 0)
- Kwalitee
Bus factor: 2- 65.73% Coverage
- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (358.2KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- CGI::Util
- Capture::Tiny
- File::Spec
- HTTP::Tiny
- JSON::XS
- POSIX
- System::Info
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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.
Module Install Instructions
To install Test::Smoke, copy and paste the appropriate command in to your terminal.
cpanm Test::Smoke
perl -MCPAN -e shell install Test::Smoke
For more information on module installation, please visit the detailed CPAN module installation guide.