NAME

LCFG::RPMUtils - Perl extension to provide some rpmlib functions

SYNOPSIS

use LCFG::RPMUtils;

$comp = LCFG::RPMUtils::vercmp($v1,$v2);

DESCRIPTION

This package currently only provides an interface to the rpmlib vercmp function. This compares two RPM version strings and returns -1,0,1.

AUTHOR

Paul Anderson <dcspaul@inf.ed.ac.uk>

SEE ALSO

perl(1).