B::PerlReq - Perl compiler backend to extract Perl dependencies
Contents
Copying
Copyright (c) 2004, 2006 Alexey Tourbin, ALT Linux Team.
This is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
License as published by the Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
Description
B::PerlReq is a backend module for the Perl compiler that extracts dependencies from Perl source code,
based on the internal compiled structure that Perl itself creates after parsing a program. The output of
B::PerlReq is suitable for automatic dependency tracking (e.g. for RPM packaging).
Name
B::PerlReq - Perl compiler backend to extract Perl dependencies
Options
-strict
Operate in strict mode. See perl.req for details.
-relaxed
Operate in relaxed mode. See perl.req for details.
-v, --verbose
Output extra information about the work being done.
-d, --debug
Enable debugging output (implies --verbose option).
See Also
B, B::Deparse, Module::Info, Module::ScanDeps, perl.req
perl v5.40.0 2024-10-20 B::PerlReq(3pm)
Synopsis
perl-MO=PerlReq[,-strict][,-relaxed][,-v][,-d] prog.pl
