B::PerlReq(3pm) | User Contributed Perl Documentation | B::PerlReq(3pm) |
B::PerlReq - Perl compiler backend to extract Perl dependencies
perl -MO=PerlReq[,-strict][,-relaxed][,-v][,-d] prog.pl
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).
Written by Alexey Tourbin <at@altlinux.org>.
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.
B, B::Deparse, Module::Info, Module::ScanDeps, perl.req
2024-03-31 | perl v5.38.2 |