table of contents
other versions
Lintian::Processable::Scripts::Control(3) | Debian Package Checker | Lintian::Processable::Scripts::Control(3) |
NAME¶
Lintian::Processable::Scripts::Control - access to control script data
SYNOPSIS¶
use Lintian::Processable; my $processable = Lintian::Processable::Binary->new;
DESCRIPTION¶
Lintian::Processable::Scripts::Control provides an interface to package data for control scripts.
INSTANCE METHODS¶
- control_scripts
- Returns a hashref mapping a FILE to data about how it is run.
Needs-Info requirements for using control_scripts: scripts
- saved_control_scripts
- Returns the cached control scripts.
AUTHOR¶
Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian.
SEE ALSO¶
lintian(1), Lintian::Collect, Lintian::Collect::Binary, Lintian::Collect::Source
2020-02-23 | Lintian v2.55.0 |