EnglishFrenchSpanish

OnWorks favicon

scandepsp - Online in the Cloud

Run scandepsp in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command scandepsp that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


scandeps - Scan file prerequisites

SYNOPSIS


% scandeps *.pm # Print PREREQ_PM section for *.pm
% scandeps -e 'STRING' # Scan an one-liner
% scandeps -B *.pm # Include core modules
% scandeps -V *.pm # Show autoload/shared/data files
% scandeps -R *.pm # Don't recurse
% scandeps -C CACHEFILE # use CACHEFILE to cache dependencies

DESCRIPTION


scandeps is a simple-minded utility that prints out the "PREREQ_PM" section needed by
modules.

If the option "-T" is specified and you have CPANPLUS installed, modules that are part of
an earlier module's distribution with be denoted with "S"; modules without a distribution
name on CPAN are marked with "?".

Also, if the "-B" option is specified, module belongs to a perl distribution on CPAN (and
thus uninstallable by "CPAN.pm" or "CPANPLUS.pm") are marked with "C".

Finally, modules that has loadable shared object files (usually needing a compiler to
install) are marked with "X"; with the "-V" flag, those files (and all other files found)
will be listed before the main output. Additionally, all module files that the scanned
code depends on but were not found (and thus not scanned recursively) are listed. These
may include genuinely missing modules or false positives. That means, modules your code
does not depend on (on this particular platform) but that were picked up by the heuristic
anyway.

OPTIONS


-e, --eval=STRING
Scan STRING as a string containing perl code.

-c, --compile
Compiles the code and inspects its %INC, in addition to static scanning.

-x, --execute
Executes the code and inspects its %INC, in addition to static scanning. You may use
--xargs to specify @ARGV when executing the code.

--xargs=STRING
If -x is given, splits the "STRING" using the function "shellwords" from
Text::ParseWords and passes the result as @ARGV when executing the code.

-B, --bundle
Include core modules in the output and the recursive search list.

-R, --no-recurse
Only show dependencies found in the files listed and do not recurse.

-V, --verbose
Verbose mode: Output all files found during the process; show dependencies between
modules and availability.

Additionally, warns of any missing dependencies. If you find missing dependencies that
aren't really dependencies, you have probably found false positives.

-C, --cachedeps=CACHEFILE
Use CACHEFILE to speed up the scanning process by caching dependencies. Creates
CACHEFILE if it does not exist yet.

-T, --modtree
Retrieves module information from CPAN if you have CPANPLUS installed.

Use scandepsp online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    MSYS2
    MSYS2
    MSYS2 is a collection of tools and
    libraries providing you with an
    easy-to-use environment for building,
    installing and running native Windows
    software. It con...
    Download MSYS2
  • 2
    libjpeg-turbo
    libjpeg-turbo
    libjpeg-turbo is a JPEG image codec
    that uses SIMD instructions (MMX, SSE2,
    NEON, AltiVec) to accelerate baseline
    JPEG compression and decompression on
    x86, x8...
    Download libjpeg-turbo
  • 3
    Xtreme Download Manager
    Xtreme Download Manager
    The project has a new home now:
    https://xtremedownloadmanager.com/ For
    developers:
    https://github.com/subhra74/xdm Xtreme
    Download Manager is a powerful tool t...
    Download Xtreme Download Manager
  • 4
    TTGO VGA32 Lite
    TTGO VGA32 Lite
    Features:4:3 and 16:9 low resolution
    VGA outputPS/2 keyboard and mouse
    inputText-based user interface (TUI)
    with dialog managerPartial Unicode
    supportSlave dis...
    Download TTGO VGA32 Lite
  • 5
    Clover EFI bootloader
    Clover EFI bootloader
    Project has moved to
    https://github.com/CloverHackyColor/CloverBootloader..
    Features:Boot macOS, Windows, and Linux
    in UEFI or legacy mode on Mac or PC with
    UE...
    Download Clover EFI bootloader
  • 6
    unitedrpms
    unitedrpms
    Join us in Gitter!
    https://gitter.im/unitedrpms-people/Lobby
    Enable the URPMS repository in your
    system -
    https://github.com/UnitedRPMs/unitedrpms.github.io/bl...
    Download unitedrpms
  • More »

Linux commands

Ad