table of contents
other versions
- bullseye 2.104.0
- bullseye-backports 2.115.1~bpo11+1
- testing 2.116.2
- unstable 2.116.3
Lintian::Processable::Changes(3) | Debian Package Checker | Lintian::Processable::Changes(3) |
NAME¶
Lintian::Processable::Changes -- A changes file Lintian can process
SYNOPSIS¶
use Lintian::Processable::Changes; my $processable = Lintian::Processable::Changes->new; $processable->init('path');
DESCRIPTION¶
This class represents a 'changes' file that Lintian can process. Objects of this kind are often part of a Lintian::Group, which represents all the files in a changes or buildinfo file.
INSTANCE METHODS¶
- init (FILE)
- Initializes a new object from FILE.
AUTHOR¶
Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian.
SEE ALSO¶
Lintian::Processable
2020-11-27 | Lintian v2.104.0 |