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
Module::CheckDeps(3) User Contributed Perl Documentation Module::CheckDeps(3)

Module::CheckDeps - Very simple dependencies checker for Perl code

version 0.08

    use Module::CheckDeps qw(alldeps checkdeps);

    my $all     = alldeps( $code );
    my $missing = checkdeps( $code );

Module::CheckDeps parses Perl code searching for used modules. It can either return a list of all the modules used by some code, or a list of the used modules that are not available in the host system (e.g. not installed modules).

Compared to similar modules, such as Module::ScanDeps, Module::CheckDeps is simpler and less powerful, but also much faster.

"checkdeps" and "alldeps" will be exported if explicitly specified.

Return an array reference containing all the used packages

Return an array reference containing packages that need to be installed

Alessandro Ghedini <alexbio@cpan.org>

Module::ScanDeps

Copyright 2010 Alessandro Ghedini.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

2011-04-07 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.