Lintian::Processable::Diffstat (3) Linux Manual Page
Lintian::Processable::Diffstat – access to collected diffstat data
Synopsis
use Lintian::Processable;
my $processable = Lintian::Processable::Binary->new;
Description
Lintian::Processable::Diffstat provides an interface to diffstat data.
Instance Methods
- diffstat
- Returns the path to diffstat output run on the Debian packaging diff (a.k.a. the “diff.gz”) for 1.0 non-native packages. For source packages without a “diff.gz” component, this returns the path to an empty file (this may be a device like /dev/null).
Needs-Info requirements for using diffstat: diffstat
- saved_diffstat
- Returns the cached diffstat information.
Author
Originally written by Felix Lechner <felix.lechner [at] lease-up.com> for Lintian.
See Also
lintian(1)
