Kerala Cyber Warriors
KCW Uploader V1.1

Path : /lib/x86_64-linux-gnu/perl5/5.30/AptPkg/
File Upload :
Current File : //lib/x86_64-linux-gnu/perl5/5.30/AptPkg/Policy.pm

package AptPkg::Policy;

require 5.005_62;
use strict;
use warnings;
use AptPkg;

our $VERSION = 1.1;

sub priority
{
    my ($self, $arg) = @_;
    my $xs = $$self;
    $xs->GetPriority($arg->_xs);
}

sub candidate
{
    my ($self, $pkg) = @_;
    my $xs = $$self;
    my $ver = $xs->GetCandidateVer($pkg->_xs) or return;
    AptPkg::Cache::Version->new($ver);
}

1;

__END__

=head1 NAME

AptPkg::Policy - APT package version policy class

=head1 SYNOPSIS

use AptPkg::Policy;

=head1 DESCRIPTION

The AptPkg::Policy module provides an interface to B<APT>'s package
version policy.

=head2 AptPkg::Policy

The AptPkg::Policy package implements the B<APT> pkgPolicy class.

An instance of the AptPkg::Policy class may be fetched using the
C<policy> method from an AptPkg::Cache object.

The following methods are implemented:

=over 4

=item priority(I<VER>|I<FILE>)

Return the pin priority for the given I<VER> (AptPkg::Cache::Version)
or I<FILE> (AptPkg::Cache::PkgFile) object.

=item candidate(I<PKG>)

Returns the installation candidate version for I<PKG>.  Returns an
AptPkg::Cache::Version object.

=back

=head1 SEE ALSO

AptPkg::Cache(3pm), AptPkg(3pm).

=head1 AUTHOR

Brendan O'Dea <bod@debian.org>

=cut

-=[ KCW uplo4d3r c0ded by cJ_n4p573r ]=-
Ⓒ2017 ҠЄГѦLѦ СүѣЄГ ЩѦГГіѺГՏ