GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CPAN::Testers::Common::Client::PrereqCheck(3) User Contributed Perl Documentation CPAN::Testers::Common::Client::PrereqCheck(3)

CPAN::Testers::Common::Client::PrereqCheck - Modulino for prerequisite tests

  require CPAN::Testers::Common::Client::PrereqCheck;
  my $prereq_check = $INC{'CPAN/Testers/Common/Client/PrereqCheck.pm'};
  my $result = qx/$perl $prereq_check < $prereq_file/;

This modulino determines whether a list of prerequisite modules are available and, if so, their version number. It is designed to be run as a script in order to provide this information from the perspective of a subprocess.

It reads a module name and prerequisite string pair from each line of input and prints out the module name, 0 or 1 depending on whether the prerequisite is satisfied, and the installed module version. If the module is not available, it will print "n/a" for the version. If the module is available but can't be loaded, it will print "broken" for the version. Modules without a version will be treated as being of version "0".

No user serviceable parts are inside. This modulino is packaged for internal use by CPAN::Testers::Common::Client.

CPAN::Testers::Common::Client -- main documentation
2016-04-23 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.